Skip to content

Schema typo in server-variable for OpenAPI 3.1.0 #197

Closed
@samdbmg

Description

@samdbmg

I think there's a typo in the schema used for validating OpenAPI 3.1.0 specifications.

"descriptions": {
"type": "string"
}

Based on https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#server-variable-object this should be "description" instead of "descriptions" - I imagine the extra s is a typo when it was originally added.

I'll open a PR now.

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