asyncapi/jasyncapi

Array item support in Schema

ivanalayan15 opened this issue · 2 comments

Reason/Context

Please try answering few of those questions

  • Why we need this improvement?
    When type is Array we need to have items property in the Schema
  • How will this change help?
    This will support array type in our Schema structure
  • What is the motivation?
    To support array type in schema

Description

Please try answering few of those questions

  • What changes have to be introduced?
    Add new field named items in Schema
  • Will this be a breaking change?
    No
  • How could it be implemented/designed?
    Add items

upon checking in 1.0.0-EAP-1 its already available but on 1.0.0-EAP its not available

closing this issue