Skip to content
Snippets Groups Projects
Commit 91cc1dbf authored by Benjamin Wingfield's avatar Benjamin Wingfield
Browse files

update API schema

parent 3bd4942d
No related branches found
No related tags found
No related merge requests found
......@@ -39,11 +39,28 @@
"type": "string",
"description": "A globus collection ID",
"format": "uuid"
}
},
"files": {
"type": "array",
"items": {
"type": "object",
"properties": {
"filename": {
"type": "string"
},
"file_size": {
"type": "integer",
"minimum": 0
}
},
"required": ["filename", "file_size"]
}
},
},
"required": [
"dir_path_on_guest_collection",
"guest_collection_id"
"guest_collection_id",
"files"
]
}
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment