Repository URL to install this package:
|
Version:
2.4.1 ▾
|
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "http://collmot.com/schemas/flockwave/1.0/message_body.json",
"oneOf": [
{
"type": "null"
},
{
"$ref": "notification_body.json#"
},
{
"$ref": "request_body.json#"
},
{
"$ref": "response_body.json#"
}
]
}