Sha256: 87e2cfcc9ab10f9a226ba3ef60f9cf3e04ae6894d65a3acf5211088d7df975d0

Contents?: true

Size: 421 Bytes

Versions: 48

Compression:

Stored size: 421 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/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

48 entries across 40 versions & 1 rubygems

Version Path
losant_rest-1.16.5 schemas/embeddedDeploymentRemove.json
losant_rest-1.16.5 schemas/edgeDeploymentRemove.json
losant_rest-1.16.3 schemas/embeddedDeploymentRemove.json
losant_rest-1.16.3 schemas/edgeDeploymentRemove.json
losant_rest-1.16.2 schemas/embeddedDeploymentRemove.json
losant_rest-1.16.2 schemas/edgeDeploymentRemove.json
losant_rest-1.16.1 schemas/edgeDeploymentRemove.json
losant_rest-1.16.1 schemas/embeddedDeploymentRemove.json
losant_rest-1.16.0 schemas/embeddedDeploymentRemove.json
losant_rest-1.16.0 schemas/edgeDeploymentRemove.json
losant_rest-1.15.2 schemas/embeddedDeploymentRemove.json
losant_rest-1.15.2 schemas/edgeDeploymentRemove.json
losant_rest-1.15.1 schemas/edgeDeploymentRemove.json
losant_rest-1.15.1 schemas/embeddedDeploymentRemove.json
losant_rest-1.15.0 schemas/embeddedDeploymentRemove.json
losant_rest-1.15.0 schemas/edgeDeploymentRemove.json
losant_rest-1.14.1 schemas/edgeDeploymentRemove.json
losant_rest-1.14.0 schemas/edgeDeploymentRemove.json
losant_rest-1.13.1 schemas/edgeDeploymentRemove.json
losant_rest-1.13.0 schemas/edgeDeploymentRemove.json