This is an automated email from the ASF dual-hosted git repository.
Miretpl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 7ede795680b Update schema versions (#68509)
7ede795680b is described below
commit 7ede795680b4d2afef3068f5d1adc48e849771ff
Author: Przemysław Mirowski <[email protected]>
AuthorDate: Wed Jul 1 20:00:42 2026 +0200
Update schema versions (#68509)
---
chart/values.schema.json | 2 +-
chart/values_schema.schema.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/chart/values.schema.json b/chart/values.schema.json
index d753a7348fe..e7ab5bc35ac 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -1,5 +1,5 @@
{
- "$schema": "http://json-schema.org/draft-07/schema",
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Default values for airflow. Declare variables to be passed
into your templates.",
"type": "object",
"x-docsSectionOrder": [
diff --git a/chart/values_schema.schema.json b/chart/values_schema.schema.json
index 64179d5a7a4..320f9a41a59 100644
--- a/chart/values_schema.schema.json
+++ b/chart/values_schema.schema.json
@@ -1,5 +1,5 @@
{
- "$schema": "http://json-schema.org/draft-07/schema#",
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"description": "This schema is used to validate `values.schema.json` to
ensure each parameter has `default` and `description` set, and that top level
properties have a `x-docsSection` set.",
"definitions": {