File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3434 },
3535 "license" : {
3636 "$ref" : " http://asyncapi.com/definitions/3.0.0/license.json"
37+ },
38+ "tags" : {
39+ "type" : " array" ,
40+ "items" : {
41+ "$ref" : " http://asyncapi.com/definitions/3.0.0/tag.json"
42+ },
43+ "uniqueItems" : true
44+ },
45+ "externalDocs" : {
46+ "$ref" : " http://asyncapi.com/definitions/3.0.0/externalDocs.json"
3747 }
3848 },
3949 "$schema" : " http://json-schema.org/draft-07/schema#" ,
Original file line number Diff line number Diff line change 4343 },
4444 "components" : {
4545 "$ref" : " http://asyncapi.com/definitions/3.0.0/components.json"
46- },
47- "tags" : {
48- "type" : " array" ,
49- "items" : {
50- "$ref" : " http://asyncapi.com/definitions/3.0.0/tag.json"
51- },
52- "uniqueItems" : true
53- },
54- "externalDocs" : {
55- "$ref" : " http://asyncapi.com/definitions/3.0.0/externalDocs.json"
5646 }
5747 },
5848 "definitions" : {
You can’t perform that action at this time.
0 commit comments