Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update schemas.wmo.int links (#208) #214

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading