4,074
edits
No edit summary Tag: Metadata slot edit |
No edit summary Tag: Metadata slot edit |
||
| (2 intermediate revisions by the same user not shown) | |||
| jsonschema | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | "@context": [ | ||
"/wiki/Category:OSW81e9e22e7d934382a6a56df7d3736957?action=raw\u0026slot=jsonschema" | "/wiki/Category:OSW81e9e22e7d934382a6a56df7d3736957?action=raw\u0026slot=jsonschema", | ||
{ | |||
"tools": { | |||
"@id": "Property:UsedRobot", | |||
"@type": "@id" | |||
} | |||
} | |||
], | ], | ||
"type": "object", | "type": "object", | ||
| Line 10: | Line 16: | ||
], | ], | ||
"title": "Big Map Lab Recipe", | "title": "Big Map Lab Recipe", | ||
"title*": {} | "title*": {}, | ||
"properties": { | |||
"tools": { | |||
"title": "Used Tools/Hardware", | |||
"type": "array", | |||
"items": { | |||
"type": "string", | |||
"format": "autocomplete", | |||
"title": "Tool", | |||
"options": { | |||
"autocomplete": { | |||
"category": "Category:OSW5eb3a40e9bb54042b9735bb9ec27086b" | |||
} | |||
} | |||
} | |||
} | |||
} | |||
} | } | ||