Sha256: f98651b1a626e518eb90d1f151f8e8f15af614355fba5b307b4ee30b7d64b8d6

Contents?: true

Size: 641 Bytes

Versions: 18

Compression:

Stored size: 641 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "includeFiles": {
      "type": "boolean",
      "default": false
    },
    "includeDataTableRows": {
      "type": "boolean",
      "default": false
    },
    "includeDevices": {
      "type": "boolean",
      "default": false
    },
    "email": {
      "type": "string",
      "format": "email",
      "maxLength": 1024
    },
    "callbackUrl": {
      "type": "string",
      "format": "uri",
      "maxLength": 1024
    },
    "forceJob": {
      "type": "boolean",
      "default": false
    }
  },
  "additionalProperties": false
}

Version data entries

18 entries across 18 versions & 1 rubygems

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