Skip to content

deprecated and required schema properties aren't marked in application/x-www-form-urlencoded #540

@alamagus

Description

@alamagus

Everything is okay with application/json:
image

with application/x-www-form-urlencoded though:
image

upd:
example of schema

requestBody:
    type: object
    properties:
      accountId:
        type: integer
        required: true # in this case everything is okay
      symbol:
        type: integer
        deprecated: true # isn't marked in application/x-www-url-encoded
        ...
    required: # isn't marked in application/x-www-url-encoded
      - accountId
      - orderId

Metadata

Metadata

Assignees

No one assigned

    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