Sha256: 8fc3a94a84f4115d6766341749d09a3e57cffe88a120e52f1e74fd243e90fc14

Contents?: true

Size: 1.06 KB

Versions: 20

Compression:

Stored size: 1.06 KB

Contents

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

Version data entries

20 entries across 20 versions & 1 rubygems

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