Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions entity-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ components:
intended_organ: 'AO'
group_uuid: 'abcd1234-ef56-gh78-ij90-klmnop123456'
group_name: 'University TMC'
priority_project_list: ['SWAT']
priority_project_list: ['MOSDAP']
UploadExample:
summary: 'An example of an upload response'
value:
Expand All @@ -1490,7 +1490,7 @@ components:
dataset_uuids_to_link: ['abcd1234-ef56-gh78-ij90-klmnop123456']
dataset_uuids_to_unlink: ['abcd1234-ef56-gh78-ij90-klmnop123456']
datasets: [dataset objects]
priority_project_list: ['SWAT']
priority_project_list: ['MOSDAP']
CollectionExample:
summary: 'An example of a collection response'
value:
Expand Down Expand Up @@ -1645,7 +1645,7 @@ components:
intended_organ: 'AO'
group_uuid: 'abcd1234-ef56-gh78-ij90-klmnop123456'
group_name: 'University TMC'
priority_project_list: ['SWAT']
priority_project_list: ['MOSDAP']
- created_timestamp: 1710243867000
created_by_user_displayname: 'JaneDoe1'
created_by_user_email: '[email protected]'
Expand Down Expand Up @@ -1696,7 +1696,7 @@ components:
intended_organ: 'AO'
group_uuid: 'abcd1234-ef56-gh78-ij90-klmnop123456'
group_name: 'University TMC'
priority_project_list:: ['SWAT']
priority_project_list:: ['MOSDAP']
SampleArrayExample:
summary: 'An example of an array of sample objects'
value:
Expand Down Expand Up @@ -1830,7 +1830,7 @@ components:
dataset_uuids_to_link: ['abcd1234-ef56-gh78-ij90-klmnop123456']
dataset_uuids_to_unlink: ['abcd1234-ef56-gh78-ij90-klmnop123456']
datasets: [dataset objects]
priority_project_list: ['SWAT']
priority_project_list: ['MOSDAP']
- created_timestamp: 1710243867000
created_by_user_displayname: 'JaneDoe1'
created_by_user_email: '[email protected]'
Expand All @@ -1851,7 +1851,7 @@ components:
dataset_uuids_to_link: ['abcd1234-ef56-gh78-ij90-klmnop123456']
dataset_uuids_to_unlink: ['abcd1234-ef56-gh78-ij90-klmnop123456']
datasets: [dataset objects]
priority_project_list: ['SWAT']
priority_project_list: ['MOSDAP']
DatasetProvMetadata:
summary: 'An example of a dataset prov metadata response'
value:
Expand Down
2 changes: 1 addition & 1 deletion src/schema/schema_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SchemaConstants(object):

OMITTED_FIELDS = ['ingest_metadata', 'files']

ALLOWED_PRIORITY_PROJECTS = ['SWAT', 'MOSDAP']
ALLOWED_PRIORITY_PROJECTS = ['SWAT (Integration Paper)', 'MOSDAP']

# Define an enumeration to classify an entity's visibility, which can be combined with
# authorization info when verify operations on a request.
Expand Down