Skip to content

Commit

Permalink
Merge pull request #124 from wmo-im/issue-123
Browse files Browse the repository at this point in the history
update schemas.wmo.int links (#123)
  • Loading branch information
tomkralidis committed Jul 26, 2024
2 parents f63a0d7 + 244d461 commit 4439f47
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,5 +39,5 @@ find . -name "???.adoc" -exec asciidoc-link-check -p -c asciidoc-link-check-conf
## Conventions

- Fixed values to always use:
- WNM schema: https://schemas.wmo.int/wnm/1.0/wis2-notification-message-bundled.json
- WNM schema: https://schemas.wmo.int/wnm/1.0.0/schemas/wis2-notification-message-bundled.json
- always fence JSON snippets, single element names as code
2 changes: 1 addition & 1 deletion schemas/wis2-notification-message-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/wnm/1.0/schemas/wis2-notification-message-bundled.json",
"$id": "https://schemas.wmo.int/wnm/1.0.0/schemas/wis2-notification-message-bundled.json",
"title": "WIS2 Notification Message Encoding",
"description": "WIS2 Notification Message Encoding",
"type": "object",
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 only be published on `schemas.wmo.int` once the standard has been approved.
NOTE: The schema document will only be published on https://schemas.wmo.int/wnm/1.0.0 once the standard has been approved.

=== WIS2 Notification Message 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/wnm/1.0/examples
Complete examples can be found at https://schemas.wmo.int/wnm/1.0.0/examples

=== Schemas

The WIS2 Notification Message schema can be found at https://schemas.wmo.int/wnm/1.0/notificationMessageGeoJSON.yaml
The WIS2 Notification Message schema can be found at https://schemas.wmo.int/wnm/1.0.0/schemas/wis2-notification-message-bundled.json

=== Schema representation

Expand Down

0 comments on commit 4439f47

Please sign in to comment.