Skip to content

Commit 41cece8

Browse files
committed
Migrate to vecorel.org
1 parent af3c466 commit 41cece8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ As Vecorel is targeting multiple encodings, there's no single solution for valid
44
We must define our own validation vocabulary, based on the Vecorel SDL [data types](datatypes.md).
55
Nevertheless, Vecorel SDL can be translated into JSON Schema.
66

7-
- Schema identifier: <https://vecorel.github.io/sdl/v0.2.0/schema.json>
8-
- [Metaschema](https://vecorel.github.io/sdl/v0.2.0/schema.json) (as JSON Schema)
7+
- Schema identifier: <https://vecorel.org/sdl/v0.2.0/schema.json>
8+
- [Metaschema](https://vecorel.org/sdl/v0.2.0/schema.json) (as JSON Schema)
99

1010
## Vocabulary
1111

schema/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://vecorel.github.io/sdl/v0.2.0/schema.json",
3+
"$id": "https://vecorel.org/sdl/v0.2.0/schema.json",
44
"type": "object",
55
"required": ["$schema", "properties"],
66
"properties": {
77
"$schema": {
88
"type": "string",
9-
"const": "https://vecorel.github.io/sdl/v0.2.0/schema.json"
9+
"const": "https://vecorel.org/sdl/v0.2.0/schema.json"
1010
},
1111
"required": {
1212
"type": "array",

0 commit comments

Comments
 (0)