|
|
Line 1: |
Line 1: |
| { | | { |
| "@context": [ | | "@context": [ |
| | "/wiki/Category:OSW3cb8cef2225e403092f098f99bc4c472?action=raw\u0026slot=jsonschema" |
| | ], |
| | "allOf": [ |
| { | | { |
| "legal_name": "Property:HasLegalName", | | "$ref": "/wiki/Category:OSW3cb8cef2225e403092f098f99bc4c472?action=raw\u0026slot=jsonschema" |
| "legal_form": "Property:HasLegalForm",
| |
| "superordinate_ou": "Property:HasSuperordinateOu"
| |
| } | | } |
| ], | | ], |
| "defaultProperties": [ | | "defaultProperties": [ |
| "uuid", | | "image", |
| "label",
| |
| "abbreviation",
| |
| "deputy_manager",
| |
| "mailing_list",
| |
| "manager",
| |
| "secretary",
| |
| "superordinate_ou",
| |
| "topic",
| |
| "website", | | "website", |
| "phone_number",
| |
| "fax_number",
| |
| "email",
| |
| "image",
| |
| "member_of",
| |
| "postal_address", | | "postal_address", |
| "site", | | "member_of" |
| "legal_name",
| |
| "legal_form",
| |
| "superordinate_ou"
| |
| ], | | ], |
| "properties": { | | "properties": { |
| "founder": {
| |
| "title": "Founder",
| |
| "title*": {
| |
| "en": "Founder",
| |
| "de": "Gründer:in"
| |
| },
| |
| "type": "array",
| |
| "format": "table",
| |
| "items": {
| |
| "title": "",
| |
| "type": "string",
| |
| "format": "autocomplete",
| |
| "query": "[[Category:OSW44deaa5b806d41a2a88594f562b110e9]] |?Display_title_of=label",
| |
| "previewWikiTextTemplate": "[[:{{result.fulltext}}]]",
| |
| "labelTemplate": "{{result.printouts.label.[0]}}"
| |
| },
| |
| "minItems": 1,
| |
| "default": [
| |
| ""
| |
| ]
| |
| },
| |
| "founding_date": {
| |
| "title": "Founding date",
| |
| "title*": {
| |
| "en": "Founding date",
| |
| "de": "Gründungsdatum"
| |
| },
| |
| "type": "string",
| |
| "format": "date",
| |
| "default": ""
| |
| },
| |
| "founding_location": {
| |
| "title": "Founding location",
| |
| "title*": {
| |
| "en": "Founding location",
| |
| "de": "Gründungsort"
| |
| },
| |
| "type": "string",
| |
| "format": "text",
| |
| "default": ""
| |
| },
| |
| "legal_name": {
| |
| "title": "Legal name",
| |
| "title*": {
| |
| "en": "Legal name",
| |
| "de": "Rechtlicher Name"
| |
| },
| |
| "type": "string",
| |
| "format": "text",
| |
| "default": ""
| |
| },
| |
| "legal_form": {
| |
| "title": "Legal form",
| |
| "title*": {
| |
| "en": "Legal form",
| |
| "de": "Rechtsform"
| |
| },
| |
| "type": "string",
| |
| "format": "text",
| |
| "default": ""
| |
| },
| |
| "superordinate_ou": {
| |
| "title": "Parent organization",
| |
| "title*": {
| |
| "en": "Parent organization",
| |
| "de": "Elternorganisation"
| |
| },
| |
| "description": "The parent organization of this organization.",
| |
| "description*": {
| |
| "en": "The parent organization of this organization.",
| |
| "de": "Die Elternorganisation dieser Organisation."
| |
| },
| |
| "type": "array",
| |
| "format": "table",
| |
| "items": {
| |
| "title": "",
| |
| "type": "string",
| |
| "format": "autocomplete",
| |
| "query": "[[Category:OSW1969007d5acf40539642877659a02c23]] |?Display_title_of=label",
| |
| "previewWikiTextTemplate": "[[:{{result.fulltext}}]]",
| |
| "labelTemplate": "{{result.printouts.label.[0]}}"
| |
| },
| |
| "minItems": 1,
| |
| "default": [
| |
| ""
| |
| ]
| |
| },
| |
| "type": { | | "type": { |
| "default": [ | | "default": [ |
Line 124: |
Line 22: |
| }, | | }, |
| "type": "object", | | "type": "object", |
| "allOf": [
| |
| {
| |
| "$ref": "/wiki/Category:OSW3cb8cef2225e403092f098f99bc4c472?action=raw\u0026slot=jsonschema"
| |
| }
| |
| ],
| |
| "title": "Organization", | | "title": "Organization", |
| "title*": { | | "title*": { |