Skip to content

String array converted incorrectly #13

@carlzoo

Description

@carlzoo

How to reproduce:

{"the_strings":["abc","def"]}

Expected:

definitions: 
  the_strings: 
    type: array
    items: 
      type: string

Actual:

definitions: 
  the_strings: 
    type: array
    items: 
      type: object
      properties: 
        0: 
          type: string
        1: 
          type: string
        2: 
          type: string

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions