473
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
Line 4: | Line 4: | ||
* General (same as UUID of the category page): 3d238d05-316e-45a4-ac95-a11d7b24e36b | * General (same as UUID of the category page): 3d238d05-316e-45a4-ac95-a11d7b24e36b | ||
* FhG: ac5eecda-acca-513a-8e66-14462b59c5ee | * FhG: ac5eecda-acca-513a-8e66-14462b59c5ee | ||
jsonschema | |||
---|---|---|---|
Line 18: | Line 18: | ||
"/wiki/Category:Item?action=raw\u0026slot=jsonschema" | "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | ||
], | ], | ||
"allOf": [ | "allOf": [ | ||
{ | { | ||
"$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | "$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema" | ||
} | } | ||
], | |||
"type": "object", | |||
"title": "Location", | |||
"uuid": "3d238d05-316e-45a4-ac95-a11d7b24e36b", | |||
"title*": { | |||
"en": "Location", | |||
"de": "Oertlichkeit" | |||
}, | |||
"description": "", | |||
"description*": {}, | |||
"required": [ | |||
"type" | |||
], | ], | ||
"defaultProperties": [ | "defaultProperties": [ | ||
Line 33: | Line 43: | ||
"properties": { | "properties": { | ||
"postal_address": { | "postal_address": { | ||
"title": "Postal address", | |||
"title*": { | |||
"en": "Postal address", | |||
"de": "Postalische Adresse" | |||
}, | |||
"type": "object", | |||
"description": "", | |||
"eval_template": { | "eval_template": { | ||
"type": "wikitext", | "type": "wikitext", | ||
Line 121: | Line 138: | ||
"type": "string" | "type": "string" | ||
} | } | ||
}, | } | ||
"title": " | }, | ||
"gps_coordinates": { | |||
"title": "GPS coordinates", | |||
"title*": { | "title*": { | ||
"en": " | "en": "GPS coordinates", | ||
"de": " | "de": "GPS Koordinaten" | ||
}, | }, | ||
"type": "object", | "type": "object", | ||
"eval_template": { | "eval_template": { | ||
"type": "wikitext", | "type": "wikitext", | ||
Line 181: | Line 197: | ||
"maximum": 180 | "maximum": 180 | ||
} | } | ||
} | } | ||
}, | }, | ||
"type": { | "type": { | ||
Line 194: | Line 204: | ||
] | ] | ||
} | } | ||
} | |||
} | } |
edits