Sha256: 69997d18a860d0f19d155e3ff044648710cb5210b45d4b1b7b0d7d3814675ed6

Contents?: true

Size: 696 Bytes

Versions: 14

Compression:

Stored size: 696 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "required": [
    "toEmail"
  ],
  "properties": {
    "toEmail": {
      "type": "array",
      "min": 1,
      "max": 10,
      "items": {
        "type": "string",
        "format": "email",
        "maxLength": 1024
      }
    },
    "subject": {
      "type": "string",
      "max": 255
    },
    "message": {
      "type": "string",
      "max": 32767
    },
    "theme": {
      "type": "string",
      "enum": [
        "dark",
        "light"
      ]
    },
    "time": {
      "type": "number"
    },
    "timezone": {
      "type": "string",
      "max": 255
    }
  },
  "additionalProperties": false
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
losant_rest-1.13.0 schemas/dashboardSendReport.json
losant_rest-1.12.0 schemas/dashboardSendReport.json
losant_rest-1.11.1 schemas/dashboardSendReport.json
losant_rest-1.11.0 schemas/dashboardSendReport.json
losant_rest-1.10.4 schemas/dashboardSendReport.json
losant_rest-1.10.3 schemas/dashboardSendReport.json
losant_rest-1.10.2 schemas/dashboardSendReport.json
losant_rest-1.10.1 schemas/dashboardSendReport.json
losant_rest-1.10.0 schemas/dashboardSendReport.json
losant_rest-1.9.3 schemas/dashboardSendReport.json
losant_rest-1.9.2 schemas/dashboardSendReport.json
losant_rest-1.9.1 schemas/dashboardSendReport.json
losant_rest-1.9.0 schemas/dashboardSendReport.json
losant_rest-1.8.9 schemas/dashboardSendReport.json