Befor generating
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://asyncapi.com/definitions/2.1.0/Reference.json"
|
||||
},
|
||||
{
|
||||
"$ref": "http://asyncapi.com/definitions/2.1.0/parameter.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": "JSON objects describing re-usable channel parameters.",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "http://asyncapi.com/definitions/2.1.0/parameters.json"
|
||||
}
|
||||
Reference in New Issue
Block a user