224
edits
No edit summary Tag: Metadata slot edit |
(add context) Tag: Metadata slot edit |
||
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": [ |