Skip to content

Commit 8dcb7a9

Browse files
committed
Update validation
1 parent 602ee69 commit 8dcb7a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

label_maker/validate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
class_schema = {
1414
'type': 'dict',
1515
'schema': {'name': {'type': 'string', 'required': True},
16-
'filter': {'type': 'list', 'required': True}}
16+
'filter': {'type': 'list', 'required': True},
17+
'buffer': {'type': 'integer'}}
1718
}
1819

1920
lat_schema = {'type': 'float', 'min': -90, 'max': 90}

0 commit comments

Comments
 (0)