Skip to content

Commit

Permalink
schema was missing schema.deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson authored Dec 17, 2018
1 parent 4ddb7fd commit 5c6c4c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/asyncapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,10 @@
"enum": {
"$ref": "http://json-schema.org/draft-04/schema#/properties/enum"
},
"deprecated": {
"type": "boolean",
"default": false
},
"additionalProperties": {
"anyOf": [
{
Expand Down

0 comments on commit 5c6c4c6

Please sign in to comment.