224
edits
No edit summary Tag: Metadata slot edit |
(add properties) Tag: Metadata slot edit |
||
jsonschema | |||
---|---|---|---|
Line 25: | Line 25: | ||
"default": [ | "default": [ | ||
"Category:OSWba6aa10272264f63890112e5d2d02f0b" | "Category:OSWba6aa10272264f63890112e5d2d02f0b" | ||
] | |||
}, | |||
"submissionDateAndTime": { | |||
"title": "SubmissionDateAndTime", | |||
"type": "string", | |||
"format": "date-time", | |||
"options": { | |||
"flatpicker": {}, | |||
"default": "now" | |||
} | |||
}, | |||
"experimentStartDate": { | |||
"title": "SubmissionDateAndTime", | |||
"type": "string", | |||
"format": "date", | |||
"options": { | |||
"flatpicker": {} | |||
} | |||
}, | |||
"experimentEndDate": { | |||
"title": "SubmissionDateAndTime", | |||
"type": "string", | |||
"format": "date", | |||
"options": { | |||
"flatpicker": {} | |||
} | |||
}, | |||
"owner": { | |||
"title": "Owner", | |||
"format": "string", | |||
"type": "autocomplete", | |||
"range": "Category:OSW44deaa5b806d41a2a88594f562b110e9" | |||
}, | |||
"cell": { | |||
"title": "Cell", | |||
"format": "string", | |||
"type": "autocomplete", | |||
"range": "Category:OSW7c70a281c2964b59b3a4fea0b6f30724" | |||
}, | |||
"protocol": { | |||
"title": "Protocol", | |||
"format": "string", | |||
"type": "autocomplete", | |||
"range": "Category:OSW2cdabebb4d1b4aa19407941ebc7cebfc" | |||
}, | |||
"rawData": { | |||
"title": "Raw data", | |||
"type": "string", | |||
"format": "url", | |||
"options": { | |||
"upload": {} | |||
}, | |||
"links": [ | |||
{ | |||
"href": "{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}{{/if}}", | |||
"rel": "{{#if self}}download{{/if}}", | |||
"download": true | |||
} | |||
] | |||
}, | |||
"analyzedData": { | |||
"title": "Analyzed data", | |||
"type": "string", | |||
"format": "url", | |||
"options": { | |||
"upload": {} | |||
}, | |||
"links": [ | |||
{ | |||
"href": "{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}{{/if}}", | |||
"rel": "{{#if self}}download{{/if}}", | |||
"download": true | |||
} | |||
] | ] | ||
} | } | ||
} | } | ||
} | } |