Skip to content

Commit 9c8a71e

Browse files
committed
Update $id for release
1 parent 1ebb2c3 commit 9c8a71e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

schemas/v3.1/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://spec.openapis.org/oas/3.1/schema/2021-03-02",
2+
"$id": "https://spec.openapis.org/oas/3.1/schema/2021-04-15",
33
"$schema": "https://json-schema.org/draft/2020-12/schema",
44
"type": "object",
55
"properties": {
@@ -1337,4 +1337,4 @@
13371337
}
13381338
}
13391339
}
1340-
}
1340+
}

schemas/v3.1/schema.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$id: 'https://spec.openapis.org/oas/3.1/schema/2021-03-02'
1+
$id: 'https://spec.openapis.org/oas/3.1/schema/2021-04-15'
22
$schema: 'https://json-schema.org/draft/2020-12/schema'
33

44
type: object

0 commit comments

Comments
 (0)