Skip to content

Commit 6ea5774

Browse files
committed
[DATALAD RUNCMD] fix 'propertie'
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 3 ./microjson_schema.json ./microjson.d.ts", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 6f9da5f commit 6ea5774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

microjson.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export interface MicroFeatureCollection {
247247
coordinateSystem?: CoordinateSystem | null;
248248
valueRange?: ValueRange;
249249
descriptive_fields?: DescriptiveFields;
250-
propertie?: Properties | null;
250+
property?: Properties | null;
251251
[k: string]: unknown;
252252
}
253253
/**

microjson_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@
469469
"default": null,
470470
"title": "Descriptive Fields"
471471
},
472-
"propertie": {
472+
"property": {
473473
"anyOf": [
474474
{
475475
"$ref": "#/$defs/Properties"

0 commit comments

Comments
 (0)