{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Device", "type": "object", "properties": { "deviceId": { "type": "string" }, "hostname": { "type": "string" }, "ipAddress": { "type": "string" }, "deviceType": { "type": "string" }, "description": { "type": "string" }, "status": { "type": "string" }, "version": { "type": "string" }, "lastContact": { "type": "string" } } }