Skip to content
Snippets Groups Projects
Commit 392a7746 authored by van den Berg's avatar van den Berg
Browse files

Make readgroup a required property

parent 9da6ab13
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,12 @@
"description": "FileTag object, required for Files",
"type": "object",
"required": [
"readtype"
"readtype",
"readgroup"
],
"additionalProperties": false,
"properties": {
"readtype": {
"type": "string",
"enum": [
"forward",
"reverse",
......@@ -51,7 +52,6 @@
"$ref": "#/definitions/Name"
},
"tags": {
"description": "The tags that belong to this file",
"$ref": "#/definitions/FileTag"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment