Sha256: 37cc3ed5b0e112f2af4a345f178d7c9a5dd54986d0035f8536c023e622c174e8

Contents?: true

Size: 808 Bytes

Versions: 19

Compression:

Stored size: 808 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "maxLength": 1024
    },
    "relativeTo": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "type": "number"
        },
        {
          "type": "object",
          "properties": {
            "$date": {
              "type": "string"
            }
          },
          "additionalProperties": false,
          "required": [
            "$date"
          ]
        }
      ]
    },
    "templateContext": {
      "type": "string",
      "maxLength": 32767
    },
    "callbackUrl": {
      "type": "string",
      "format": "uri",
      "maxLength": 1024
    }
  },
  "additionalProperties": false
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
losant_rest-1.21.0 schemas/notebookDataExportOptions.json
losant_rest-1.20.1 schemas/notebookDataExportOptions.json
losant_rest-1.20.0 schemas/notebookDataExportOptions.json
losant_rest-1.19.9 schemas/notebookDataExportOptions.json
losant_rest-1.19.8 schemas/notebookDataExportOptions.json
losant_rest-1.19.6 schemas/notebookDataExportOptions.json
losant_rest-1.19.4 schemas/notebookDataExportOptions.json
losant_rest-1.19.3 schemas/notebookDataExportOptions.json
losant_rest-1.19.2 schemas/notebookDataExportOptions.json
losant_rest-1.19.1 schemas/notebookDataExportOptions.json
losant_rest-1.19.0 schemas/notebookDataExportOptions.json
losant_rest-1.18.0 schemas/notebookDataExportOptions.json
losant_rest-1.17.5 schemas/notebookDataExportOptions.json
losant_rest-1.17.4 schemas/notebookDataExportOptions.json
losant_rest-1.17.3 schemas/notebookDataExportOptions.json
losant_rest-1.17.2 schemas/notebookDataExportOptions.json
losant_rest-1.17.1 schemas/notebookDataExportOptions.json
losant_rest-1.17.0 schemas/notebookDataExportOptions.json
losant_rest-1.16.6 schemas/notebookDataExportOptions.json