VisualDataSchema:Inventory item: Difference between revisions
Intcreator (talk | contribs) m Intcreator moved page VisualDataSchema:Item to VisualDataSchema:Inventory item without leaving a redirect |
Intcreator (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
"type": "schema", | "type": "schema", | ||
"uuid": "676b56f9edd13", | "uuid": "676b56f9edd13", | ||
"name": " | "name": "inventory_item", | ||
"title": "Item", | "title": "Inventory Item", | ||
"description": "A single item acquired by the museum. Atomic—does not contain sub-items." | "description": "A single item acquired by the museum. Atomic—does not contain sub-items." | ||
}, | }, | ||
Line 26: | Line 26: | ||
"type": { | "type": { | ||
"wiki": { | "wiki": { | ||
"name": "type", | |||
"type": "property", | "type": "property", | ||
"multiple-items": false, | |||
"required": true, | |||
"label": "Type", | |||
"uuid": "676b56f9edd16", | "uuid": "676b56f9edd16", | ||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.RadioSelectInputWidget", | "preferred-input": "OO.ui.RadioSelectInputWidget", | ||
"input-config": [], | "input-config": [], | ||
" | "options-allow-null": false, | ||
"options- | "options-values-parsed": { | ||
"phone": "phone", | |||
"tool": "tool" | |||
} | |||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 193: | Line 197: | ||
], | ], | ||
"type": "object", | "type": "object", | ||
"title": "Item", | "title": "Inventory Item", | ||
"description": "A single item acquired by the museum. Atomic—does not contain sub-items." | "description": "A single item acquired by the museum. Atomic—does not contain sub-items." | ||
} | } |