From 372c8d2925354eb7a8f127c11f9bc585abff32bf Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Thu, 7 Dec 2023 15:23:17 +0100 Subject: [PATCH] don't change draft version for 1.0.0 --- src/pyhf/schemas/1.0.0/defs.json | 2 +- src/pyhf/schemas/1.0.0/jsonpatch.json | 2 +- src/pyhf/schemas/1.0.0/measurement.json | 2 +- src/pyhf/schemas/1.0.0/model.json | 2 +- src/pyhf/schemas/1.0.0/patchset.json | 2 +- src/pyhf/schemas/1.0.0/workspace.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pyhf/schemas/1.0.0/defs.json b/src/pyhf/schemas/1.0.0/defs.json index d66e2a1528..3f67d9d687 100644 --- a/src/pyhf/schemas/1.0.0/defs.json +++ b/src/pyhf/schemas/1.0.0/defs.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft/2020-12/schema#", + "$schema": "http://json-schema.org/draft-06/schema#", "$id": "https://scikit-hep.org/pyhf/schemas/1.0.0/defs.json", "definitions": { "workspace": { diff --git a/src/pyhf/schemas/1.0.0/jsonpatch.json b/src/pyhf/schemas/1.0.0/jsonpatch.json index e4d83cab9c..e860625482 100644 --- a/src/pyhf/schemas/1.0.0/jsonpatch.json +++ b/src/pyhf/schemas/1.0.0/jsonpatch.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft/2020-12/schema#", + "$schema": "http://json-schema.org/draft-06/schema#", "$id": "https://scikit-hep.org/pyhf/schemas/1.0.0/jsonpatch.json", "$ref": "defs.json#/definitions/jsonpatch" } diff --git a/src/pyhf/schemas/1.0.0/measurement.json b/src/pyhf/schemas/1.0.0/measurement.json index 27ce1e3f6d..7ee2c88880 100644 --- a/src/pyhf/schemas/1.0.0/measurement.json +++ b/src/pyhf/schemas/1.0.0/measurement.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft/2020-12/schema#", + "$schema": "http://json-schema.org/draft-06/schema#", "$id": "https://scikit-hep.org/pyhf/schemas/1.0.0/measurement.json", "$ref": "defs.json#/definitions/measurement" } diff --git a/src/pyhf/schemas/1.0.0/model.json b/src/pyhf/schemas/1.0.0/model.json index 37ae8e31e3..b3e6c3d44b 100644 --- a/src/pyhf/schemas/1.0.0/model.json +++ b/src/pyhf/schemas/1.0.0/model.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft/2020-12/schema#", + "$schema": "http://json-schema.org/draft-06/schema#", "$id": "https://scikit-hep.org/pyhf/schemas/1.0.0/model.json", "$ref": "defs.json#/definitions/model" } diff --git a/src/pyhf/schemas/1.0.0/patchset.json b/src/pyhf/schemas/1.0.0/patchset.json index 620d633ade..cf948269b2 100644 --- a/src/pyhf/schemas/1.0.0/patchset.json +++ b/src/pyhf/schemas/1.0.0/patchset.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft/2020-12/schema#", + "$schema": "http://json-schema.org/draft-06/schema#", "$id": "https://scikit-hep.org/pyhf/schemas/1.0.0/patchset.json", "$ref": "defs.json#/definitions/patchset" } diff --git a/src/pyhf/schemas/1.0.0/workspace.json b/src/pyhf/schemas/1.0.0/workspace.json index d50d231985..693d6f1648 100644 --- a/src/pyhf/schemas/1.0.0/workspace.json +++ b/src/pyhf/schemas/1.0.0/workspace.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft/2020-12/schema#", + "$schema": "http://json-schema.org/draft-06/schema#", "$id": "https://scikit-hep.org/pyhf/schemas/1.0.0/workspace.json", "$ref": "defs.json#/definitions/workspace" }