UniversityOfBathPureOrganization is a JSON Structure definition published by University of Bath, describing 31 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/extended/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-bath/main/json-structure/university-of-bath-organization-structure.json",
"name": "UniversityOfBathPureOrganization",
"description": "JSON Structure for the University of Bath Pure API Organization object (Pure 5.33.3-3).",
"type": "object",
"properties": {
"pureId": {
"type": "int64",
"description": "Pure database ID of the object, prefer using the UUID if it is present on the entity"
},
"uuid": {
"type": "string",
"description": "UUID, this is the primary identity of the entity"
},
"createdBy": {
"type": "string",
"description": "Username of creator"
},
"createdDate": {
"type": "datetime",
"description": "Date and time of creation"
},
"modifiedBy": {
"type": "string",
"description": "Username of the user that performed a modification"
},
"modifiedDate": {
"type": "datetime",
"description": "Date and time of last modification"
},
"portalUrl": {
"type": "string",
"description": "URL of the content on the Pure Portal"
},
"prettyUrlIdentifiers": {
"type": "array",
"items": {
"type": "string"
},
"description": "All pretty URLs"
},
"previousUuids": {
"type": "array",
"items": {
"type": "string"
},
"description": "UUIDs of other content items which have been merged into this content item (or similar)"
},
"version": {
"type": "string",
"description": "Used to guard against conflicting updates. For new content this is null, and for existing content the current value. The property should never be modified by a client, except in the rare case where the client wants to perform an update irrespective of if other clients have made updates in the meanti"
},
"name": {
"type": "object",
"name": "LocalizedString",
"required": true
},
"type": {
"type": "object",
"name": "ClassificationRef",
"required": true
},
"identifiers": {
"type": "array",
"items": {
"type": "object",
"name": "Identifier"
},
"description": "IDs that this object corresponds to in external systems. Such as a Scopus ID. Used by Pure where it is necessary to identify objects to specific external systems"
},
"nameVariants": {
"type": "array",
"items": {
"type": "object",
"name": "ClassifiedLocalizedValue"
},
"description": "A list of organization name variants"
},
"profileInformations": {
"type": "array",
"items": {
"type": "object",
"name": "ClassifiedFormattedLocalizedValue"
},
"description": "A list of organization profile information entries"
},
"photos": {
"type": "array",
"items": {
"type": "object",
"name": "ImageFile"
},
"description": "A list of organization photos"
},
"addresses": {
"type": "array",
"items": {
"type": "object",
"name": "ClassifiedAddress"
},
"description": "A list of organization addresses"
},
"phoneNumbers": {
"type": "array",
"items": {
"type": "object",
"name": "ClassifiedValue"
},
"description": "A list of organization phone numbers"
},
"emails": {
"type": "array",
"items": {
"type": "object",
"name": "ClassifiedValue"
},
"description": "A list of organization email addresses"
},
"webAddresses": {
"type": "array",
"items": {
"type": "object",
"name": "ClassifiedLocalizedValue"
},
"description": "A list of organization web addresses"
},
"lifecycle": {
"type": "object",
"name": "DateRange",
"required": true
},
"takenOverBy": {
"type": "object",
"name": "OrganizationRef"
},
"parents": {
"type": "array",
"items": {
"type": "object",
"name": "OrganizationRef"
},
"description": "A list of parent organizations"
},
"contactPersons": {
"type": "array",
"items": {
"type": "object",
"name": "PersonRef"
},
"description": "A list of organization contact persons"
},
"keywordGroups": {
"type": "array",
"items": {
"type": "object",
"name": "KeywordGroup"
},
"description": "A group for each type of keyword present"
},
"costCenters": {
"type": "array",
"items": {
"type": "object",
"name": "ClassificationRef"
},
"description": "A list of cost center classifications"
},
"visibility": {
"type": "object",
"name": "Visibility"
},
"customDefinedFields": {
"type": "object",
"name": "CustomDefinedFields"
},
"links": {
"type": "array",
"items": {
"type": "object",
"name": "Link"
},
"description": "Links associated with this organization."
},
"mainResearchArea": {
"type": "object",
"name": "ClassificationRef"
},
"systemName": {
"type": "string",
"description": "The content system name"
}
}
}