VisualDataSchema:City: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
MLRodrigue (talk | contribs) No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
"wiki": { | "wiki": { | ||
"type": "schema", | "type": "schema", | ||
"name": "City" | "name": "City", | ||
"title-parsed": "", | |||
"title": "" | |||
}, | }, | ||
"properties": { | "properties": { | ||
"country": { | "country": { | ||
"wiki": { | "wiki": { | ||
"name": "country", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"required": true, | |||
"label-parsed": "country", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [] | "input-config": [] | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 21: | Line 24: | ||
"city": { | "city": { | ||
"wiki": { | "wiki": { | ||
"name": "city", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"required": true, | |||
"label-parsed": "city", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [] | "input-config": [] | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 35: | Line 39: | ||
"population": { | "population": { | ||
"wiki": { | "wiki": { | ||
"name": "population", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"label-parsed": "population", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.NumberInputWidget", | "preferred-input": "OO.ui.NumberInputWidget", | ||
"input-config": [], | "input-config": [], | ||
Line 48: | Line 53: | ||
} | } | ||
}, | }, | ||
"type": "object" | "required": [ | ||
"country", | |||
"city" | |||
], | |||
"type": "object", | |||
"title": "Regensburg" | |||
} | } |
Latest revision as of 08:07, 8 March 2024
wiki |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | "Regensburg" |