Skip to content

Commit

Permalink
Merge pull request #350 from bento-platform/patch/usage-property
Browse files Browse the repository at this point in the history
remove enum from experiments usage property
  • Loading branch information
gsfk committed Oct 26, 2022
2 parents 18f2a88 + 7140e83 commit ca8de4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions chord_metadata_service/experiments/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"enum": ["Raw data", "Derived data"]
},
"usage": {
"type": "string",
"enum": ["Visualized", "Downloaded"]
"type": "string"
},
"creation_date": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion chord_metadata_service/experiments/search_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"search": search_optional_eq(4)
},
"usage": {
"search": search_optional_eq(5)
"search": search_optional_str(5)
},
"genome_assembly_id": {
"search": search_optional_eq(6)
Expand Down

0 comments on commit ca8de4d

Please sign in to comment.