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 /extension-template/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 /extension-template/v0.1.0/schema.yaml,schema/schema.yaml"
13+ test-examples = " vec validate examples/geojson examples/geoparquet -s https://vecorel.org /extension-template/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 /extension-template/v0.1.0/schema.yaml,schema/schema.yaml"
Original file line number Diff line number Diff line change 11# Template Extension Specification
22
33- ** Title:** Template
4- - ** Identifier:** < https://vecorel.github.io /extension-template/v0.1.0/schema.yaml >
4+ - ** Identifier:** < https://vecorel.org /extension-template/v0.1.0/schema.yaml >
55- ** Property Name Prefix:** template
66- ** Extension Maturity Classification:** Proposal/Candidate/Stable
77- ** Owner** : @your-gh-handles @person2
Original file line number Diff line number Diff line change 11{
22 "schemas" : {
33 "example" : [
4- " https://vecorel.github.io /specification/v0.1.0/schema.yaml" ,
5- " https://vecorel.github.io /extension-template/v0.1.0/schema.yaml"
4+ " https://vecorel.org /specification/v0.1.0/schema.yaml" ,
5+ " https://vecorel.org /extension-template/v0.1.0/schema.yaml"
66 ]
77 },
88 "type" : " Feature" ,
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 - template:field1
44properties :
You can’t perform that action at this time.
0 commit comments