VisualDataSchema:Phone: Difference between revisions
Appearance
Intcreator (talk | contribs) No edit summary |
Intcreator (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
"wiki": { | "wiki": { | ||
"type": "schema", | "type": "schema", | ||
"name": " | "uuid": "67747bdd9a5a3", | ||
"name": "Phone", | |||
"title": "Phone", | "title": "Phone", | ||
"description": "Anything that can be described as a phone | "description": "Anything that can be described as a phone" | ||
}, | }, | ||
"properties": { | "properties": { | ||
"manufacturer": { | "manufacturer": { | ||
"wiki": { | "wiki": { | ||
"name": "manufacturer", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"label": "Manufacturer", | "label": "Manufacturer", | ||
"help-message": "What company or person manufactured this phone?", | "help-message": "What company or person manufactured this phone?", | ||
" | "visibility": "visible", | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"required": false, | "required": false, | ||
"uuid": " | "uuid": "67747bdd9a5a5" | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 25: | Line 25: | ||
"title": "Manufacturer", | "title": "Manufacturer", | ||
"description": "What company or person manufactured this phone?" | "description": "What company or person manufactured this phone?" | ||
}, | |||
"time introduced": { | |||
"wiki": { | |||
"type": "property", | |||
"name": "time introduced", | |||
"visibility": "visible", | |||
"label": "Time Introduced", | |||
"help-message": "the lead in will be something like \"it was introduced in\" so add \"the\" as appropriate (ex: \"introduced in 1909\" vs \"introduced in the 1920s\"", | |||
"multiple-items": false, | |||
"preferred-input": "OO.ui.TextInputWidget", | |||
"input-config": [], | |||
"required": false, | |||
"uuid": "677ca18d3c268" | |||
}, | |||
"type": "string", | |||
"format": "text", | |||
"title": "Time Introduced", | |||
"description": "the lead in will be something like \"it was introduced in\" so add \"the\" as appropriate (ex: \"introduced in 1909\" vs \"introduced in the 1920s\"" | |||
} | } | ||
}, | }, |
Latest revision as of 20:37, 6 January 2025
wiki |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | "Phone" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | "Anything that can be described as a phone" |