{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/devices-telemetry-series-property-structure.json", "name": "TelemetrySeriesProperty", "description": "TelemetrySeriesProperty.", "type": "object", "properties": { "Name": { "description": "Name.", "type": "string", "example": "Example Name" }, "Type": { "description": "Type.", "type": "string", "example": "string" }, "IntValues": { "description": "IntValues.", "type": "array", "items": { "type": "int32" }, "example": [ 1 ] }, "StringValues": { "description": "StringValues.", "type": "array", "items": { "type": "string" }, "example": [ "string" ] }, "DoubleValues": { "description": "DoubleValues.", "type": "array", "items": { "type": "double" }, "example": [ 1.0 ] } } }