Skip to content

Commit c76171f

Browse files
committed
chore: Update JSON schema to 2020-12 version
Signed-off-by: kahirokunn <[email protected]>
1 parent f15726c commit c76171f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/charts/cluster-api-operator-providers/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema#",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema#",
33
"type": "object",
44
"properties": {
55
"cluster-api-operator": {

hack/charts/cluster-api-operator/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema#",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema#",
33
"type": "object",
44
"properties": {
55
"logLevel": {

0 commit comments

Comments
 (0)