Skip to content
This repository was archived by the owner on Aug 19, 2023. It is now read-only.
This repository was archived by the owner on Aug 19, 2023. It is now read-only.

schema doesn't support inline definition #198

@perryism

Description

@perryism

The source code indicates that schema always is resolved to a reference. I can't do inline schema like the following

{
    "in": "header",
    "required": True,
    "name": "FRUIT,
    "schema": {
        "type": "string", 
        "enum": ["apple", "banana", "orange"],
    }
}

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