Skip to content

Handle complex typed parameters #7

Description

@pouyanh

Currently getting parameter type is just based on type key and library is not aware of schema field. In fact it cannot do validation checks for complex-typed parameters.

For example:

  parameters:
    - name: entities
      in: body
      required: true
      schema:
        type: array
        items:
          $ref: "#/definitions/entity"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions