472
edits
(Update package: OSW Base) |
(Update package: OSW Base) |
||
jsonschema | |||
---|---|---|---|
Line 2: | Line 2: | ||
"@context": [ | "@context": [ | ||
{ | { | ||
"gps_coordinates": { | "gps_coordinates": { | ||
"@id": "schema:geo", | "@id": "schema:geo", | ||
Line 28: | Line 8: | ||
"gps_coordinates*": { | "gps_coordinates*": { | ||
"@id": "Property:HasGpsCoordinates", | "@id": "Property:HasGpsCoordinates", | ||
"@type": "xsd:string" | "@type": "xsd:string" | ||
}, | }, | ||
Line 55: | Line 31: | ||
}, | }, | ||
"postal_address": { | "postal_address": { | ||
"@id": "Property:HasPostalAddress", | "@id": "Property:HasPostalAddress", | ||
"@type": "@id | "@type": "@id", | ||
"@context": [ | |||
"/wiki/JsonSchema:PostalAddress?action=raw" | |||
] | |||
"@ | |||
} | } | ||
}, | }, | ||
Line 133: | Line 72: | ||
}, | }, | ||
"postal_address": { | "postal_address": { | ||
" | "allOf": [ | ||
{ | |||
"$ref": "/wiki/JsonSchema:PostalAddress?action=raw" | |||
" | |||
} | } | ||
] | |||
}, | }, | ||
"gps_coordinates": { | "gps_coordinates": { | ||
Line 276: | Line 116: | ||
"de": "Die Winkelmessung reicht von 0 Grad am Aequator bis +90 Grad am Nordpol und minus 90 Grad am Suedpol." | "de": "Die Winkelmessung reicht von 0 Grad am Aequator bis +90 Grad am Nordpol und minus 90 Grad am Suedpol." | ||
}, | }, | ||
"minimum": -90, | "minimum": -90, | ||
"maximum": 90 | "maximum": 90 | ||
Line 291: | Line 130: | ||
"de": "Die Winkelmessung reicht von 0 Grad am Nullmeridian bis +180 Grad im Osten und minus 180 Grad im Westen." | "de": "Die Winkelmessung reicht von 0 Grad am Nullmeridian bis +180 Grad im Osten und minus 180 Grad im Westen." | ||
}, | }, | ||
"minimum": -180, | "minimum": -180, | ||
"maximum": 180 | "maximum": 180 |
edits