Skip to content

OpenAPI schemas out-of-sync with official schemas #2855

@ralfhandl

Description

@ralfhandl

Describe the bug

The schemas for OpenAPI 3.1 in folder packages/rulesets/src/oas/schemas/oas are out of sync with the published official schemas at https://spec.openapis.org/oas/, for example

"body": {
"$ref": "#/$defs/server"

There is no body field in a Link Object, the field should be named server.

The schema for OpenAPI 3.0 may be outdated, it says

"$id": "https://spec.openapis.org/oas/3.0/schema/2019-04-02",

whereas the latest official schema was published on 2024-10-18.

Also OpenAPI 3.2 has been published, maybe you want to support that version.

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