Skip to content

Fix issue in ArraySchema when items is an Object #584

@gracekarina

Description

@gracekarina

When this spec is parse, parser doesn't deserialize the items.

openapi: 3.0.0
info:
  version: 0.0.0
  title: test

paths:
  /mixed-array:
    get:
      responses:
        '200':
          description: An array containing strings and/or integers
          content:
            application/json:
              schema:
                type: array
                items:
                  oneOf:
                    - type: string
                    - type: integer

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions