{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeviceListResponse", "type": "object", "properties": { "total": { "type": "integer", "description": "Total number of devices matching the query." }, "count": { "type": "integer", "description": "Number of devices returned in this response." }, "devices": { "type": "array" } } }