{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ClientAttributes", "type": "object", "properties": { "hostName": { "type": "string" }, "hostType": { "type": "string" }, "os": { "type": "string" }, "platform": { "type": "string" }, "version": { "type": "string" }, "fingerprintSha256": { "type": "string" }, "trustLevel": { "type": "string" }, "communicationStatus": { "type": "string" }, "lastConnectedTime": { "type": "string" } } }