Skip to content

Commit c74a1bf

Browse files
authored
feat: add tags field to Server Object (#232)
1 parent 599d3a7 commit c74a1bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

definitions/2.5.0/server.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
},
3737
"bindings": {
3838
"$ref": "http://asyncapi.com/definitions/2.5.0/bindingsObject.json"
39+
},
40+
"tags": {
41+
"type": "array",
42+
"items": {
43+
"$ref": "http://asyncapi.com/definitions/2.5.0/tag.json"
44+
},
45+
"uniqueItems": true
3946
}
4047
},
4148
"$schema": "http://json-schema.org/draft-07/schema#",

0 commit comments

Comments
 (0)