Skip to content

Commit

Permalink
Update schema id for 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Sep 28, 2021
1 parent d35070b commit 4810c68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions schemas/v3.0/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "https://spec.openapis.org/oas/3.0/schema/2019-04-02",
"id": "https://spec.openapis.org/oas/3.0/schema/2021-09-28",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Validation schema for OpenAPI Specification 3.0.X.",
"type": "object",
Expand Down Expand Up @@ -1659,4 +1659,4 @@
"additionalProperties": false
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/v3.0/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: https://spec.openapis.org/oas/3.0/schema/2021-08-12
id: https://spec.openapis.org/oas/3.0/schema/2021-09-28
$schema: http://json-schema.org/draft-04/schema#
description: Validation schema for OpenAPI Specification 3.0.X.
type: object
Expand Down

0 comments on commit 4810c68

Please sign in to comment.