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 #159

Closed jaydeepk closed 11 months ago

jaydeepk commented 11 months ago

Description Fixes parsing of messages where payload is an array: if 'items' is an object, it will parsed into a Schema object. If 'items' is defined as an array of schemas, it will parsed into a list of schemas.

Related issue(s) Resolves #154

Pakisan commented 11 months ago

Original PR: https://github.com/asyncapi/jasyncapi/pull/156