From fe53fa4ff4a0ca08b381245b393d6cbe685c992f Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Thu, 25 Jul 2024 12:55:10 -0400 Subject: [PATCH] update schemas.wmo.int links (#208) --- kpi/README.md | 2 +- schemas/wcmp2-bundled.json | 2 +- standard/sections/annex_b_schemas.adoc | 2 +- standard/sections/clause_5_conventions.adoc | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kpi/README.md b/kpi/README.md index 1396ca3..2b8d851 100644 --- a/kpi/README.md +++ b/kpi/README.md @@ -39,7 +39,7 @@ find . -name "???.adoc" -exec asciidoc-link-check -p -c asciidoc-link-check-conf ## Conventions - Fixed values to always use: - - WCMP2 schema: https://schemas.wmo.int/wcmp/2.0/wcmp2-bundled.json + - WCMP2 schema: https://schemas.wmo.int/wcmp/2.0.0/schemas/wcmp2-bundled.json - always fence JSON snippets, single element names as code ## Releasing diff --git a/schemas/wcmp2-bundled.json b/schemas/wcmp2-bundled.json index e283e35..7baa77c 100644 --- a/schemas/wcmp2-bundled.json +++ b/schemas/wcmp2-bundled.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://schemas.wmo.int/wcmp/2.0/schemas/wcmp2-bundled.json", + "$id": "https://schemas.wmo.int/wcmp/2.0.0/schemas/wcmp2-bundled.json", "title": "WCMP discovery metadata record definition", "description": "WCMP discovery metadata record definition", "required": [ diff --git a/standard/sections/annex_b_schemas.adoc b/standard/sections/annex_b_schemas.adoc index 72a0362..a4eb864 100644 --- a/standard/sections/annex_b_schemas.adoc +++ b/standard/sections/annex_b_schemas.adoc @@ -3,7 +3,7 @@ :appendix-caption: Annex == Schemas (Normative) -NOTE: The schema document will be published on http://schemas.wmo.int/wcmp/2.0 once the standard has been approved. +NOTE: The schema document will be published on http://schemas.wmo.int/wcmp/2.0.0 once the standard has been approved. === WMO Core Metadata Profile Schema diff --git a/standard/sections/clause_5_conventions.adoc b/standard/sections/clause_5_conventions.adoc index 626d052..c87f93f 100644 --- a/standard/sections/clause_5_conventions.adoc +++ b/standard/sections/clause_5_conventions.adoc @@ -12,11 +12,11 @@ All requirements and conformance tests that appear in this document are denoted Examples provided in this specification are encoded as GeoJSON. -Complete examples can be found at https://schemas.wmo.int/wcmp/2.0/examples +Complete examples can be found at https://schemas.wmo.int/wcmp/2.0.0/examples === Schemas -The WCMP schema can be found at https://schemas.wmo.int/wcmp/2.0/wcmp2-bundled.json +The WCMP schema can be found at https://schemas.wmo.int/wcmp/2.0.0/schemas/wcmp2-bundled.json === Schema representation