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/notification_body.json",
"oneOf": [
{
"$ref": "notification_ASYNC-RESP.json#"
},
{
"$ref": "notification_ASYNC-ST.json#"
},
{
"$ref": "notification_ASYNC-TIMEOUT.json#"
},
{
"$ref": "notification_CONN-DEL.json#"
},
{
"$ref": "notification_OBJ-DEL.json#"
},
{
"$ref": "notification_SYS-CLOSE.json#"
},
{
"$ref": "notification_SYS-MSG.json#"
}
]
}