{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DeviceInsights", "type": "object", "properties": { "uDeviceId": { "type": "string" }, "lastSeen": { "type": "string" }, "firstSeen": { "type": "string" }, "lastSeenDays": { "type": "integer" }, "firstSeenDays": { "type": "integer" }, "accountDeviceId": { "type": "string" }, "alerts": { "type": "array" } } }