Skip to content

Commit 41c5344

Browse files
eb18b3f21e955a113866f52ce4780adcf1841599
1 parent a308a85 commit 41c5344

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,4 @@ setup.cfg
150150
setup.py
151151
test-requirements.txt
152152
test/__init__.py
153-
test/test_specification_conditions.py
154153
tox.ini

neurosynth_compose_sdk/models/specification_conditions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class SpecificationConditions(BaseModel):
3131
selection of categories in the filter column to differentiate groups, or \"neurosynth\", \"neuroquery\", or \"neurostore\" to compare to a database reference group
3232
"""
3333
# data type: List[str]
34-
oneof_schema_1_validator: Optional[conlist(StrictStr)] = None
34+
oneof_schema_1_validator: Optional[conlist(StrictStr, min_items=1)] = None
3535
# data type: List[bool]
3636
oneof_schema_2_validator: Optional[conlist(StrictBool)] = None
3737
actual_instance: Any

0 commit comments

Comments
 (0)