Home
University of Western Australia
Uwa Organisation Structure
Uwa Organisation Structure
JSON Structure description of the WSOrganisation object from the UWA Pure Web Service 524.
Type: object
Properties: 25
Education Higher Education University Research Australia Perth
WSOrganisation is a JSON Structure definition published by University of Western Australia, describing 25 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
pureId
externalId
externalIdSource
externallyManaged
uuid
renderings
name
type
nameVariants
profileInformations
photos
classifiedSources
addresses
phoneNumbers
emails
webAddresses
period
takenOverBy
parents
contactPersons
keywordGroups
costCenters
visibility
info
links
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$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"
}
}
}
}