Sha256: 427a1b2f57327c7f1c86b5e875e60c10c302320e60cec950523eb7bc40be859b

Contents?: true

Size: 842 Bytes

Versions: 19

Compression:

Stored size: 842 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/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"
              ]
            }
          ]
        }
      }
    }
  },
  "additionalProperties": false
}

Version data entries

19 entries across 19 versions & 1 rubygems

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