asyncapi / jasyncapi

/jay-sync-api/ is a Java code-first tool for AsyncAPI specification
Apache License 2.0
67 stars 23 forks source link

fix: array schema is not being parsed correctly #156

Closed jaydeepk closed 11 months ago

jaydeepk commented 1 year ago

Description Fixes array schema parsing with the following caveats:

In the meantime, with this fix, if 'items' is a json schema, then it will get parsed to a 'Schema' object, instead of the LinkedHashmap which we get right now. We are a bit blocked due to this, and this fix will allow us to proceed with using this library in our project to validate messages with array schemas

Related issue(s)

154

Pakisan commented 11 months ago

@jaydeepk please switch to 1.0.0-EAP-3-SNAPSHOT branch. It contains bunch of changes

Pakisan commented 11 months ago

Merged - https://github.com/asyncapi/jasyncapi/pull/159