Skip to content

Commit

Permalink
feat: add tags field to Server Object (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored Sep 22, 2022
1 parent 599d3a7 commit c74a1bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions definitions/2.5.0/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
},
"bindings": {
"$ref": "http://asyncapi.com/definitions/2.5.0/bindingsObject.json"
},
"tags": {
"type": "array",
"items": {
"$ref": "http://asyncapi.com/definitions/2.5.0/tag.json"
},
"uniqueItems": true
}
},
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down

0 comments on commit c74a1bf

Please sign in to comment.