saunter icon indicating copy to clipboard operation
saunter copied to clipboard

NJsonSchema uses unsupported Json Schema.

Open VisualBean opened this issue 3 years ago • 0 comments

NJsonSchema, leans against draft 04, which for some properties, is not supported by AsyncAPI.

AsyncAPI specifically leans against draft 07, which refers to the validation rfc 01 (https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-validation-01).

For instance, AdditionalProperties, is a map, not a boolean, in this draft.

VisualBean avatar Jul 06 '22 10:07 VisualBean