Sha256: 4653ac185f9e375de98512e4374fdb6dee2d68859fd52f9a3a4e374ee7264d57

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "importUrl": {
      "type": "string",
      "format": "uri",
      "maxLength": 1024
    },
    "callbackUrl": {
      "type": "string",
      "format": "uri",
      "maxLength": 1024
    },
    "conflictBehavior": {
      "type": "string",
      "enum": [
        "create",
        "error"
      ],
      "default": "create"
    },
    "include": {
      "type": "array",
      "items": {
        "enum": [
          "ApplicationCertificateAuthority",
          "Dashboard",
          "DataTableRow",
          "DataTable",
          "DeviceRecipe",
          "Device",
          "ExperienceDevelopConfig",
          "ExperienceEndpoint",
          "ExperienceFlowVersion",
          "ExperienceGroup",
          "ExperienceUser",
          "ExperienceVersion",
          "ExperienceView",
          "File",
          "FlowVersion",
          "Flow",
          "Integration",
          "Notebook",
          "Webhook"
        ]
      },
      "uniqueItems": true
    }
  },
  "additionalProperties": false
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
losant_rest-1.16.3 schemas/importIntoApplicationOptions.json
losant_rest-1.16.2 schemas/importIntoApplicationOptions.json