We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa230d commit d08c480Copy full SHA for d08c480
label_maker/validate.py
@@ -22,6 +22,7 @@
22
23
schema = {
24
'geojson': {'type': 'string'},
25
+ 'aoi': {'type': 'string'},
26
'country': {'type': 'list', 'allowed': countries},
27
'bounding_box': {'type': 'list', 'items': [lon_schema, lat_schema, lon_schema, lat_schema]},
28
'zoom': {'type': 'integer', 'required': True},
0 commit comments