Skip to content

Commit 09bfa86

Browse files
committed
update json
1 parent 05a421d commit 09bfa86

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/overture-schema-divisions-theme/tests/division_area_baseline_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@
457457
"properties": {
458458
"admin_level": {
459459
"description": "Integer representing the division's position in its country's administrative hierarchy, where lower numbers correspond to higher level administrative units.",
460-
"maximum": 255,
461-
"minimum": 0,
460+
"maximum": 2147483647,
461+
"minimum": -2147483648,
462462
"title": "Admin Level",
463463
"type": "integer"
464464
},

packages/overture-schema-divisions-theme/tests/division_baseline_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@
524524
"properties": {
525525
"admin_level": {
526526
"description": "Integer representing the division's position in its country's administrative hierarchy, where lower numbers correspond to higher level administrative units.",
527-
"maximum": 255,
528-
"minimum": 0,
527+
"maximum": 2147483647,
528+
"minimum": -2147483648,
529529
"title": "Admin Level",
530530
"type": "integer"
531531
},

packages/overture-schema-divisions-theme/tests/division_boundary_baseline_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@
370370
"properties": {
371371
"admin_level": {
372372
"description": "Integer representing the division's position in its country's administrative hierarchy, where lower numbers correspond to higher level administrative units.",
373-
"maximum": 255,
374-
"minimum": 0,
373+
"maximum": 2147483647,
374+
"minimum": -2147483648,
375375
"title": "Admin Level",
376376
"type": "integer"
377377
},

0 commit comments

Comments
 (0)