{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Hub_FVO", "title": "Hub_FVO", "type": "object", "description": "Sets the communication endpoint address the service instance must use to deliver notification information", "required": [ "callback" ], "allOf": [ { "$ref": "#/components/schemas/Extensible" }, { "properties": { "callback": { "type": "string", "description": "The callback being registered." }, "query": { "type": "string", "description": "additional data to be passed" } } } ] }