Skip to content

Commit e898517

Browse files
committed
Update schema id for 3.0 release
1 parent 31ce425 commit e898517

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

schemas/v3.0/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.0/schema/2019-04-02",
2+
"id": "https://spec.openapis.org/oas/3.0/schema/2021-09-28",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"description": "Validation schema for OpenAPI Specification 3.0.X.",
55
"type": "object",
@@ -1659,4 +1659,4 @@
16591659
"additionalProperties": false
16601660
}
16611661
}
1662-
}
1662+
}

schemas/v3.0/schema.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id: https://spec.openapis.org/oas/3.0/schema/2021-08-12
1+
id: https://spec.openapis.org/oas/3.0/schema/2021-09-28
22
$schema: http://json-schema.org/draft-04/schema#
33
description: Validation schema for OpenAPI Specification 3.0.X.
44
type: object

0 commit comments

Comments
 (0)