Skip to content

Commit

Permalink
feat: add tags field to Server Object
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya committed Jun 17, 2022
1 parent 1708aa0 commit a801985
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 a801985

Please sign in to comment.