Category:OSW3d238d05316e45a4ac95a11d7b24e36b: Difference between revisions

Update package: OSW Base
(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
== Suggested class diagram ==
{{Template:ELN/Editor/DrawIO
|file_name=location-class-diagram
|page_name=Category:OSW3d238d05316e45a4ac95a11d7b24e36b
|full_width=0
|uuid=446c76f3-ccf0-5ee6-aabe-ff72c6699f31
}}
jsonschema
Line 18: Line 18:
         "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
         "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
     ],
     ],
    "title": "Location",
    "type": "object",
     "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": "Postal address",
        },
        "gps_coordinates": {
             "title": "GPS coordinates",
             "title*": {
             "title*": {
                 "en": "Postal address",
                 "en": "GPS coordinates",
                 "de": "Postalische Adresse"
                 "de": "GPS Koordinaten"
             },
             },
             "type": "object",
             "type": "object",
            "description": ""
        },
        "gps_coordinates": {
             "eval_template": {
             "eval_template": {
                 "type": "wikitext",
                 "type": "wikitext",
Line 181: Line 197:
                     "maximum": 180
                     "maximum": 180
                 }
                 }
             },
             }
            "title": "GPS coordinates",
            "title*": {
                "en": "GPS coordinates",
                "de": "GPS Koordinaten"
            },
            "type": "object"
         },
         },
         "type": {
         "type": {
Line 194: Line 204:
             ]
             ]
         }
         }
     },
     }
    "required": [
        "type"
    ],
    "uuid": "3d238d05-316e-45a4-ac95-a11d7b24e36b",
    "title*": {
        "en": "Location",
        "de": "Oertlichkeit"
    },
    "description": "",
    "description*": {}
}
}