Sha256: 31884fad9b0b2dccd199cea6d10c2130ba7a03561e0e1ee843d6501c35b6b25e

Contents?: true

Size: 1009 Bytes

Versions: 21

Compression:

Stored size: 1009 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "dryRun": {
      "type": "boolean",
      "default": false
    },
    "includeFiles": {
      "type": "boolean",
      "default": false
    },
    "includeDataTableRows": {
      "type": "boolean",
      "default": false
    },
    "includeDevices": {
      "type": "boolean",
      "default": false
    },
    "ownerId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[A-Fa-f\\d]{24}$"
        },
        {
          "type": "null"
        }
      ]
    },
    "ownerType": {
      "type": "string",
      "enum": [
        "user",
        "organization"
      ]
    },
    "email": {
      "type": "string",
      "format": "email",
      "maxLength": 1024
    },
    "callbackUrl": {
      "type": "string",
      "format": "uri",
      "maxLength": 1024
    },
    "forceJob": {
      "type": "boolean",
      "default": false
    }
  },
  "additionalProperties": false
}

Version data entries

21 entries across 21 versions & 1 rubygems

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