Sha256: 0fc26cea8027e6601d2de189c679f30a9bddb13bf501cb92487ddbe0b7bbfb36

Contents?: true

Size: 457 Bytes

Versions: 8

Compression:

Stored size: 457 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
losant_rest-1.21.2 schemas/devicesHistoricalImportPost.json
losant_rest-1.21.1 schemas/devicesHistoricalImportPost.json
losant_rest-1.21.0 schemas/devicesHistoricalImportPost.json
losant_rest-1.20.1 schemas/devicesHistoricalImportPost.json
losant_rest-1.20.0 schemas/devicesHistoricalImportPost.json
losant_rest-1.19.9 schemas/devicesHistoricalImportPost.json
losant_rest-1.19.8 schemas/devicesHistoricalImportPost.json
losant_rest-1.19.6 schemas/devicesHistoricalImportPost.json