Skip to content

Commit d08c480

Browse files
authored
added aoi config key
1 parent 5fa230d commit d08c480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

label_maker/validate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
schema = {
2424
'geojson': {'type': 'string'},
25+
'aoi': {'type': 'string'},
2526
'country': {'type': 'list', 'allowed': countries},
2627
'bounding_box': {'type': 'list', 'items': [lon_schema, lat_schema, lon_schema, lat_schema]},
2728
'zoom': {'type': 'integer', 'required': True},

0 commit comments

Comments
 (0)