262
edits
(add connected schemas) |
(remove some dates from default properties) Tag: Metadata slot edit |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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", | ||