Befor generating
This commit is contained in:
Generated
Vendored
+38
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"patternProperties": {
|
||||
"^x-[\\w\\d\\.\\x2d_]+$": {
|
||||
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/specificationExtension.json"
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/tag.json"
|
||||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"externalDocs": {
|
||||
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/externalDocs.json"
|
||||
},
|
||||
"operationId": {
|
||||
"type": "string"
|
||||
},
|
||||
"protocolInfo": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "http://asyncapi.com/definitions/2.0.0-rc1/operationTrait.json"
|
||||
}
|
||||
Reference in New Issue
Block a user