Sha256: 80fddffc902d93a8a9c3d24c6a0570311289635b641062d5bb292885a3499ba4

Contents?: true

Size: 901 Bytes

Versions: 29

Compression:

Stored size: 901 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "patternProperties": {
    "^[0-9a-zA-Z_-]{1,255}$": {
      "type": "object",
      "properties": {
        "value": {
          "type": [
            "number",
            "string",
            "boolean"
          ]
        },
        "time": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "number"
            },
            {
              "type": "object",
              "properties": {
                "$date": {
                  "type": "string"
                }
              },
              "additionalProperties": false,
              "required": [
                "$date"
              ]
            }
          ]
        },
        "relayId": {
          "type": "string"
        }
      }
    }
  },
  "additionalProperties": false
}

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
losant_rest-1.8.4 schemas/compositeDeviceState.json
losant_rest-1.8.3 schemas/compositeDeviceState.json
losant_rest-1.8.2 schemas/compositeDeviceState.json
losant_rest-1.8.1 schemas/compositeDeviceState.json
losant_rest-1.8.0 schemas/compositeDeviceState.json
losant_rest-1.7.2 schemas/compositeDeviceState.json
losant_rest-1.7.1 schemas/compositeDeviceState.json
losant_rest-1.7.0 schemas/compositeDeviceState.json
losant_rest-1.6.0 schemas/compositeDeviceState.json
losant_rest-1.5.2 schemas/compositeDeviceState.json
losant_rest-1.5.1 schemas/compositeDeviceState.json
losant_rest-1.5.0 schemas/compositeDeviceState.json
losant_rest-1.4.2 schemas/compositeDeviceState.json
losant_rest-1.4.1 schemas/compositeDeviceState.json
losant_rest-1.4.0 schemas/compositeDeviceState.json
losant_rest-1.3.3 schemas/compositeDeviceState.json
losant_rest-1.3.2 schemas/compositeDeviceState.json
losant_rest-1.3.1 schemas/compositeDeviceState.json
losant_rest-1.3.0 schemas/compositeDeviceState.json
losant_rest-1.2.3 schemas/compositeDeviceState.json