mirror of
https://github.com/JHUAPL/SIMoN.git
synced 2026-01-09 14:57:56 -05:00
option for a null granularity
Former-commit-id: 7ef31b53b077ba0f3909558d88a029de4d1dcbd0
This commit is contained in:
@@ -188,7 +188,7 @@ class OuterWrapper(ABC):
|
||||
' ".*": {'
|
||||
' "type": "object", '
|
||||
' "properties": {'
|
||||
' "data": {"type": "object"}, "granularity": {"type": "string"}'
|
||||
' "data": {"type": "object"}, "granularity": {"type": ["string", "null"]}'
|
||||
' },'
|
||||
' "required": ["data", "granularity"]'
|
||||
' }'
|
||||
|
||||
Reference in New Issue
Block a user