Skip to content
Snippets Groups Projects
Unverified Commit 898b6ea3 authored by Jonas Müller-Laackman's avatar Jonas Müller-Laackman Committed by GitHub
Browse files

Update project.schema.json

parent 0cc1c66b
No related branches found
No related tags found
No related merge requests found
...@@ -252,17 +252,17 @@ ...@@ -252,17 +252,17 @@
], ],
"properties": { "properties": {
"raw": { "raw": {
"type": "array", "type": "object",
"description": "Information on raw research data", "description": "Information on raw research data",
"$ref": "#/definitions/data" "$ref": "#/definitions/data"
}, },
"refined": { "refined": {
"type": "array", "type": "object",
"description": "Information on refined research data", "description": "Information on refined research data",
"$ref": "#/definitions/data" "$ref": "#/definitions/data"
}, },
"final": { "final": {
"type": "array", "type": "object",
"description": "Information on final and publication-ready research data", "description": "Information on final and publication-ready research data",
"$ref": "#/definitions/data" "$ref": "#/definitions/data"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment