Skip to content

Commit

Permalink
update schemas.wmo.int links (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jul 25, 2024
1 parent 118883d commit 6b5400c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kpi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion schemas/wcmp2-bundled.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion standard/sections/annex_b_schemas.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions standard/sections/clause_5_conventions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6b5400c

Please sign in to comment.