Befor generating
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://asyncapi.com/definitions/1.2.0/message.json"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"oneOf"
|
||||
],
|
||||
"additionalProperties": false,
|
||||
"patternProperties": {
|
||||
"^x-": {
|
||||
"$ref": "http://asyncapi.com/definitions/1.2.0/vendorExtension.json"
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"oneOf": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"items": {
|
||||
"$ref": "http://asyncapi.com/definitions/1.2.0/message.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"id": "http://asyncapi.com/definitions/1.2.0/operation.json"
|
||||
}
|
||||
Reference in New Issue
Block a user