Skip to content

Commit 862d6f4

Browse files
authored
Merge pull request #4489 from OAI/v3.1-dev-publish-schema-iteration
v3.1-dev: publish OpenAPI schema iterations
2 parents 0925adb + f36ce2e commit 862d6f4

File tree

4 files changed

+1439
-0
lines changed

4 files changed

+1439
-0
lines changed

oas/3.1/schema-base/2025-08-31

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"$id": "https://spec.openapis.org/oas/3.1/schema-base/2025-08-31",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
4+
"description": "The description of OpenAPI v3.1.x Documents using the OpenAPI JSON Schema dialect",
5+
"$ref": "https://spec.openapis.org/oas/3.1/schema/2025-08-31",
6+
"properties": {
7+
"jsonSchemaDialect": {
8+
"$ref": "#/$defs/dialect"
9+
}
10+
},
11+
"$defs": {
12+
"dialect": {
13+
"const": "https://spec.openapis.org/oas/3.1/dialect/2024-11-10"
14+
},
15+
"schema": {
16+
"$dynamicAnchor": "meta",
17+
"$ref": "https://spec.openapis.org/oas/3.1/dialect/2024-11-10",
18+
"properties": {
19+
"$schema": {
20+
"$ref": "#/$defs/dialect"
21+
}
22+
}
23+
}
24+
}
25+
}
File renamed without changes.

0 commit comments

Comments
 (0)