259
edits
(fix date fields, add defaultProperties) Tag: Metadata slot edit |
(remove some dates from default properties) Tag: Metadata slot edit |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Connected schemas: | |||
*[[:Category:OSW44deaa5b806d41a2a88594f562b110e9]] | |||
*[[:Category:OSW7c70a281c2964b59b3a4fea0b6f30724]] | |||
*[[:Category:OSW2cdabebb4d1b4aa19407941ebc7cebfc]] | |||
*[[:Category:OSW11a53cdfbdc24524bf8ac435cbf65d9d|File]] | |||
jsondata | |||
---|---|---|---|
Line 19: | Line 19: | ||
} | } | ||
], | ], | ||
"name": "BigMapNotebookEntry" | "name": "BigMapNotebookEntry", | ||
"utf8_icon": [ | |||
"📓" | |||
] | |||
} | } | ||
jsonschema | |||
Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | "@context": [ | ||
"/wiki/Category:Item?action=raw\u0026slot=jsonschema" | "/wiki/Category:Item?action=raw\u0026slot=jsonschema", | ||
{ | |||
"owner": { | |||
"@type": "@id", | |||
"@id": "Property:HasOwner" | |||
}, | |||
"cell": { | |||
"@type": "@id", | |||
"@id": "Property:HasCell" | |||
}, | |||
"protocol": { | |||
"@type": "@id", | |||
"@id": "Property:HasProtocol" | |||
}, | |||
"rawData": { | |||
"@type": "@id", | |||
"@id": "Property:HasRawData" | |||
}, | |||
"analyzedData": { | |||
"@type": "@id", | |||
"@id": "Property:HasAnalyzedData" | |||
} | |||
} | |||
], | ], | ||
"allOf": [ | "allOf": [ | ||
Line 23: | Line 45: | ||
"defaultProperties": [ | "defaultProperties": [ | ||
"submissionDateAndTime", | "submissionDateAndTime", | ||
"owner", | "owner", | ||
"cell", | "cell", | ||
Line 41: | Line 61: | ||
"type": "string", | "type": "string", | ||
"format": "datetime-local", | "format": "datetime-local", | ||
"_template": "now", | |||
"options": { | "options": { | ||
"flatpicker": {} | "flatpicker": {} | ||
} | } | ||
}, | }, | ||
Line 64: | Line 84: | ||
"owner": { | "owner": { | ||
"title": "Owner", | "title": "Owner", | ||
" | "type": "string", | ||
" | "format": "autocomplete", | ||
"range": "Category:OSW44deaa5b806d41a2a88594f562b110e9" | "range": "Category:OSW44deaa5b806d41a2a88594f562b110e9" | ||
}, | }, | ||
"cell": { | "cell": { | ||
"title": "Cell", | "title": "Cell", | ||
" | "type": "string", | ||
" | "format": "autocomplete", | ||
"range": "Category:OSW7c70a281c2964b59b3a4fea0b6f30724" | "range": "Category:OSW7c70a281c2964b59b3a4fea0b6f30724" | ||
}, | }, | ||
"protocol": { | "protocol": { | ||
"title": "Protocol", | "title": "Protocol", | ||
" | "type": "string", | ||
" | "format": "autocomplete", | ||
"range": "Category:OSW2cdabebb4d1b4aa19407941ebc7cebfc" | "range": "Category:OSW2cdabebb4d1b4aa19407941ebc7cebfc" | ||
}, | }, |