fbp-client
Version:
Higher-level client library for the FBP protocol
34 lines (33 loc) • 559 B
JSON
{
"id": "/definition/",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"label": {
"type": "string"
},
"address": {
"type": "string"
},
"type": {
"type": "string"
},
"protocol": {
"type": "string"
},
"secret": {
"type": "string"
},
"allCapabilities": {
"$ref": "/shared/capabilities"
},
"capabilities": {
"$ref": "/shared/capabilities"
}
},
"required": ["address"],
"additionalProperties": true
}