File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ pymarkdownlnt = ">=0.9"
1010[scripts ]
1111test-docs = " pymarkdown -d md024,md013 scan ."
1212test-schema = " vec validate-schema core/schema/schema.yaml"
13- test-examples = " vec validate geojson/examples/featurecollection geojson/examples/individual-features geoparquet/examples -s https://vecorel.github.io /specification/v0.1.0/schema.yaml,core/schema/schema.yaml -n -1"
14- create-geoparquet = " vec create-geoparquet geojson/examples/featurecollection/features.json -s https://vecorel.github.io /specification/v0.1.0/schema.yaml,core/schema/schema.yaml -o geoparquet/examples/example.parquet"
13+ test-examples = " vec validate geojson/examples/featurecollection geojson/examples/individual-features geoparquet/examples -s https://vecorel.org /specification/v0.1.0/schema.yaml,core/schema/schema.yaml -n -1"
14+ create-geoparquet = " vec create-geoparquet geojson/examples/featurecollection/features.json -s https://vecorel.org /specification/v0.1.0/schema.yaml,core/schema/schema.yaml -o geoparquet/examples/example.parquet"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ common definitions are shared across these levels.
77- A Collection refers to a group of one or more features.
88- A Feature is a single field geometry with additional properties.
99
10- - ** Schema:** < https://vecorel.github.io /specification/v0.1.0/schema.yaml >
10+ - ** Schema:** < https://vecorel.org /specification/v0.1.0/schema.yaml >
1111
1212## Table of Contents <!-- omit in toc -->
1313
@@ -44,11 +44,11 @@ This describes two collections `abc` and `xyz`.
4444``` json
4545{
4646 "abc" : [
47- " https://vecorel.github.io /specification/v0.1.0/schema.yaml"
47+ " https://vecorel.org /specification/v0.1.0/schema.yaml"
4848 ],
4949 "xyz" : [
50- " https://vecorel.github.io /specification/v0.1.0/schema.yaml" ,
51- " https://vecorel.github.io /crop-extension/v0.1.0/schema.yaml" ,
50+ " https://vecorel.org /specification/v0.1.0/schema.yaml" ,
51+ " https://vecorel.org /crop-extension/v0.1.0/schema.yaml" ,
5252 ]
5353}
5454```
Original file line number Diff line number Diff line change 1- $schema : https://vecorel.github.io /sdl/v0.2.0/schema.json
1+ $schema : https://vecorel.org /sdl/v0.2.0/schema.json
22required :
33 - schemas
44 - id
@@ -21,7 +21,7 @@ properties:
2121 contains :
2222 type : string
2323 enum :
24- - https://vecorel.github.io /specification/v0.1.0/schema.yaml
24+ - https://vecorel.org /specification/v0.1.0/schema.yaml
2525 id :
2626 type : string
2727 minLength : 1
Original file line number Diff line number Diff line change 22 "type" : " FeatureCollection" ,
33 "schemas" : {
44 "de_nrw" : [
5- " https://vecorel.github.io /specification/v0.1.0/schema.yaml" ,
6- " https://vecorel.github.io /administrative-division-extension/v0.1.0/schema.yaml"
5+ " https://vecorel.org /specification/v0.1.0/schema.yaml" ,
6+ " https://vecorel.org /administrative-division-extension/v0.1.0/schema.yaml"
77 ]
88 },
99 "schemas:custom" : {
Original file line number Diff line number Diff line change 33 "type" : " Feature" ,
44 "schemas" : {
55 "de_nrw" : [
6- " https://vecorel.github.io /specification/v0.1.0/schema.yaml" ,
7- " https://vecorel.github.io /administrative-division-extension/v0.1.0/schema.yaml"
6+ " https://vecorel.org /specification/v0.1.0/schema.yaml" ,
7+ " https://vecorel.org /administrative-division-extension/v0.1.0/schema.yaml"
88 ]
99 },
1010 "properties" : {
Original file line number Diff line number Diff line change 33 "type" : " Feature" ,
44 "schemas" : {
55 "de_nrw" : [
6- " https://vecorel.github.io /specification/v0.1.0/schema.yaml" ,
7- " https://vecorel.github.io /administrative-division-extension/v0.1.0/schema.yaml"
6+ " https://vecorel.org /specification/v0.1.0/schema.yaml" ,
7+ " https://vecorel.org /administrative-division-extension/v0.1.0/schema.yaml"
88 ]
99 },
1010 "properties" : {
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
3- "$id" : " https://vecorel.github.io /specification/v0.1.0/geojson/datatypes.json" ,
3+ "$id" : " https://vecorel.org /specification/v0.1.0/geojson/datatypes.json" ,
44 "$defs" : {
55 "boolean" : {
66 "type" : " boolean"
You can’t perform that action at this time.
0 commit comments