Skip to content

Commit

Permalink
Increase the list of adjusted definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas committed Aug 8, 2019
1 parent a54f085 commit 4dff1da
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions versions/next/asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1407,17 +1407,21 @@ The AsyncAPI Schema Object is a JSON Schema vocabulary which extends JSON Schema
- maxProperties
- minProperties
- enum
- propertyNames
- contains
- const
- examples
- if / then / else
- additionalItems
- readOnly
- writeOnly

The following properties are taken from the JSON Schema definition but their definitions were adjusted to the AsyncAPI Specification.

- properties - Inline or referenced schema MUST be of a [Schema Object](#schemaObject) and not a standard JSON Schema.
- patternProperties - Inline or referenced schema MUST be of a [Schema Object](#schemaObject) and not a standard JSON Schema.
- additionalProperties - Inline or referenced schema MUST be of a [Schema Object](#schemaObject) and not a standard JSON Schema.
- additionalItems - Inline or referenced schema MUST be of a [Schema Object](#schemaObject) and not a standard JSON Schema.
- items - Inline or referenced schema MUST be of a [Schema Object](#schemaObject) and not a standard JSON Schema.
- propertyNames - Inline or referenced schema MUST be of a [Schema Object](#schemaObject) and not a standard JSON Schema.
- contains - Inline or referenced schema MUST be of a [Schema Object](#schemaObject) and not a standard JSON Schema.
- allOf - Inline or referenced schema MUST be of a [Schema Object](#schemaObject) and not a standard JSON Schema.
- oneOf - Inline or referenced schema MUST be of a [Schema Object](#schemaObject) and not a standard JSON Schema.
- anyOf - Inline or referenced schema MUST be of a [Schema Object](#schemaObject) and not a standard JSON Schema.
Expand Down

0 comments on commit 4dff1da

Please sign in to comment.