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 schema/schema.yaml"
13- test-examples = " vec validate examples/geojson examples/geoparquet -s https://vecorel.github.io /administrative-division-extension/v0.1.0/schema.yaml,schema/schema.yaml -n -1"
14- create-geoparquet = " vec create-geoparquet examples/geojson -o examples/geoparquet/example.parquet -s https://vecorel.github.io /administrative-division-extension/v0.1.0/schema.yaml,schema/schema.yaml"
13+ test-examples = " vec validate examples/geojson examples/geoparquet -s https://vecorel.org /administrative-division-extension/v0.1.0/schema.yaml,schema/schema.yaml -n -1"
14+ create-geoparquet = " vec create-geoparquet examples/geojson -o examples/geoparquet/example.parquet -s https://vecorel.org /administrative-division-extension/v0.1.0/schema.yaml,schema/schema.yaml"
Original file line number Diff line number Diff line change 11# Administrative Division Extension Specification
22
33- ** Title:** Administrative Division
4- - ** Identifier:** < https://vecorel.github.io /administrative-division-extension/v0.1.0/schema.yaml >
4+ - ** Identifier:** < https://vecorel.org /administrative-division-extension/v0.1.0/schema.yaml >
55- ** Property Name Prefix:** admin
66- ** Extension Maturity Classification:** Proposal
77- ** Owner** : @m-mohr
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 "admin:country_code" : " DE" ,
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 - admin:country_code
44properties :
You can’t perform that action at this time.
0 commit comments