-
-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Description
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
spectral/packages/rulesets/src/oas/schemas/oas/v3.1/index.json
Lines 845 to 846 in 724c7f8
| "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
Labels
No labels