{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PermittedDevice",
"title": "PermittedDevice",
"type": "object",
"properties": {
"description": {
"type": "string",
"description": "The description of the device that may use the credential.",
"readOnly": true,
"writeOnly": false
},
"ip": {
"type": "string",
"description": "The IP address of the device that may use the credential.",
"readOnly": true,
"writeOnly": false
}
}
}