Sha256: f284a80171e26a8c75bd133edc356fde64861af1abe2e0e7d23f42d5da51d9e0

Contents?: true

Size: 421 Bytes

Versions: 38

Compression:

Stored size: 421 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "flowId": {
      "type": [
        "string",
        "null"
      ],
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "deviceId": {
      "type": [
        "string",
        "null"
      ],
      "pattern": "^[A-Fa-f\\d]{24}$"
    }
  },
  "additionalProperties": false,
  "required": [
    "flowId",
    "deviceId"
  ]
}

Version data entries

38 entries across 19 versions & 1 rubygems

Version Path
losant_rest-1.21.0 schemas/embeddedDeploymentRemove.json
losant_rest-1.21.0 schemas/edgeDeploymentRemove.json
losant_rest-1.20.1 schemas/embeddedDeploymentRemove.json
losant_rest-1.20.1 schemas/edgeDeploymentRemove.json
losant_rest-1.20.0 schemas/edgeDeploymentRemove.json
losant_rest-1.20.0 schemas/embeddedDeploymentRemove.json
losant_rest-1.19.9 schemas/embeddedDeploymentRemove.json
losant_rest-1.19.9 schemas/edgeDeploymentRemove.json
losant_rest-1.19.8 schemas/embeddedDeploymentRemove.json
losant_rest-1.19.8 schemas/edgeDeploymentRemove.json
losant_rest-1.19.6 schemas/embeddedDeploymentRemove.json
losant_rest-1.19.6 schemas/edgeDeploymentRemove.json
losant_rest-1.19.4 schemas/embeddedDeploymentRemove.json
losant_rest-1.19.4 schemas/edgeDeploymentRemove.json
losant_rest-1.19.3 schemas/edgeDeploymentRemove.json
losant_rest-1.19.3 schemas/embeddedDeploymentRemove.json
losant_rest-1.19.2 schemas/edgeDeploymentRemove.json
losant_rest-1.19.2 schemas/embeddedDeploymentRemove.json
losant_rest-1.19.1 schemas/embeddedDeploymentRemove.json
losant_rest-1.19.1 schemas/edgeDeploymentRemove.json