Skip to content

Commit

Permalink
Merge pull request #102 from MikeRalphson/patch-9
Browse files Browse the repository at this point in the history
schema was missing schema.deprecated
  • Loading branch information
fmvilas authored Dec 18, 2018
2 parents 8e747e4 + 5c6c4c6 commit f123211
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 f123211

Please sign in to comment.