{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/uwa/main/json-structure/uwa-organisation-structure.json", "name": "WSOrganisation", "type": "object", "description": "JSON Structure description of the WSOrganisation object from the UWA Pure Web Service 524.", "properties": { "pureId": { "type": "int64" }, "externalId": { "type": "string" }, "externalIdSource": { "type": "string" }, "externallyManaged": { "type": "boolean" }, "uuid": { "type": "string" }, "renderings": { "type": "array", "items": { "type": "object", "name": "WSHtmlRendering" } }, "name": { "type": "object", "name": "WSLocalizedString" }, "type": { "type": "object", "name": "WSClassification" }, "nameVariants": { "type": "array", "items": { "type": "object", "name": "WSClassifiedLocalizedValue" } }, "profileInformations": { "type": "array", "items": { "type": "object", "name": "WSClassifiedLocalizedValue" } }, "photos": { "type": "array", "items": { "type": "object", "name": "WSClassifiedFileRef" } }, "classifiedSources": { "type": "array", "items": { "type": "object", "name": "WSClassifiedValue" } }, "addresses": { "type": "array", "items": { "type": "object", "name": "WSClassifiedAddress" } }, "phoneNumbers": { "type": "array", "items": { "type": "object", "name": "WSClassifiedValue" } }, "emails": { "type": "array", "items": { "type": "object", "name": "WSClassifiedValue" } }, "webAddresses": { "type": "array", "items": { "type": "object", "name": "WSClassifiedLocalizedValue" } }, "period": { "type": "object", "name": "WSDateRange" }, "takenOverBy": { "type": "object", "name": "WSOrganisationRef" }, "parents": { "type": "array", "items": { "type": "object", "name": "WSOrganisationRef" } }, "contactPersons": { "type": "array", "items": { "type": "object", "name": "WSPersonRef" } }, "keywordGroups": { "type": "array", "items": { "type": "object", "name": "WSKeywordGroup" } }, "costCenters": { "type": "array", "items": { "type": "object", "name": "WSClassification" } }, "visibility": { "type": "object", "name": "WSVisibility" }, "info": { "type": "object", "name": "WSContentInformation" }, "links": { "type": "array", "items": { "type": "object", "name": "WSLink" } } } }