File tree Expand file tree Collapse file tree 4 files changed +30
-4
lines changed
Expand file tree Collapse file tree 4 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 2020 "$ref" : " http://asyncapi.com/definitions/3.0.0/parameter.json"
2121 }
2222 },
23+ "title" : {
24+ "type" : " string" ,
25+ "description" : " A human-friendly title for the channel."
26+ },
27+ "summary" : {
28+ "type" : " string" ,
29+ "description" : " A brief summary of the channel."
30+ },
2331 "description" : {
2432 "type" : " string" ,
25- "description" : " A description of the channel."
33+ "description" : " A longer description of the channel. CommonMark is allowed ."
2634 },
2735 "servers" : {
2836 "type" : " array" ,
Original file line number Diff line number Diff line change 5151 ]
5252 }
5353 },
54+ "title" : {
55+ "type" : " string" ,
56+ "description" : " A human-friendly title for the operation."
57+ },
5458 "summary" : {
55- "type" : " string"
59+ "type" : " string" ,
60+ "description" : " A brief summary of the operation."
5661 },
5762 "description" : {
58- "type" : " string"
63+ "type" : " string" ,
64+ "description" : " A longer description of the operation. CommonMark is allowed."
5965 },
6066 "security" : {
6167 "type" : " array" ,
Original file line number Diff line number Diff line change 1313 "channel" : {
1414 "$ref" : " http://asyncapi.com/definitions/3.0.0/operation.json#/properties/channel"
1515 },
16+ "title" : {
17+ "$ref" : " http://asyncapi.com/definitions/3.0.0/operation.json#/properties/title"
18+ },
1619 "summary" : {
1720 "$ref" : " http://asyncapi.com/definitions/3.0.0/operation.json#/properties/summary"
1821 },
Original file line number Diff line number Diff line change 1515 "url" : {
1616 "type" : " string"
1717 },
18+ "title" : {
19+ "type" : " string" ,
20+ "description" : " A human-friendly title for the server."
21+ },
22+ "summary" : {
23+ "type" : " string" ,
24+ "description" : " A brief summary of the server."
25+ },
1826 "description" : {
19- "type" : " string"
27+ "type" : " string" ,
28+ "description" : " A longer description of the server. CommonMark is allowed."
2029 },
2130 "protocol" : {
2231 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments