VisualDataSchema:Location: Difference between revisions
Created page with "{"wiki":{"type":"schema","name":"Location"},"properties":{"name":{"wiki":{"type":"property","name":"name","visibility":"visible","multiple-items":false,"preferred-input":"OO.ui.TextInputWidget","input-config":[],"required":false},"type":"string","format":"text"},"city":{"wiki":{"type":"property","name":"city","visibility":"visible","label":"city","multiple-items":false,"preferred-input":"OO.ui.TextInputWidget","input-config":[],"required":false},"type":"string","format":..." |
No edit summary |
||
Line 2: | Line 2: | ||
"wiki": { | "wiki": { | ||
"type": "schema", | "type": "schema", | ||
" | "uuid": "68384da603969", | ||
" | "name": "Location" | ||
}, | }, | ||
"properties": { | "properties": { | ||
"name": { | "name": { | ||
"wiki": { | "wiki": { | ||
"name": "name", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"required": false, | "required": false, | ||
"uuid": " | "uuid": "68384da60396e" | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 22: | Line 22: | ||
"city": { | "city": { | ||
"wiki": { | "wiki": { | ||
"name": "city", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"label": "city", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"required": false, | "required": false, | ||
"uuid": " | "uuid": "68384da603972" | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 38: | Line 38: | ||
"country": { | "country": { | ||
"wiki": { | "wiki": { | ||
"name": "country", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"label": "country", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"required": false, | "required": false, | ||
"uuid": " | "uuid": "68384da603975" | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 54: | Line 54: | ||
"address": { | "address": { | ||
"wiki": { | "wiki": { | ||
"name": "address", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"label": "address", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"required": false, | "required": false, | ||
"uuid": " | "uuid": "68384da603978" | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
"format": "text", | "format": "text", | ||
"title": "address" | "title": "address" | ||
}, | |||
"geolocation": { | |||
"wiki": { | |||
"type": "geolocation", | |||
"name": "geolocation", | |||
"label": "geolocation", | |||
"help-message": "", | |||
"coordinates": false, | |||
"map": true, | |||
"reverse-geocoding": false, | |||
"maptiler-map-config": [], | |||
"maptiler-geocoding-config": [], | |||
"required": false, | |||
"latitude-input-label": "latitude", | |||
"latitude-input-help": "", | |||
"longitude-input-label": "longitude", | |||
"longitude-input-help": "", | |||
"uuid": "68384dc43d748" | |||
}, | |||
"$id": "https://example.com/geographical-location.schema.json", | |||
"$schema": "https://json-schema.org/draft/2020-12/schema", | |||
"title": "geolocation", | |||
"description": "", | |||
"required": [], | |||
"type": "object", | |||
"properties": { | |||
"latitude": { | |||
"title": "latitude", | |||
"description": "", | |||
"type": "number", | |||
"minimum": -90, | |||
"maximum": 90, | |||
"wiki": { | |||
"uuid": "68384dc43d74d" | |||
} | |||
}, | |||
"longitude": { | |||
"title": "longitude", | |||
"description": "", | |||
"type": "number", | |||
"minimum": -180, | |||
"maximum": 180, | |||
"wiki": { | |||
"uuid": "68384dc43d74f" | |||
} | |||
}, | |||
"zoom": { | |||
"type": "number", | |||
"minimum": 0, | |||
"maximum": 24, | |||
"wiki": { | |||
"visibility": "hidden", | |||
"uuid": "68384dc43d750" | |||
} | |||
} | |||
} | |||
}, | }, | ||
"organization": { | "organization": { | ||
"wiki": { | "wiki": { | ||
"name": "organization", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"label": "organization", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "LookupElement", | "preferred-input": "LookupElement", | ||
"input-config": [], | "input-config": [], | ||
Line 83: | Line 139: | ||
"name" | "name" | ||
], | ], | ||
"uuid": " | "uuid": "68384da60397a" | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 91: | Line 147: | ||
"has_quality_label": { | "has_quality_label": { | ||
"wiki": { | "wiki": { | ||
"name": "has_quality_label", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"label": "has quality label", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.ToggleSwitchWidget", | "preferred-input": "OO.ui.ToggleSwitchWidget", | ||
"input-config": [], | "input-config": [], | ||
"required": false, | "required": false, | ||
"uuid": " | "uuid": "68384da60397d" | ||
}, | }, | ||
"type": "boolean", | "type": "boolean", | ||
Line 106: | Line 162: | ||
"description": { | "description": { | ||
"wiki": { | "wiki": { | ||
"name": "description", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"label": "description", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.MultilineTextInputWidget", | "preferred-input": "OO.ui.MultilineTextInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"required": false, | "required": false, | ||
"uuid": " | "uuid": "68384da60397f" | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 122: | Line 178: | ||
"notes": { | "notes": { | ||
"wiki": { | "wiki": { | ||
"name": "notes", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"label": "notes", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.MultilineTextInputWidget", | "preferred-input": "OO.ui.MultilineTextInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"required": false, | "required": false, | ||
"uuid": " | "uuid": "68384da603981" | ||
}, | }, | ||
"type": "string", | "type": "string", |
Revision as of 12:06, 29 May 2025
wiki |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" |