{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/uwa/main/json-schema/uwa-project-schema.json", "title": "WSUPMProject", "description": "JSON Schema for the WSUPMProject object returned by the UWA Profiles and Research Repository (Elsevier Pure Web Service 524).", "$ref": "#/$defs/WSUPMProject", "$defs": { "WSAbstractActivity": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "category": { "$ref": "#/$defs/WSClassification" }, "descriptions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "description" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "period": { "$ref": "#/$defs/WSCompoundDateRange" }, "degreeOfRecognition": { "$ref": "#/$defs/WSClassification" }, "classifiedSources": { "type": "array", "xml": { "name": "ids", "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSClassifiedValue" } }, "personAssociations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "personAssociation" }, "$ref": "#/$defs/WSClassifiedPersonAssociation" } }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "managingOrganisationalUnit": { "$ref": "#/$defs/WSOrganisationRef" }, "indicators": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "indicator" }, "$ref": "#/$defs/WSClassification" } }, "documents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "document" }, "$ref": "#/$defs/WSDocument" } }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "confidential": { "type": "boolean" }, "fieldOfResearchAssociations": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the ERA module is enabled", "items": { "xml": { "name": "fieldOfResearchAssociation" }, "$ref": "#/$defs/WSERA2015FieldOfResearchAssociation" } }, "relatedActivities": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Activity module is enabled", "items": { "xml": { "name": "relatedActivity" }, "$ref": "#/$defs/WSActivityRef" } }, "relatedResearchOutputs": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedResearchOutput" }, "$ref": "#/$defs/WSResearchOutputRef" } }, "relatedPrizes": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Prize module is enabled", "items": { "xml": { "name": "relatedPrize" }, "$ref": "#/$defs/WSPrizeRef" } }, "relatedPressMedia": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Press / Media module is enabled", "items": { "xml": { "name": "relatedPressMedia" }, "$ref": "#/$defs/WSPressMediaRef" } }, "relatedProjects": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Unified Project Model module is enabled", "items": { "xml": { "name": "relatedProject" }, "$ref": "#/$defs/WSUPMProjectRef" } }, "relatedDataSets": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Dataset module is enabled", "items": { "xml": { "name": "relatedDataSet" }, "$ref": "#/$defs/WSDataSetRef" } }, "relatedImpacts": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Impact module is enabled", "items": { "xml": { "name": "relatedImpact" }, "$ref": "#/$defs/WSImpactRef" } }, "relatedStudentThesis": { "type": "array", "xml": { "name": "relatedStudentTheses", "wrapped": true }, "description": "Only available when the Student Thesis module is enabled", "items": { "xml": { "name": "relatedStudentThesis" }, "$ref": "#/$defs/WSStudentThesisRef" } }, "relatedEquipment": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Equipment module is enabled", "items": { "xml": { "name": "relatedEquipment" }, "$ref": "#/$defs/WSEquipmentRef" } }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "activity" } }, "WSAccount": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "costCenter": { "$ref": "#/$defs/WSClassification" }, "classification": { "$ref": "#/$defs/WSClassification" }, "entries": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "entry" }, "$ref": "#/$defs/WSAccountEntry" } }, "specification": { "type": "string" }, "budget": { "type": "number", "format": "double" }, "recoveryPercentage": { "type": "number", "format": "double" }, "funderContribution": { "type": "number", "format": "double" }, "yearlyBudgets": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "yearlyBudget" }, "$ref": "#/$defs/WSYearlyBudget" } } } }, "WSAccountEntry": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "yearMonth": { "$ref": "#/$defs/WSCompoundDate" }, "amount": { "type": "number", "format": "double" } } }, "WSActivityRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSAbstractActivity" } } }, "WSAddress": { "type": "object", "properties": { "address1": { "type": "string" }, "address2": { "type": "string" }, "address3": { "type": "string" }, "address4": { "type": "string" }, "address5": { "type": "string" }, "postalCode": { "type": "string" }, "city": { "type": "string" }, "country": { "$ref": "#/$defs/WSClassification" }, "subdivision": { "$ref": "#/$defs/WSClassification" }, "state": { "type": "string" }, "geoLocation": { "$ref": "#/$defs/WSGeoLocation" } }, "xml": { "name": "address" } }, "WSApplication": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "natureTypes": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "natureType" }, "$ref": "#/$defs/WSClassification" } }, "statuses": { "type": "array", "xml": { "wrapped": true }, "description": "Not available when the Award Management module is enabled", "items": { "xml": { "name": "status" }, "$ref": "#/$defs/WSApplicationStatus" } }, "shortTitle": { "$ref": "#/$defs/WSLocalizedString" }, "acronym": { "type": "string" }, "descriptions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "description" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "classifiedSources": { "type": "array", "xml": { "name": "ids", "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSClassifiedValue" } }, "fundingOpportunity": { "description": "Not available when the Award Management module is disabled", "$ref": "#/$defs/WSFundingOpportunityRef" }, "applicants": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "applicant" }, "$ref": "#/$defs/WSClassifiedApplicantAssociation" } }, "documents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "document" }, "$ref": "#/$defs/WSApplicationDocument" } }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "budgetDifference": { "type": "number", "format": "double" }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "coManagingOrganisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "coManagingOrganisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "managingOrganisationalUnit": { "$ref": "#/$defs/WSOrganisationRef" }, "collaborative": { "type": "boolean" }, "collaborators": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "collaborator" }, "$ref": "#/$defs/WSCollaboratorAssociation" } }, "totalAcademicOwnershipPercentage": { "type": "number", "format": "double" }, "fundings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "funding" }, "$ref": "#/$defs/WSApplicationFundingAssociation" } }, "totalAppliedAmount": { "type": "number", "format": "double" }, "expectedPeriod": { "$ref": "#/$defs/WSDateRange" }, "relatedProject": { "$ref": "#/$defs/WSUPMProjectRef" }, "relatedApplications": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedApplication" }, "$ref": "#/$defs/WSApplicationRef" } }, "relatedAwards": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedAward" }, "$ref": "#/$defs/WSAwardRef" } }, "relatedEthicalReviews": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Award Management module is enabled", "items": { "xml": { "name": "relatedEthicalReview" }, "$ref": "#/$defs/WSEthicalReviewRef" } }, "fieldOfResearchAssociations": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the ERA module is enabled", "items": { "xml": { "name": "fieldOfResearchAssociation" }, "$ref": "#/$defs/WSERA2015FieldOfResearchAssociation" } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "confidential": { "type": "boolean" }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" }, "submissionDate": { "type": "string", "format": "date-time", "description": "Only available when the Award Management module is enabled" }, "submissionDeadline": { "type": "string", "format": "date-time", "description": "Only available when the Award Management module is enabled" }, "awardDate": { "type": "string", "format": "date-time", "description": "Only available when the Award Management module is enabled" }, "funderReply": { "type": "string", "description": "Only available when the Award Management module is enabled" }, "rejectedDate": { "type": "string", "format": "date-time", "description": "Only available when the Award Management module is enabled" } }, "xml": { "name": "application" } }, "WSApplicationDocument": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "title": { "type": "string" }, "documentType": { "$ref": "#/$defs/WSClassification" }, "url": { "type": "string" }, "documentLicense": { "$ref": "#/$defs/WSClassification" }, "visibleOnPortalDate": { "type": "string", "format": "date-time" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "creator": { "type": "string" }, "created": { "type": "string", "format": "date-time" }, "documentVersionType": { "$ref": "#/$defs/WSClassification" } } }, "WSApplicationFundingAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "funder": { "$ref": "#/$defs/WSExternalOrganisationRef" }, "fundingClassifications": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "fundingClassification" }, "$ref": "#/$defs/WSClassification" } }, "fundingProjectScheme": { "type": "string" }, "financial": { "type": "boolean" }, "estimatedValue": { "type": "number", "format": "double" }, "nonFinancialDescription": { "type": "string" }, "appliedAmountInAppliedCurrency": { "type": "number", "format": "double" }, "appliedCurrency": { "$ref": "#/$defs/WSClassification" }, "appliedAmount": { "type": "number", "format": "double" }, "institutionalEstimatedValue": { "type": "number", "format": "double" }, "institutionalPart": { "type": "number", "format": "double" }, "institutionalContribution": { "type": "number", "format": "double" }, "institutionalFEC": { "type": "number", "format": "double" }, "fundingCollaborators": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "fundingCollaborator" }, "$ref": "#/$defs/WSFundingCollaboratorAssociation" } }, "budgetAndExpenditures": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "budgetAndExpenditure" }, "$ref": "#/$defs/WSFundingExpenditureAssociation" } }, "costCode": { "type": "string" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "fecpercentage": { "type": "number", "format": "double" } } }, "WSApplicationRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSApplication" } } }, "WSApplicationStatus": { "type": "object", "properties": { "status": { "$ref": "#/$defs/WSClassification" }, "date": { "type": "string", "format": "date-time" }, "documents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "document" }, "$ref": "#/$defs/WSDocument" } } } }, "WSAuthorCollaboration": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "nameVariants": { "type": "array", "xml": { "wrapped": true }, "items": { "type": "string", "xml": { "name": "nameVariant" } } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "classifiedSources": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "classifiedSource" }, "$ref": "#/$defs/WSClassifiedValue" } }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "authorcollaboration" } }, "WSAuthorCollaborationRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSAuthorCollaboration" } } }, "WSAward": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "natureTypes": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "natureType" }, "$ref": "#/$defs/WSClassification" } }, "status": { "$ref": "#/$defs/WSAwardStatus" }, "statusDetails": { "description": "Only available when the Award Management module is enabled", "$ref": "#/$defs/WSAwardStatusDetails" }, "shortTitle": { "$ref": "#/$defs/WSLocalizedString" }, "acronym": { "type": "string" }, "descriptions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "description" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "classifiedSources": { "type": "array", "xml": { "name": "ids", "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSClassifiedValue" } }, "awardholders": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "awardholder" }, "$ref": "#/$defs/WSClassifiedAwardholderAssociation" } }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "coManagingOrganisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "coManagingOrganisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "managingOrganisationalUnit": { "$ref": "#/$defs/WSOrganisationRef" }, "collaborative": { "type": "boolean" }, "collaborators": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "collaborator" }, "$ref": "#/$defs/WSCollaboratorAssociation" } }, "totalAcademicOwnershipPercentage": { "type": "number", "format": "double" }, "fundings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "funding" }, "$ref": "#/$defs/WSAwardFundingAssociation" } }, "totalAwardedAmount": { "type": "number", "format": "double" }, "totalSpendAmount": { "type": "number", "format": "double" }, "actualPeriod": { "$ref": "#/$defs/WSDateRange" }, "expectedPeriod": { "$ref": "#/$defs/WSDateRange" }, "awardDate": { "type": "string", "format": "date-time" }, "curtailed": { "type": "boolean" }, "curtailDate": { "type": "string", "format": "date-time" }, "curtailReason": { "type": "string" }, "extended": { "type": "boolean" }, "extendedEndDate": { "type": "string", "format": "date-time" }, "dateOfExtension": { "type": "string", "format": "date-time" }, "documents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "document" }, "$ref": "#/$defs/WSDocument" } }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "relatedProject": { "$ref": "#/$defs/WSUPMProjectRef" }, "relatedApplications": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedApplication" }, "$ref": "#/$defs/WSApplicationRef" } }, "relatedEthicalReviews": { "type": "array", "xml": { "name": "relatedEthicalReview", "wrapped": true }, "items": { "xml": { "name": "relatedEthicalReview" }, "$ref": "#/$defs/WSEthicalReviewRef" } }, "relatedAwards": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedAward" }, "$ref": "#/$defs/WSAwardRef" } }, "fieldOfResearchAssociations": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the ERA module is enabled", "items": { "xml": { "name": "fieldOfResearchAssociation" }, "$ref": "#/$defs/WSERA2015FieldOfResearchAssociation" } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "confidential": { "type": "boolean" }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" }, "milestones": { "type": "array", "items": { "$ref": "#/$defs/WSAwardMilestoneRef" } } }, "xml": { "name": "award" } }, "WSAwardFundingAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "funder": { "$ref": "#/$defs/WSExternalOrganisationRef" }, "fundingClassifications": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "fundingClassification" }, "$ref": "#/$defs/WSClassification" } }, "fundingProjectScheme": { "type": "string" }, "financial": { "type": "boolean" }, "estimatedValue": { "type": "number", "format": "double" }, "nonFinancialDescription": { "type": "string" }, "awardedAmountInAwardedCurrency": { "type": "number", "format": "double" }, "awardedCurrency": { "$ref": "#/$defs/WSClassification" }, "awardedAmount": { "type": "number", "format": "double" }, "institutionalEstimatedValue": { "type": "number", "format": "double" }, "institutionalPart": { "type": "number", "format": "double" }, "institutionalContribution": { "type": "number", "format": "double" }, "institutionalFEC": { "type": "number", "format": "double" }, "fundingCollaborators": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "fundingCollaborator" }, "$ref": "#/$defs/WSFundingCollaboratorAssociation" } }, "budgetAndExpenditures": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "budgetAndExpenditure" }, "$ref": "#/$defs/WSFundingExpenditureAssociation" } }, "costCode": { "type": "string" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "fecpercentage": { "type": "number", "format": "double" } } }, "WSAwardMilestone": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "milestoneDeadline": { "type": "string", "format": "date-time" }, "completed": { "type": "boolean" }, "completedDate": { "type": "string", "format": "date-time" }, "award": { "$ref": "#/$defs/WSAwardRef" }, "milestoneState": { "$ref": "#/$defs/WSClassification" }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "description": { "$ref": "#/$defs/WSLocalizedString" }, "reminders": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "reminder" }, "$ref": "#/$defs/WSAwardMilestoneReminder" } }, "administrativeRole": { "type": "string" }, "academicRole": { "$ref": "#/$defs/WSClassification" }, "category": { "$ref": "#/$defs/WSClassification" }, "milestoneType": { "type": "string", "enum": [ "ACADEMIC", "ADMINISTRATIVE" ] }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "awardMilestone" } }, "WSAwardMilestoneRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSAwardMilestone" } } }, "WSAwardMilestoneReminder": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "value": { "type": "integer", "format": "int32" }, "timeUnit": { "type": "string", "enum": [ "MONTH", "WEEK", "DAY" ] } } }, "WSAwardRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSAward" } } }, "WSAwardStatus": { "type": "object", "properties": { "key": { "type": "string", "xml": { "attribute": true }, "enum": [ "NO_STATUS", "NOT_STARTED", "RUNNING", "FINISHED", "CURTAILED", "DECLINED", "INTERNALLY_APPROVED", "IN_CONTRACT_NEGOTIATION", "EXTENDED_NO_COST" ] }, "value": { "$ref": "#/$defs/WSLocalizedString" } } }, "WSAwardStatusDetails": { "type": "object", "properties": { "status": { "$ref": "#/$defs/WSAwardStatusDetailsStatus" }, "internallyApprovedDate": { "type": "string", "format": "date-time" }, "declined": { "type": "boolean" }, "declinationDate": { "type": "string", "format": "date-time" }, "declinedReason": { "type": "string" }, "relinquished": { "type": "boolean" }, "relinquishmentDate": { "type": "string", "format": "date-time" }, "relinquishmentReason": { "type": "string" } } }, "WSAwardStatusDetailsStatus": { "type": "object", "properties": { "key": { "type": "string", "xml": { "attribute": true }, "enum": [ "ContractNegotiation", "InternallyApproved", "Terminated", "ExtendedNoCost" ] }, "value": { "$ref": "#/$defs/WSLocalizedString" } } }, "WSClassification": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uri": { "type": "string", "xml": { "attribute": true } }, "term": { "$ref": "#/$defs/WSLocalizedString" }, "disabled": { "type": "boolean", "xml": { "attribute": true } }, "description": { "$ref": "#/$defs/WSLocalizedString" }, "classificationRelations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "classificationRelation" }, "$ref": "#/$defs/WSClassificationRelation" } } } }, "WSClassificationRelation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "relatedTo": { "$ref": "#/$defs/WSClassification" }, "relationType": { "$ref": "#/$defs/WSClassification" } } }, "WSClassifiedAddress": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "addressType": { "$ref": "#/$defs/WSClassification" }, "addressLines": { "type": "string" }, "street": { "type": "string" }, "building": { "type": "string" }, "postalcode": { "type": "string" }, "city": { "type": "string" }, "country": { "$ref": "#/$defs/WSClassification" }, "subdivision": { "$ref": "#/$defs/WSClassification" }, "geoLocation": { "$ref": "#/$defs/WSGeoLocation" } } }, "WSClassifiedApplicantAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "person": { "$ref": "#/$defs/WSPersonRef" }, "externalPerson": { "$ref": "#/$defs/WSExternalPersonRef" }, "authorCollaboration": { "$ref": "#/$defs/WSAuthorCollaborationRef" }, "name": { "$ref": "#/$defs/WSName" }, "personRole": { "$ref": "#/$defs/WSClassification" }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "academicOwnershipPercentage": { "type": "number", "format": "double" }, "plannedResearcherCommitmentPercentage": { "type": "number", "format": "double" }, "researcherCommitments": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "researcherCommitment" }, "$ref": "#/$defs/WSResearcherCommitment" } } } }, "WSClassifiedAuthorAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "person": { "$ref": "#/$defs/WSPersonRef" }, "externalPerson": { "$ref": "#/$defs/WSExternalPersonRef" }, "authorCollaboration": { "$ref": "#/$defs/WSAuthorCollaborationRef" }, "name": { "$ref": "#/$defs/WSName" }, "personRole": { "$ref": "#/$defs/WSClassification" }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "contributionDescription": { "type": "string" }, "contributionPercentage": { "type": "number", "format": "double" }, "country": { "$ref": "#/$defs/WSClassification" }, "correspondingAuthor": { "type": "boolean" }, "hidden": { "type": "boolean" } } }, "WSClassifiedAwardholderAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "person": { "$ref": "#/$defs/WSPersonRef" }, "externalPerson": { "$ref": "#/$defs/WSExternalPersonRef" }, "authorCollaboration": { "$ref": "#/$defs/WSAuthorCollaborationRef" }, "name": { "$ref": "#/$defs/WSName" }, "personRole": { "$ref": "#/$defs/WSClassification" }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "period": { "$ref": "#/$defs/WSDateRange" }, "academicOwnershipPercentage": { "type": "number", "format": "double" }, "plannedResearcherCommitmentPercentage": { "type": "number", "format": "double" }, "researcherCommitments": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "researcherCommitment" }, "$ref": "#/$defs/WSResearcherCommitment" } }, "samePeriodAsAward": { "type": "boolean" } } }, "WSClassifiedDataSetPersonAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "person": { "$ref": "#/$defs/WSPersonRef" }, "externalPerson": { "$ref": "#/$defs/WSExternalPersonRef" }, "authorCollaboration": { "$ref": "#/$defs/WSAuthorCollaborationRef" }, "name": { "$ref": "#/$defs/WSName" }, "personRole": { "$ref": "#/$defs/WSClassification" }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "period": { "$ref": "#/$defs/WSDateRange" } } }, "WSClassifiedFileRef": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "classification": { "xml": { "name": "type" }, "$ref": "#/$defs/WSClassification" }, "url": { "type": "string" }, "filename": { "type": "string" }, "mimetype": { "type": "string" }, "size": { "type": "integer", "format": "int64" } } }, "WSClassifiedLocalizedValue": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "value": { "$ref": "#/$defs/WSLocalizedString" }, "classification": { "xml": { "name": "type" }, "$ref": "#/$defs/WSClassification" } } }, "WSClassifiedName": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "name": { "$ref": "#/$defs/WSName" }, "type": { "$ref": "#/$defs/WSClassification" } } }, "WSClassifiedParticipantAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "person": { "$ref": "#/$defs/WSPersonRef" }, "externalPerson": { "$ref": "#/$defs/WSExternalPersonRef" }, "authorCollaboration": { "$ref": "#/$defs/WSAuthorCollaborationRef" }, "name": { "$ref": "#/$defs/WSName" }, "personRole": { "$ref": "#/$defs/WSClassification" }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "period": { "$ref": "#/$defs/WSDateRange" }, "academicOwnershipPercentage": { "type": "number", "format": "double" }, "plannedResearcherCommitmentPercentage": { "type": "number", "format": "double" }, "researcherCommitments": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "researcherCommitment" }, "$ref": "#/$defs/WSResearcherCommitment" } }, "samePeriodAsProject": { "type": "boolean" } } }, "WSClassifiedPersonAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "person": { "$ref": "#/$defs/WSPersonRef" }, "externalPerson": { "$ref": "#/$defs/WSExternalPersonRef" }, "authorCollaboration": { "$ref": "#/$defs/WSAuthorCollaborationRef" }, "name": { "$ref": "#/$defs/WSName" }, "personRole": { "$ref": "#/$defs/WSClassification" }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } } } }, "WSClassifiedValue": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "value": { "$ref": "#/$defs/WSValue" }, "classification": { "xml": { "name": "type" }, "$ref": "#/$defs/WSClassification" } } }, "WSCollaboratorAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "type": { "$ref": "#/$defs/WSClassification" }, "leadCollaborator": { "type": "boolean" }, "organisation": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" }, "externalOrganisation": { "$ref": "#/$defs/WSExternalOrganisationRef" } } }, "WSCompoundDate": { "type": "object", "properties": { "year": { "type": "integer", "format": "int32" }, "month": { "type": "integer", "format": "int32" }, "day": { "type": "integer", "format": "int32" } } }, "WSCompoundDateRange": { "type": "object", "properties": { "startDate": { "$ref": "#/$defs/WSCompoundDate" }, "endDate": { "$ref": "#/$defs/WSCompoundDate" } } }, "WSContentInformation": { "type": "object", "properties": { "createdBy": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "modifiedBy": { "type": "string" }, "modifiedDate": { "type": "string", "format": "date-time" }, "portalUrl": { "type": "string" }, "prettyUrlIdentifiers": { "type": "array", "xml": { "name": "prettyURLIdentifiers", "wrapped": true }, "items": { "type": "string", "xml": { "name": "prettyURLIdentifier" } } }, "additionalExternalIds": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSId" } }, "usedContent": { "type": "array", "xml": { "name": "usedContents", "wrapped": true }, "items": { "xml": { "name": "usedContent" }, "$ref": "#/$defs/WSUsedContent" } }, "previousUuids": { "type": "array", "xml": { "wrapped": true }, "items": { "type": "string", "xml": { "name": "previousUuid" } } } } }, "WSDataSet": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "descriptions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "description" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "temporalCoveragePeriod": { "$ref": "#/$defs/WSCompoundDateRange" }, "dataProductionPeriod": { "$ref": "#/$defs/WSCompoundDateRange" }, "classifiedSources": { "type": "array", "xml": { "name": "associatedIds", "wrapped": true }, "items": { "xml": { "name": "associatedId" }, "$ref": "#/$defs/WSClassifiedValue" } }, "geographicalCoverage": { "$ref": "#/$defs/WSLocalizedString" }, "geoLocation": { "$ref": "#/$defs/WSGeoLocation" }, "personAssociations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "personAssociation" }, "$ref": "#/$defs/WSClassifiedDataSetPersonAssociation" } }, "managingOrganisationalUnit": { "$ref": "#/$defs/WSOrganisationRef" }, "publisher": { "$ref": "#/$defs/WSPublisherRef" }, "doi": { "type": "string" }, "documents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "document" }, "$ref": "#/$defs/WSDataSetDocument" } }, "physicalDatas": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "physicalData" }, "$ref": "#/$defs/WSDataSetPhysicalData" } }, "contactPerson": { "$ref": "#/$defs/WSPersonRef" }, "legalConditions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "legalCondition" }, "$ref": "#/$defs/WSDataSetLegalCondition" } }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "publicationDate": { "$ref": "#/$defs/WSCompoundDate" }, "openAccessPermission": { "$ref": "#/$defs/WSClassification" }, "relatedDataSets": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedDataSets" }, "$ref": "#/$defs/WSDataSetRef" } }, "relatedProjects": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Unified Project Model module is enabled", "items": { "xml": { "name": "relatedProjects" }, "$ref": "#/$defs/WSUPMProjectRef" } }, "relatedResearchOutputs": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedResearchOutput" }, "$ref": "#/$defs/WSResearchOutputRef" } }, "relatedActivities": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Activity module is enabled", "items": { "xml": { "name": "relatedActivity" }, "$ref": "#/$defs/WSActivityRef" } }, "relatedPressMedia": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Press / Media module is enabled", "items": { "xml": { "name": "relatedPressMedia" }, "$ref": "#/$defs/WSPressMediaRef" } }, "relatedStudentThesis": { "type": "array", "xml": { "name": "relatedStudentTheses", "wrapped": true }, "description": "Only available when the Student Thesis module is enabled", "items": { "xml": { "name": "relatedStudentThesis" }, "$ref": "#/$defs/WSStudentThesisRef" } }, "relatedImpacts": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Impact module is enabled", "items": { "xml": { "name": "relatedImpact" }, "$ref": "#/$defs/WSImpactRef" } }, "relatedPrizes": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Prize module is enabled", "items": { "xml": { "name": "relatedPrize" }, "$ref": "#/$defs/WSPrizeRef" } }, "relatedEquipment": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Equipment module is enabled", "items": { "xml": { "name": "relatedEquipment" }, "$ref": "#/$defs/WSEquipmentRef" } }, "natureTypes": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "natureType" }, "$ref": "#/$defs/WSClassification" } }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "confidential": { "type": "boolean" }, "info": { "$ref": "#/$defs/WSContentInformation" }, "openAccessEmbargoMonths": { "type": "integer", "format": "int32" }, "openAccessEmbargoDate": { "type": "string", "format": "date-time", "xml": { "name": "embargoEndDate" } } }, "xml": { "name": "dataSet" } }, "WSDataSetDocument": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "title": { "type": "string" }, "documentType": { "$ref": "#/$defs/WSClassification" }, "url": { "type": "string" }, "documentLicense": { "$ref": "#/$defs/WSClassification" }, "visibleOnPortalDate": { "type": "string", "format": "date-time" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "creator": { "type": "string" }, "created": { "type": "string", "format": "date-time" }, "embargoDate": { "type": "string", "format": "date-time" } } }, "WSDataSetLegalCondition": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "type": { "$ref": "#/$defs/WSClassification" }, "description": { "type": "string" } } }, "WSDataSetPhysicalData": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "title": { "type": "string" }, "storageLocation": { "type": "string" }, "accessDescription": { "type": "string" }, "media": { "type": "string" }, "type": { "$ref": "#/$defs/WSClassification" } } }, "WSDataSetRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSDataSet" } } }, "WSDateRange": { "type": "object", "properties": { "startDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" } } }, "WSDocument": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "title": { "type": "string" }, "documentType": { "$ref": "#/$defs/WSClassification" }, "url": { "type": "string" }, "documentLicense": { "$ref": "#/$defs/WSClassification" }, "visibleOnPortalDate": { "type": "string", "format": "date-time" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "creator": { "type": "string" }, "created": { "type": "string", "format": "date-time" } } }, "WSERA2015FieldOfResearchAssociation": { "type": "object", "properties": { "fieldsOfResearch": { "xml": { "name": "fieldOfResearch" }, "$ref": "#/$defs/WSClassification" }, "splitPercentage": { "type": "number", "format": "double" }, "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } } } }, "WSElectronicVersionAdditionalFileAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "licenseType": { "$ref": "#/$defs/WSClassification" }, "userDefinedLicense": { "type": "string" }, "visibleOnPortalDate": { "type": "string", "format": "date-time" }, "creator": { "type": "string" }, "created": { "type": "string", "format": "date-time" }, "file": { "$ref": "#/$defs/WSFileRef" }, "title": { "type": "string" }, "accessType": { "$ref": "#/$defs/WSClassification" }, "embargoStartDate": { "type": "string", "format": "date-time" }, "embargoEndDate": { "type": "string", "format": "date-time" } } }, "WSElectronicVersionAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "accessType": { "$ref": "#/$defs/WSClassification" }, "versionType": { "$ref": "#/$defs/WSClassification" }, "embargoPeriod": { "$ref": "#/$defs/WSDateRange" }, "licenseType": { "$ref": "#/$defs/WSClassification" }, "userDefinedLicense": { "type": "string" }, "visibleOnPortalDate": { "type": "string", "format": "date-time" }, "creator": { "type": "string" }, "created": { "type": "string", "format": "date-time" } } }, "WSEligibilityFulfillmentType": { "type": "object", "properties": { "key": { "type": "string", "xml": { "attribute": true }, "enum": [ "RECOMMENDATION", "REQUIREMENT" ] }, "value": { "$ref": "#/$defs/WSLocalizedString" } } }, "WSEquipment": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "category": { "$ref": "#/$defs/WSClassification" }, "descriptions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "description" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "equipmentDetails": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "equipmentDetail" }, "$ref": "#/$defs/WSEquipmentDetails" } }, "personAssociations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "personAssociation" }, "$ref": "#/$defs/WSClassifiedPersonAssociation" } }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "managingOrganisationalUnit": { "$ref": "#/$defs/WSOrganisationRef" }, "contactPersons": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "contactPerson" }, "$ref": "#/$defs/WSPersonRef" } }, "addresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "address" }, "$ref": "#/$defs/WSClassifiedAddress" } }, "phoneNumbers": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "phoneNumber" }, "$ref": "#/$defs/WSClassifiedValue" } }, "emails": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "email" }, "$ref": "#/$defs/WSClassifiedValue" } }, "webAddresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "webAddress" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "loanType": { "$ref": "#/$defs/WSClassification" }, "loanTerm": { "$ref": "#/$defs/WSLocalizedString" }, "photos": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "photo" }, "$ref": "#/$defs/WSClassifiedFileRef" } }, "parents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "parent" }, "$ref": "#/$defs/WSEquipmentRef" } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "relatedPressMedia": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Press / Media module is enabled", "items": { "xml": { "name": "relatedPressMedia" }, "$ref": "#/$defs/WSPressMediaRef" } }, "relatedActivities": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Activity module is enabled", "items": { "xml": { "name": "relatedActivity" }, "$ref": "#/$defs/WSActivityRef" } }, "relatedProjects": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Unified Project Model module is enabled", "items": { "xml": { "name": "relatedProject" }, "$ref": "#/$defs/WSUPMProjectRef" } }, "relatedPrizes": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Prize module is enabled", "items": { "xml": { "name": "relatedPrize" }, "$ref": "#/$defs/WSPrizeRef" } }, "relatedDataSets": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the DataSet module is enabled", "items": { "xml": { "name": "relatedDataSet" }, "$ref": "#/$defs/WSDataSetRef" } }, "relatedStudentThesis": { "type": "array", "xml": { "name": "relatedStudentTheses", "wrapped": true }, "description": "Only available when the Student Thesis module is enabled", "items": { "xml": { "name": "relatedStudentThesis" }, "$ref": "#/$defs/WSStudentThesisRef" } }, "relatedImpacts": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Impact module is enabled", "items": { "xml": { "name": "relatedImpact" }, "$ref": "#/$defs/WSImpactRef" } }, "relatedResearchOutputs": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedResearchOutput" }, "$ref": "#/$defs/WSResearchOutputRef" } }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "equipment" } }, "WSEquipmentDetails": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "classifiedSources": { "type": "array", "xml": { "name": "ids", "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSClassifiedValue" } }, "acquisitionDate": { "type": "string", "format": "date-time" }, "decommissionDate": { "type": "string", "format": "date-time" }, "value": { "type": "number", "format": "double" }, "manufacturers": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "manufacturer" }, "$ref": "#/$defs/WSInternalExternalOrganisationAssociation" } } } }, "WSEquipmentRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSEquipment" } } }, "WSEthicalReview": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "descriptions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "description" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "reply": { "$ref": "#/$defs/WSEthicalReviewReply" }, "classifiedSources": { "type": "array", "xml": { "name": "ids", "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSClassifiedValue" } }, "relatedApplication": { "$ref": "#/$defs/WSApplicationRef" }, "relatedAward": { "$ref": "#/$defs/WSAwardRef" }, "personAssociations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "personAssociation" }, "$ref": "#/$defs/WSClassifiedPersonAssociation" } }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "managingOrganisationalUnit": { "$ref": "#/$defs/WSOrganisationRef" }, "documents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "document" }, "$ref": "#/$defs/WSEthicalReviewDocument" } }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "confidential": { "type": "boolean" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "ethicalReview" } }, "WSEthicalReviewDocument": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "title": { "type": "string" }, "documentType": { "$ref": "#/$defs/WSClassification" }, "url": { "type": "string" }, "documentLicense": { "$ref": "#/$defs/WSClassification" }, "visibleOnPortalDate": { "type": "string", "format": "date-time" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "creator": { "type": "string" }, "created": { "type": "string", "format": "date-time" }, "documentVersionType": { "$ref": "#/$defs/WSClassification" } } }, "WSEthicalReviewRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSEthicalReview" } } }, "WSEthicalReviewReply": { "type": "object", "properties": { "key": { "type": "string", "xml": { "attribute": true }, "enum": [ "PENDING", "APPROVED", "DECLINED", "EXTENDED", "WITHDRAWN", "EXPIRED" ] }, "value": { "$ref": "#/$defs/WSLocalizedString" } } }, "WSEvent": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "subTitle": { "$ref": "#/$defs/WSLocalizedString" }, "abbreviatedTitle": { "$ref": "#/$defs/WSLocalizedString" }, "conferenceNumber": { "type": "string" }, "description": { "$ref": "#/$defs/WSLocalizedString" }, "period": { "$ref": "#/$defs/WSDateRange" }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "degreeOfRecognition": { "$ref": "#/$defs/WSClassification" }, "classifiedSources": { "type": "array", "xml": { "name": "ids", "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSClassifiedValue" } }, "relatedEvents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedEvent" }, "$ref": "#/$defs/WSEventRef" } }, "location": { "type": "string" }, "city": { "type": "string" }, "country": { "$ref": "#/$defs/WSClassification" }, "subdivision": { "$ref": "#/$defs/WSClassification" }, "organisers": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organiser" }, "$ref": "#/$defs/WSInternalExternalOrganisationAssociation" } }, "sponsorOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "sponsorOrganisation" }, "$ref": "#/$defs/WSInternalExternalOrganisationAssociation" } }, "geoLocation": { "$ref": "#/$defs/WSGeoLocation" }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "fieldOfResearchAssociations": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the ERA module is enabled", "items": { "xml": { "name": "fieldOfResearchAssociation" }, "$ref": "#/$defs/WSERA2015FieldOfResearchAssociation" } }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "event" } }, "WSEventRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSEvent" } } }, "WSEvidenceContactInformation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "contactName": { "type": "string" }, "contactDetails": { "type": "string" }, "corroborateText": { "type": "string" }, "consentObtained": { "type": "boolean" } } }, "WSExternalOrganisation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "natureTypes": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "natureType" }, "$ref": "#/$defs/WSClassification" } }, "parent": { "$ref": "#/$defs/WSExternalOrganisationRef" }, "acronym": { "type": "string" }, "alternativeNames": { "type": "array", "xml": { "wrapped": true }, "items": { "type": "string", "xml": { "name": "alternativeName" } } }, "classifiedSources": { "type": "array", "xml": { "name": "ids", "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSClassifiedValue" } }, "address": { "$ref": "#/$defs/WSAddress" }, "phoneNumber": { "type": "string" }, "mobilePhoneNumber": { "type": "string" }, "fax": { "type": "string" }, "email": { "type": "string" }, "bankAccountNumber": { "type": "string" }, "vatNumber": { "type": "string" }, "documents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "document" }, "$ref": "#/$defs/WSDocument" } }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "note": { "type": "string" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "externalOrganisation" } }, "WSExternalOrganisationRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSExternalOrganisation" } } }, "WSExternalPerson": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "name": { "$ref": "#/$defs/WSName" }, "type": { "$ref": "#/$defs/WSClassification" }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "country": { "$ref": "#/$defs/WSClassification" }, "gender": { "$ref": "#/$defs/WSGender" }, "classifiedSources": { "type": "array", "xml": { "name": "ids", "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSClassifiedValue" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "externalPerson" } }, "WSExternalPersonRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSExternalPerson" } } }, "WSFileRef": { "type": "object", "properties": { "fileName": { "type": "string" }, "mimeType": { "type": "string" }, "size": { "type": "integer", "format": "int64" }, "fileURL": { "type": "string" }, "pureId": { "type": "integer", "format": "int64" } } }, "WSFundingCollaboratorAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "collaborator": { "$ref": "#/$defs/WSExternalOrganisationRef" }, "institutionalPart": { "type": "number", "format": "double" }, "estimatedValue": { "type": "number", "format": "double" } } }, "WSFundingExpenditureAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "organisation": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" }, "costCenter": { "$ref": "#/$defs/WSClassification" }, "accounts": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "account" }, "$ref": "#/$defs/WSAccount" } }, "costCode": { "type": "string" } } }, "WSFundingOpportunity": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "type": { "$ref": "#/$defs/WSClassification" }, "natureTypes": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "natureType" }, "$ref": "#/$defs/WSClassification" } }, "academicLabels": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "academicLabel" }, "$ref": "#/$defs/WSLabel" } }, "labels": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "label" }, "$ref": "#/$defs/WSLabel" } }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "description": { "$ref": "#/$defs/WSLocalizedString" }, "classifiedSources": { "type": "array", "xml": { "name": "associatedIds", "wrapped": true }, "items": { "xml": { "name": "associatedId" }, "$ref": "#/$defs/WSClassifiedValue" } }, "descriptionOfApplicationProcess": { "type": "string" }, "announcementUrl": { "type": "string" }, "urlToApplicationSite": { "type": "string" }, "emailAddressForApplication": { "type": "string" }, "fundingOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "fundingOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "openingDate": { "type": "string", "format": "date-time" }, "letterOfIntentDate": { "type": "string", "format": "date-time" }, "deadline": { "type": "string", "format": "date-time" }, "active": { "type": "boolean" }, "recurring": { "type": "boolean" }, "awardCeiling": { "type": "number", "format": "double" }, "awardCeilingCurrency": { "$ref": "#/$defs/WSClassification" }, "estimatedFunding": { "type": "number", "format": "double" }, "estimatedFundingCurrency": { "$ref": "#/$defs/WSClassification" }, "eligibilities": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "eligibility" }, "$ref": "#/$defs/WSFundingOpportunityEligibility" } }, "academicDegreeEligibilities": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "academicDegreeEligibility" }, "$ref": "#/$defs/WSFundingOpportunityEligibility" } }, "limitedSubmission": { "type": "boolean" }, "numberOfAnnualApplicationsPerHEI": { "type": "integer", "format": "int32" }, "numberOfAwards": { "type": "integer", "format": "int32" }, "openAccessRequirements": { "type": "boolean" }, "applications": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Unified Project Model module is enabled", "items": { "xml": { "name": "application" }, "$ref": "#/$defs/WSApplicationRef" } }, "associatedApplicationCount": { "type": "integer", "format": "int32", "description": "Only available when the Unified Project Model module is enabled" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "confidential": { "type": "boolean" }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "fundingOpportunity" } }, "WSFundingOpportunityEligibility": { "type": "object", "properties": { "eligibilityType": { "$ref": "#/$defs/WSClassification" }, "eligibilityFulfillmentType": { "$ref": "#/$defs/WSEligibilityFulfillmentType" } } }, "WSFundingOpportunityRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSFundingOpportunity" } } }, "WSGender": { "type": "object", "properties": { "key": { "type": "string", "xml": { "attribute": true }, "enum": [ "MALE", "FEMALE", "UNKNOWN" ] }, "value": { "$ref": "#/$defs/WSLocalizedString" } } }, "WSGeoLocation": { "type": "object", "properties": { "point": { "type": "string" }, "polygon": { "type": "string" }, "calculatedPoint": { "type": "string" } } }, "WSHonoraryStaffOrganisationAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "person": { "$ref": "#/$defs/WSPersonRef" }, "affiliationId": { "type": "string" }, "addresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "address" }, "$ref": "#/$defs/WSClassifiedAddress" } }, "emails": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "email" }, "$ref": "#/$defs/WSClassifiedValue" } }, "phoneNumbers": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "phoneNumber" }, "$ref": "#/$defs/WSClassifiedValue" } }, "employmentType": { "$ref": "#/$defs/WSClassification" }, "webAddresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "webAddress" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "organisation": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" }, "period": { "$ref": "#/$defs/WSDateRange" }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "jobDescription": { "$ref": "#/$defs/WSLocalizedString" }, "jobTitle": { "$ref": "#/$defs/WSClassification" }, "primaryAssociation": { "type": "boolean" } } }, "WSHtmlRendering": { "type": "object", "properties": { "format": { "type": "string", "xml": { "attribute": true } }, "locale": { "type": "string", "xml": { "attribute": true } }, "error": { "type": "boolean", "xml": { "attribute": true } }, "html": { "type": "string" } } }, "WSId": { "type": "object", "properties": { "id": { "type": "string" }, "idSource": { "type": "string", "xml": { "attribute": true } } } }, "WSImpact": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "status": { "$ref": "#/$defs/WSClassification" }, "period": { "$ref": "#/$defs/WSCompoundDateRange" }, "descriptions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "description" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "categories": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "category" }, "$ref": "#/$defs/WSClassification" } }, "level": { "$ref": "#/$defs/WSClassification" }, "classifiedSources": { "type": "array", "xml": { "name": "associatedIds", "wrapped": true }, "items": { "xml": { "name": "associatedId" }, "$ref": "#/$defs/WSClassifiedValue" } }, "participants": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "participant" }, "$ref": "#/$defs/WSImpactClassifiedParticipantAssociation" } }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "evidenceList": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "evidence" }, "$ref": "#/$defs/WSImpactEvidence" } }, "managingOrganisationalUnit": { "$ref": "#/$defs/WSOrganisationRef" }, "documents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "document" }, "$ref": "#/$defs/WSDocument" } }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "relatedImpacts": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedImpact" }, "$ref": "#/$defs/WSImpactRef" } }, "relatedPressMedia": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Press / Media module is enabled", "items": { "xml": { "name": "relatedPressMedia" }, "$ref": "#/$defs/WSPressMediaRef" } }, "relatedResearchOutputs": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedResearchOutput" }, "$ref": "#/$defs/WSResearchOutputRef" } }, "relatedActivities": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Activity module is enabled", "items": { "xml": { "name": "relatedActivity" }, "$ref": "#/$defs/WSActivityRef" } }, "relatedProjects": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Unified Project Model module is enabled", "items": { "xml": { "name": "relatedProject" }, "$ref": "#/$defs/WSUPMProjectRef" } }, "relatedPrizes": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Prize module is enabled", "items": { "xml": { "name": "relatedPrize" }, "$ref": "#/$defs/WSPrizeRef" } }, "relatedStudentTheses": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Student Thesis module is enabled", "items": { "xml": { "name": "relatedStudentThesis" }, "$ref": "#/$defs/WSStudentThesisRef" } }, "relatedDataSets": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Dataset module is enabled", "items": { "xml": { "name": "relatedDataSet" }, "$ref": "#/$defs/WSDataSetRef" } }, "relatedEquipment": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Equipment module is enabled", "items": { "xml": { "name": "relatedEquipment" }, "$ref": "#/$defs/WSEquipmentRef" } }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "confidential": { "type": "boolean" }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "impact" } }, "WSImpactClassifiedParticipantAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "person": { "$ref": "#/$defs/WSPersonRef" }, "externalPerson": { "$ref": "#/$defs/WSExternalPersonRef" }, "authorCollaboration": { "$ref": "#/$defs/WSAuthorCollaborationRef" }, "name": { "$ref": "#/$defs/WSName" }, "personRole": { "$ref": "#/$defs/WSClassification" }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "email": { "type": "string" }, "externalNote": { "type": "string" }, "externalOrganisation": { "type": "string" }, "phone": { "type": "string" }, "sector": { "$ref": "#/$defs/WSClassification" }, "country": { "$ref": "#/$defs/WSClassification" }, "academicOwnershipPercentage": { "type": "number", "format": "double" } } }, "WSImpactEvidence": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "evidenceTitle": { "xml": { "name": "title" }, "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "evidenceIndicator": { "xml": { "name": "indicator" }, "$ref": "#/$defs/WSClassification" }, "evidenceSummary": { "xml": { "name": "summary" }, "$ref": "#/$defs/WSLocalizedString" }, "evidenceContactInformations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "evidenceContactInformation" }, "$ref": "#/$defs/WSEvidenceContactInformation" } }, "period": { "$ref": "#/$defs/WSCompoundDateRange" }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "documents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "document" }, "$ref": "#/$defs/WSDocument" } } } }, "WSImpactRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSImpact" } } }, "WSInternalExternalOrganisationAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "organisation": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" }, "externalOrganisation": { "xml": { "name": "externalOrganisationalUnit" }, "$ref": "#/$defs/WSExternalOrganisationRef" } } }, "WSKeyword": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "locale": { "type": "string", "xml": { "attribute": true } }, "freeKeywords": { "type": "array", "xml": { "wrapped": true }, "items": { "type": "string", "xml": { "name": "freeKeyword" } } } } }, "WSKeywordContainer": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "structuredKeyword": { "$ref": "#/$defs/WSClassification" }, "freeKeywords": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "freeKeyword" }, "$ref": "#/$defs/WSKeyword" } } } }, "WSKeywordGroup": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "logicalName": { "type": "string", "xml": { "attribute": true } }, "type": { "$ref": "#/$defs/WSClassification" }, "keywordContainers": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordContainer" }, "$ref": "#/$defs/WSKeywordContainer" } } } }, "WSLabel": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "value": { "type": "string" } } }, "WSLink": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "url": { "type": "string" }, "description": { "$ref": "#/$defs/WSLocalizedString" }, "linkType": { "$ref": "#/$defs/WSClassification" } } }, "WSLocalizedString": { "type": "object", "properties": { "formatted": { "type": "boolean", "xml": { "attribute": true } }, "text": { "type": "array", "items": { "xml": { "name": "text" }, "$ref": "#/$defs/WSLocalizedText" } } } }, "WSLocalizedText": { "type": "object", "properties": { "locale": { "type": "string", "xml": { "attribute": true } }, "value": { "type": "string" } } }, "WSName": { "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" } } }, "WSNavigationLink": { "type": "object", "properties": { "ref": { "type": "string", "xml": { "attribute": true } }, "href": { "type": "string", "xml": { "attribute": true } } } }, "WSOrganisation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "nameVariants": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "nameVariant" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "profileInformations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "profileInformation" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "photos": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "photo" }, "$ref": "#/$defs/WSClassifiedFileRef" } }, "classifiedSources": { "type": "array", "xml": { "name": "ids", "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSClassifiedValue" } }, "addresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "address" }, "$ref": "#/$defs/WSClassifiedAddress" } }, "phoneNumbers": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "phoneNumber" }, "$ref": "#/$defs/WSClassifiedValue" } }, "emails": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "email" }, "$ref": "#/$defs/WSClassifiedValue" } }, "webAddresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "webAddress" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "period": { "$ref": "#/$defs/WSDateRange" }, "takenOverBy": { "$ref": "#/$defs/WSOrganisationRef" }, "parents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "parent" }, "$ref": "#/$defs/WSOrganisationRef" } }, "contactPersons": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "contactPerson" }, "$ref": "#/$defs/WSPersonRef" } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "costCenters": { "type": "array", "xml": { "wrapped": true }, "description": "Only available on the DK and UK bases", "items": { "xml": { "name": "costCenter" }, "$ref": "#/$defs/WSClassification" } }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "info": { "$ref": "#/$defs/WSContentInformation" }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } } }, "xml": { "name": "organisationalUnit" } }, "WSOrganisationRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSOrganisation" } } }, "WSPerson": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "name": { "$ref": "#/$defs/WSName" }, "gender": { "description": "Only available if it is made public", "$ref": "#/$defs/WSClassification" }, "dateOfBirth": { "type": "string", "format": "date-time", "description": "Only available if it is made public" }, "nationality": { "$ref": "#/$defs/WSClassification" }, "nameVariants": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "nameVariant" }, "$ref": "#/$defs/WSClassifiedName" } }, "titles": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "title" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "classifiedSources": { "type": "array", "xml": { "name": "ids", "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSClassifiedValue" } }, "orcid": { "type": "string" }, "profilePhotos": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "profilePhoto" }, "$ref": "#/$defs/WSClassifiedFileRef" } }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "startDateAsResearcher": { "type": "string", "format": "date-time" }, "retirementDate": { "type": "string", "format": "date-time" }, "profiled": { "type": "boolean", "description": "Only available when the Author Profile module is enabled" }, "scopusHIndex": { "type": "integer", "format": "int32" }, "profileInformations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "profileInformation" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "studentOrganisationAssociations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "studentOrganisationAssociation" }, "$ref": "#/$defs/WSStudentOrganisationAssociation" } }, "staffOrganisationAssociations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "staffOrganisationAssociation" }, "$ref": "#/$defs/WSStaffOrganisationAssociation" } }, "visitingScholarOrganisationAssociations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "visitingScholarOrganisationAssociation" }, "$ref": "#/$defs/WSVisitingScholarOrganisationAssociation" } }, "honoraryStaffOrganisationAssociations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "honoraryStaffOrganisationAssociation" }, "$ref": "#/$defs/WSHonoraryStaffOrganisationAssociation" } }, "supervisorForRelations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "supervisorForRelation" }, "$ref": "#/$defs/WSPersonSupervisorAssociation" } }, "supervisedByRelations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "supervisedByRelation" }, "$ref": "#/$defs/WSPersonSupervisorAssociation" } }, "leavesOfAbsence": { "type": "array", "xml": { "name": "leavesOfAbsences", "wrapped": true }, "description": "Only available when the proper configuration is enabled", "items": { "xml": { "name": "leavesOfAbsence" }, "$ref": "#/$defs/WSPersonClassifiedLeaveOfAbsence" } }, "employeeStartDate": { "type": "string", "format": "date-time" }, "employeeEndDate": { "type": "string", "format": "date-time" }, "fte": { "type": "number", "format": "double" }, "affiliationNote": { "type": "string", "description": "Only available when the proper configuration is enabled" }, "externalPositions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalPosition" }, "$ref": "#/$defs/WSPersonExternalPosition" } }, "educations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "education" }, "$ref": "#/$defs/WSPersonEducation" } }, "professionalQualifications": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the proper configuration is enabled", "items": { "xml": { "name": "professionalQualification" }, "$ref": "#/$defs/WSProfessionalQualification" } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "fieldOfResearchAssociations": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the ERA module is enabled", "items": { "xml": { "name": "fieldOfResearchAssociation" }, "$ref": "#/$defs/WSERA2015FieldOfResearchAssociation" } }, "willTakePhdStudents": { "type": "boolean", "description": "Only available when the proper configuration is enabled" }, "phdResearchProjects": { "type": "string", "description": "Only available when the proper configuration is enabled" }, "privateAddress": { "description": "Only available when the proper configuration is enabled", "$ref": "#/$defs/WSClassifiedAddress" }, "personExpertise": { "description": "Only available when the Person Expertise module is enabled", "$ref": "#/$defs/WSPersonExpertise" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "info": { "$ref": "#/$defs/WSContentInformation" }, "expert": { "type": "boolean" } }, "xml": { "name": "person" } }, "WSPersonClassifiedLeaveOfAbsence": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "typesOfLeave": { "xml": { "name": "typeOfLeave" }, "$ref": "#/$defs/WSClassification" }, "period": { "$ref": "#/$defs/WSDateRange" } } }, "WSPersonEducation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "period": { "$ref": "#/$defs/WSCompoundDateRange" }, "fieldOfStudy": { "$ref": "#/$defs/WSClassification" }, "qualification": { "$ref": "#/$defs/WSClassification" }, "awardDate": { "type": "string", "format": "date-time" }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSInternalExternalOrganisationAssociation" } }, "projectTitle": { "$ref": "#/$defs/WSLocalizedString" }, "distinction": { "$ref": "#/$defs/WSClassification" }, "supervisor": { "$ref": "#/$defs/WSPersonEducationSupervisorAssociation" } } }, "WSPersonEducationSupervisorAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "supervisor": { "$ref": "#/$defs/WSPersonRef" }, "externalSupervisor": { "$ref": "#/$defs/WSExternalPersonRef" } } }, "WSPersonExpertise": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "areasOfExpertise": { "type": "array", "xml": { "wrapped": true }, "items": { "type": "string", "xml": { "name": "areaOfExpertise" } } }, "areaOfExpertiseClassifications": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "areaOfExpertiseClassification" }, "$ref": "#/$defs/WSClassification" } }, "willingnessToMedia": { "type": "boolean" }, "moderatedWillingnessToMedia": { "type": "boolean" }, "type": { "$ref": "#/$defs/WSClassification" } } }, "WSPersonExternalPosition": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "appointment": { "$ref": "#/$defs/WSClassification" }, "appointmentValue": { "$ref": "#/$defs/WSLocalizedString" }, "externalOrganisation": { "$ref": "#/$defs/WSExternalOrganisationRef" }, "period": { "$ref": "#/$defs/WSCompoundDateRange" } } }, "WSPersonOrganisationAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "person": { "$ref": "#/$defs/WSPersonRef" }, "affiliationId": { "type": "string" }, "addresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "address" }, "$ref": "#/$defs/WSClassifiedAddress" } }, "emails": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "email" }, "$ref": "#/$defs/WSClassifiedValue" } }, "phoneNumbers": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "phoneNumber" }, "$ref": "#/$defs/WSClassifiedValue" } }, "employmentType": { "$ref": "#/$defs/WSClassification" }, "webAddresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "webAddress" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "organisation": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" }, "period": { "$ref": "#/$defs/WSDateRange" }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "primaryAssociation": { "type": "boolean" } } }, "WSPersonRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSPerson" } } }, "WSPersonSupervisorAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "supervisor": { "$ref": "#/$defs/WSPersonRef" }, "externalSupervisor": { "$ref": "#/$defs/WSExternalPersonRef" }, "supervisionPercentage": { "type": "integer", "format": "int32" }, "period": { "$ref": "#/$defs/WSDateRange" }, "supervisorRole": { "$ref": "#/$defs/WSClassification" }, "student": { "$ref": "#/$defs/WSPersonOrganisationAssociation" } } }, "WSPressMedia": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "category": { "$ref": "#/$defs/WSClassification" }, "descriptions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "description" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "references": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "reference" }, "$ref": "#/$defs/WSReference" } }, "personAssociations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "personAssociation" }, "$ref": "#/$defs/WSClassifiedPersonAssociation" } }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "managingOrganisationalUnit": { "$ref": "#/$defs/WSOrganisationRef" }, "period": { "$ref": "#/$defs/WSDateRange" }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "event": { "$ref": "#/$defs/WSEventRef" }, "relatedPressMedia": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedPressMedia" }, "$ref": "#/$defs/WSPressMediaRef" } }, "relatedActivities": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Activity module is enabled", "items": { "xml": { "name": "relatedActivity" }, "$ref": "#/$defs/WSActivityRef" } }, "relatedProjects": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Unified Project Model module is enabled", "items": { "xml": { "name": "relatedProject" }, "$ref": "#/$defs/WSUPMProjectRef" } }, "relatedPrizes": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Prize module is enabled", "items": { "xml": { "name": "relatedPrize" }, "$ref": "#/$defs/WSPrizeRef" } }, "relatedDataSets": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the DataSet module is enabled", "items": { "xml": { "name": "relatedDataSet" }, "$ref": "#/$defs/WSDataSetRef" } }, "relatedStudentThesis": { "type": "array", "xml": { "name": "relatedStudentTheses", "wrapped": true }, "description": "Only available when the Student Thesis module is enabled", "items": { "xml": { "name": "relatedStudentThesis" }, "$ref": "#/$defs/WSStudentThesisRef" } }, "relatedImpacts": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Impact module is enabled", "items": { "xml": { "name": "relatedImpact" }, "$ref": "#/$defs/WSImpactRef" } }, "relatedResearchOutputs": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedResearchOutput" }, "$ref": "#/$defs/WSResearchOutputRef" } }, "relatedEquipment": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Equipment module is enabled", "items": { "xml": { "name": "relatedEquipment" }, "$ref": "#/$defs/WSEquipmentRef" } }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "pressMedia" } }, "WSPressMediaRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSPressMedia" } } }, "WSPrize": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "category": { "$ref": "#/$defs/WSClassification" }, "descriptions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "description" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "awardDate": { "$ref": "#/$defs/WSCompoundDate" }, "degreeOfRecognition": { "$ref": "#/$defs/WSClassification" }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "grantingOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "grantingOrganisation" }, "$ref": "#/$defs/WSInternalExternalOrganisationAssociation" } }, "event": { "xml": { "name": "awardedAtEvent" }, "$ref": "#/$defs/WSEventRef" }, "classifiedSources": { "type": "array", "xml": { "name": "ids", "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSClassifiedValue" } }, "receiversOfPrize": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "receiverOfPrize" }, "$ref": "#/$defs/WSClassifiedPersonAssociation" } }, "managingOrganisationalUnit": { "$ref": "#/$defs/WSOrganisationRef" }, "documents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "document" }, "$ref": "#/$defs/WSDocument" } }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "relatedPrizes": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedPrizes" }, "$ref": "#/$defs/WSPrizeRef" } }, "relatedResearchOutputs": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedResearchOutput" }, "$ref": "#/$defs/WSResearchOutputRef" } }, "relatedActivities": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Activity module is enabled", "items": { "xml": { "name": "relatedActivity" }, "$ref": "#/$defs/WSActivityRef" } }, "relatedPressMedia": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Press / Media module is enabled", "items": { "xml": { "name": "relatedPressMedia" }, "$ref": "#/$defs/WSPressMediaRef" } }, "relatedProjects": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Unified Project Model module is enabled", "items": { "xml": { "name": "relatedProject" }, "$ref": "#/$defs/WSUPMProjectRef" } }, "relatedImpacts": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Impact module is enabled", "items": { "xml": { "name": "relatedImpact" }, "$ref": "#/$defs/WSImpactRef" } }, "relatedDataSets": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the DataSet module is enabled", "items": { "xml": { "name": "relatedDataSet" }, "$ref": "#/$defs/WSDataSetRef" } }, "relatedStudentThesis": { "type": "array", "xml": { "name": "relatedStudentTheses", "wrapped": true }, "description": "Only available when the Student Thesis module is enabled", "items": { "xml": { "name": "relatedStudentThesis" }, "$ref": "#/$defs/WSStudentThesisRef" } }, "relatedEquipment": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Equipment module is enabled", "items": { "xml": { "name": "relatedEquipment" }, "$ref": "#/$defs/WSEquipmentRef" } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "prize" } }, "WSPrizeRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSPrize" } } }, "WSProfessionalQualification": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "qualification": { "$ref": "#/$defs/WSLocalizedString" }, "abbreviatedQualification": { "$ref": "#/$defs/WSLocalizedString" }, "period": { "$ref": "#/$defs/WSCompoundDateRange" } } }, "WSPublicationStatus": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "current": { "type": "boolean", "xml": { "attribute": true } }, "publicationStatus": { "$ref": "#/$defs/WSClassification" }, "publicationDate": { "$ref": "#/$defs/WSCompoundDate" } } }, "WSPublisher": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "name": { "type": "string" }, "type": { "$ref": "#/$defs/WSClassification" }, "alternativeNames": { "type": "array", "xml": { "wrapped": true }, "items": { "type": "string", "xml": { "name": "alternativeName" } } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "countries": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "country" }, "$ref": "#/$defs/WSClassification" } }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "publisher" } }, "WSPublisherRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSPublisher" } } }, "WSReference": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "type": { "$ref": "#/$defs/WSReferenceType" }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "description": { "$ref": "#/$defs/WSLocalizedString" }, "personAssociations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "personAssociation" }, "$ref": "#/$defs/WSClassifiedPersonAssociation" } }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "date": { "type": "string", "format": "date-time" }, "url": { "type": "string" }, "medium": { "type": "string" }, "mediaType": { "$ref": "#/$defs/WSClassification" }, "degreeOfRecognition": { "$ref": "#/$defs/WSClassification" }, "country": { "$ref": "#/$defs/WSClassification" }, "subdivision": { "$ref": "#/$defs/WSClassification" }, "author": { "type": "string" }, "extent": { "type": "string" }, "newsfloFragment": { "type": "string", "description": "Only available when Newsflo integration is enabled" }, "newsfloRank": { "description": "Only available when Newsflo integration is enabled", "$ref": "#/$defs/WSClassification" } } }, "WSReferenceType": { "type": "object", "properties": { "key": { "type": "string", "xml": { "attribute": true }, "enum": [ "CONTRIBUTION", "COVERAGE" ] }, "value": { "$ref": "#/$defs/WSLocalizedString" } } }, "WSResearchOutput": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "title": { "$ref": "#/$defs/WSValue" }, "subTitle": { "$ref": "#/$defs/WSValue" }, "type": { "$ref": "#/$defs/WSClassification" }, "category": { "$ref": "#/$defs/WSClassification" }, "peerReview": { "type": "boolean" }, "internationalPeerReview": { "type": "boolean" }, "publicationStatuses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "publicationStatus" }, "$ref": "#/$defs/WSPublicationStatus" } }, "language": { "$ref": "#/$defs/WSClassification" }, "translatedTitle": { "$ref": "#/$defs/WSLocalizedString" }, "translatedSubTitle": { "$ref": "#/$defs/WSLocalizedString" }, "numberOfPages": { "type": "integer", "format": "int32" }, "fieldOfResearchAssociations": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the ERA module is enabled", "items": { "xml": { "name": "fieldOfResearchAssociation" }, "$ref": "#/$defs/WSERA2015FieldOfResearchAssociation" } }, "personAssociations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "personAssociation" }, "$ref": "#/$defs/WSClassifiedAuthorAssociation" } }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "totalNumberOfAuthors": { "type": "integer", "format": "int32" }, "managingOrganisationalUnit": { "$ref": "#/$defs/WSOrganisationRef" }, "openAccessPermission": { "$ref": "#/$defs/WSClassification" }, "embargoMonths": { "type": "integer", "format": "int32" }, "embargoEndDate": { "type": "string", "format": "date-time" }, "submissionYear": { "type": "integer", "format": "int32", "description": "Only available when this field has been enabled" }, "mainResearchArea": { "description": "Only available when the BFI module is enabled", "$ref": "#/$defs/WSClassification" }, "electronicVersions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "electronicVersion" }, "$ref": "#/$defs/WSElectronicVersionAssociation" } }, "additionalFiles": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "additionalFile" }, "$ref": "#/$defs/WSElectronicVersionAdditionalFileAssociation" } }, "additionalLinks": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "additionalLink" }, "$ref": "#/$defs/WSLink" } }, "articleProcessingChargePaid": { "type": "boolean" }, "articleProcessingChargeAmountInArticleProcessingChargeCurrency": { "type": "number", "format": "double" }, "articleProcessingChargeCurrency": { "$ref": "#/$defs/WSClassification" }, "articleProcessingChargeAmount": { "type": "number", "format": "double" }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "bibliographicalNote": { "$ref": "#/$defs/WSLocalizedString" }, "descriptions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "descriptions" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "relatedResearchOutputs": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedResearchOutput" }, "$ref": "#/$defs/WSResearchOutputRef" } }, "relatedActivities": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Activity module is enabled", "items": { "xml": { "name": "relatedActivity" }, "$ref": "#/$defs/WSActivityRef" } }, "relatedPressMedia": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Press / Media module is enabled", "items": { "xml": { "name": "relatedPressMedia" }, "$ref": "#/$defs/WSPressMediaRef" } }, "relatedImpacts": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Impact module is enabled", "items": { "xml": { "name": "relatedImpact" }, "$ref": "#/$defs/WSImpactRef" } }, "relatedProjects": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Unified Project Model module is enabled", "items": { "xml": { "name": "relatedProject" }, "$ref": "#/$defs/WSUPMProjectRef" } }, "relatedDataSets": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the DataSet module is enabled", "items": { "xml": { "name": "relatedDataSet" }, "$ref": "#/$defs/WSDataSetRef" } }, "relatedPrizes": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Prize module is enabled", "items": { "xml": { "name": "relatedPrize" }, "$ref": "#/$defs/WSPrizeRef" } }, "relatedStudentTheses": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Student Thesis module is enabled", "items": { "xml": { "name": "relatedStudentThesis" }, "$ref": "#/$defs/WSStudentThesisRef" } }, "relatedEquipment": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Equipment module is enabled", "items": { "xml": { "name": "relatedEquipment" }, "$ref": "#/$defs/WSEquipmentRef" } }, "confidential": { "type": "boolean" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "assessmentType": { "description": "Only available when the FIA module is enabled", "$ref": "#/$defs/WSClassification" }, "info": { "$ref": "#/$defs/WSContentInformation" }, "totalScopusCitations": { "type": "integer", "format": "int32" }, "fieldWeightedCitationImpact": { "type": "number", "format": "double" }, "scopusMetrics": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "scopusMetric" }, "$ref": "#/$defs/WSResearchOutputMetric" } }, "includedOnStaffPages": { "type": "boolean" }, "abstract": { "$ref": "#/$defs/WSLocalizedString" } }, "xml": { "name": "researchOutput" } }, "WSResearchOutputMetric": { "type": "object", "properties": { "value": { "type": "integer", "format": "int32" }, "year": { "type": "integer", "format": "int32" } } }, "WSResearchOutputRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSResearchOutput" } } }, "WSResearcherCommitment": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "yearMonth": { "$ref": "#/$defs/WSCompoundDate" }, "plannedResearcherCommitment": { "type": "number", "format": "double" }, "actualResearcherCommitment": { "type": "number", "format": "double" } } }, "WSResidencyFlag": { "type": "object", "properties": { "key": { "type": "string", "enum": [ "UNKNOWN", "HOME", "OVERSEAS" ] }, "value": { "$ref": "#/$defs/WSLocalizedString" } } }, "WSStaffOrganisationAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "person": { "$ref": "#/$defs/WSPersonRef" }, "affiliationId": { "type": "string" }, "addresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "address" }, "$ref": "#/$defs/WSClassifiedAddress" } }, "emails": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "email" }, "$ref": "#/$defs/WSClassifiedValue" } }, "phoneNumbers": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "phoneNumber" }, "$ref": "#/$defs/WSClassifiedValue" } }, "employmentType": { "$ref": "#/$defs/WSClassification" }, "webAddresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "webAddress" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "organisation": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" }, "period": { "$ref": "#/$defs/WSDateRange" }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "contractType": { "$ref": "#/$defs/WSClassification" }, "staffType": { "$ref": "#/$defs/WSClassification" }, "jobDescription": { "$ref": "#/$defs/WSLocalizedString" }, "jobTitle": { "$ref": "#/$defs/WSClassification" }, "fte": { "type": "number", "format": "double" }, "primaryAssociation": { "type": "boolean" } } }, "WSStudentOrganisationAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "person": { "$ref": "#/$defs/WSPersonRef" }, "affiliationId": { "type": "string" }, "addresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "address" }, "$ref": "#/$defs/WSClassifiedAddress" } }, "emails": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "email" }, "$ref": "#/$defs/WSClassifiedValue" } }, "phoneNumbers": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "phoneNumber" }, "$ref": "#/$defs/WSClassifiedValue" } }, "employmentType": { "$ref": "#/$defs/WSClassification" }, "webAddresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "webAddress" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "organisation": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" }, "period": { "$ref": "#/$defs/WSDateRange" }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "fte": { "type": "number", "format": "double" }, "startYear": { "type": "string" }, "studentTypeDescription": { "$ref": "#/$defs/WSClassification" }, "programme": { "type": "string" }, "expectedStudyDuration": { "type": "integer", "format": "int32" }, "minStudyDuration": { "type": "integer", "format": "int32" }, "maxStudyDuration": { "type": "integer", "format": "int32" }, "programmeYear": { "type": "string" }, "initialSubmissionsDate": { "type": "string", "format": "date-time" }, "expectedEndDate": { "type": "string", "format": "date-time" }, "nationality": { "$ref": "#/$defs/WSClassification" }, "studentResidencyFlag": { "$ref": "#/$defs/WSResidencyFlag" }, "countryOfDomicile": { "$ref": "#/$defs/WSClassification" }, "awardGained": { "type": "string" }, "projectTitle": { "$ref": "#/$defs/WSLocalizedString" }, "awardDate": { "type": "string", "format": "date-time" }, "status": { "$ref": "#/$defs/WSClassification" }, "primaryAssociation": { "type": "boolean" } } }, "WSStudentThesis": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "type": { "$ref": "#/$defs/WSClassification" }, "language": { "$ref": "#/$defs/WSClassification" }, "title": { "type": "string" }, "subTitle": { "type": "string" }, "translatedTitle": { "$ref": "#/$defs/WSLocalizedString" }, "translatedSubTitle": { "$ref": "#/$defs/WSLocalizedString" }, "personAssociations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "personAssociation" }, "$ref": "#/$defs/WSClassifiedAuthorAssociation" } }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "managingOrganisationalUnit": { "$ref": "#/$defs/WSOrganisationRef" }, "supervisors": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "supervisor" }, "$ref": "#/$defs/WSClassifiedPersonAssociation" } }, "supervisorOrganisations": { "type": "array", "xml": { "name": "supervisorOrganisationalUnits", "wrapped": true }, "items": { "xml": { "name": "supervisorOrganisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "supervisorExternalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "supervisorExternalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "awardDate": { "$ref": "#/$defs/WSCompoundDate" }, "awardingInstitutions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "awardingInstitution" }, "$ref": "#/$defs/WSInternalExternalOrganisationAssociation" } }, "sponsors": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "sponsor" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "documents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "document" }, "$ref": "#/$defs/WSStudentThesisDocument" } }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "bibliographicalNote": { "$ref": "#/$defs/WSLocalizedString" }, "relatedResearchOutputs": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedResearchOutput" }, "$ref": "#/$defs/WSResearchOutputRef" } }, "relatedActivities": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Activity module is enabled", "items": { "xml": { "name": "relatedActivities" }, "$ref": "#/$defs/WSActivityRef" } }, "relatedPressMedia": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Press / Media module is enabled", "items": { "xml": { "name": "relatedPressMedia" }, "$ref": "#/$defs/WSPressMediaRef" } }, "relatedImpacts": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Impact module is enabled", "items": { "xml": { "name": "relatedImpact" }, "$ref": "#/$defs/WSImpactRef" } }, "relatedProjects": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Unified Project Model module is enabled", "items": { "xml": { "name": "relatedProject" }, "$ref": "#/$defs/WSUPMProjectRef" } }, "relatedDataSets": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the DataSet module is enabled", "items": { "xml": { "name": "relatedDataSet" }, "$ref": "#/$defs/WSDataSetRef" } }, "relatedPrizes": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Prize module is enabled", "items": { "xml": { "name": "relatedPrize" }, "$ref": "#/$defs/WSPrizeRef" } }, "relatedEquipment": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Equipment module is enabled", "items": { "xml": { "name": "relatedEquipment" }, "$ref": "#/$defs/WSEquipmentRef" } }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "confidential": { "type": "boolean" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "info": { "$ref": "#/$defs/WSContentInformation" }, "abstract": { "$ref": "#/$defs/WSLocalizedString" } }, "xml": { "name": "studentThesis" } }, "WSStudentThesisDocument": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "title": { "type": "string" }, "documentType": { "$ref": "#/$defs/WSClassification" }, "url": { "type": "string" }, "documentLicense": { "$ref": "#/$defs/WSClassification" }, "visibleOnPortalDate": { "type": "string", "format": "date-time" }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "creator": { "type": "string" }, "created": { "type": "string", "format": "date-time" }, "documentVersionType": { "$ref": "#/$defs/WSClassification" }, "embargoReason": { "$ref": "#/$defs/WSClassification" }, "rightsStatement": { "type": "string" }, "embargoDate": { "type": "string", "format": "date-time" } } }, "WSStudentThesisRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSStudentThesis" } } }, "WSUPMProject": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "uuid": { "type": "string", "xml": { "attribute": true } }, "renderings": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "rendering" }, "$ref": "#/$defs/WSHtmlRendering" } }, "title": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "natureTypes": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "natureType" }, "$ref": "#/$defs/WSClassification" } }, "status": { "$ref": "#/$defs/WSUPMProjectStatus" }, "shortTitle": { "$ref": "#/$defs/WSLocalizedString" }, "acronym": { "type": "string" }, "descriptions": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "description" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "classifiedSources": { "type": "array", "xml": { "name": "ids", "wrapped": true }, "items": { "xml": { "name": "id" }, "$ref": "#/$defs/WSClassifiedValue" } }, "participants": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "participant" }, "$ref": "#/$defs/WSClassifiedParticipantAssociation" } }, "organisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "coManagingOrganisationalUnits": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "coManagingOrganisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" } }, "externalOrganisations": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "externalOrganisation" }, "$ref": "#/$defs/WSExternalOrganisationRef" } }, "managingOrganisationalUnit": { "$ref": "#/$defs/WSOrganisationRef" }, "collaborative": { "type": "boolean" }, "collaborators": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "collaborator" }, "$ref": "#/$defs/WSCollaboratorAssociation" } }, "totalAcademicOwnershipPercentage": { "type": "number", "format": "double" }, "period": { "$ref": "#/$defs/WSDateRange" }, "curtailed": { "type": "boolean" }, "curtailDate": { "type": "string", "format": "date-time" }, "curtailReason": { "type": "string" }, "documents": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "document" }, "$ref": "#/$defs/WSDocument" } }, "links": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "link" }, "$ref": "#/$defs/WSLink" } }, "relatedApplications": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedApplication" }, "$ref": "#/$defs/WSApplicationRef" } }, "relatedAwards": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedAward" }, "$ref": "#/$defs/WSAwardRef" } }, "relatedProjects": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedProject" }, "$ref": "#/$defs/WSUPMProjectAssociation" } }, "relatedPressMedia": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Press / Media module is enabled", "items": { "xml": { "name": "relatedPressMedia" }, "$ref": "#/$defs/WSPressMediaRef" } }, "relatedImpacts": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Impact module is enabled", "items": { "xml": { "name": "relatedImpact" }, "$ref": "#/$defs/WSImpactRef" } }, "relatedActivities": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Activity module is enabled", "items": { "xml": { "name": "relatedActivity" }, "$ref": "#/$defs/WSActivityRef" } }, "relatedPrizes": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Prize module is enabled", "items": { "xml": { "name": "relatedPrize" }, "$ref": "#/$defs/WSPrizeRef" } }, "relatedDataSets": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the DataSet module is enabled", "items": { "xml": { "name": "relatedDataSet" }, "$ref": "#/$defs/WSDataSetRef" } }, "relatedResearchOutputs": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "relatedResearchOutput" }, "$ref": "#/$defs/WSResearchOutputRef" } }, "relatedStudentThesis": { "type": "array", "xml": { "name": "relatedStudentTheses", "wrapped": true }, "description": "Only available when the Student Thesis module is enabled", "items": { "xml": { "name": "relatedStudentThesis" }, "$ref": "#/$defs/WSStudentThesisRef" } }, "relatedEquipment": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the Equipment module is enabled", "items": { "xml": { "name": "relatedEquipment" }, "$ref": "#/$defs/WSEquipmentRef" } }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "fieldOfResearchAssociations": { "type": "array", "xml": { "wrapped": true }, "description": "Only available when the ERA module is enabled", "items": { "xml": { "name": "fieldOfResearchAssociation" }, "$ref": "#/$defs/WSERA2015FieldOfResearchAssociation" } }, "visibility": { "$ref": "#/$defs/WSVisibility" }, "confidential": { "type": "boolean" }, "workflow": { "$ref": "#/$defs/WSWorkflow" }, "info": { "$ref": "#/$defs/WSContentInformation" } }, "xml": { "name": "project" } }, "WSUPMProjectAssociation": { "type": "object", "properties": { "relationType": { "$ref": "#/$defs/WSClassification" }, "project": { "$ref": "#/$defs/WSUPMProjectRef" } } }, "WSUPMProjectRef": { "type": "object", "properties": { "uuid": { "type": "string", "xml": { "attribute": true } }, "link": { "$ref": "#/$defs/WSNavigationLink" }, "name": { "$ref": "#/$defs/WSLocalizedString" }, "type": { "$ref": "#/$defs/WSClassification" }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "ref": { "$ref": "#/$defs/WSUPMProject" } } }, "WSUPMProjectStatus": { "type": "object", "properties": { "key": { "type": "string", "xml": { "attribute": true }, "enum": [ "NOT_STARTED", "RUNNING", "FINISHED", "CURTAILED" ] }, "value": { "$ref": "#/$defs/WSLocalizedString" } } }, "WSUsedContent": { "type": "object", "properties": { "rendering": { "type": "string", "xml": { "attribute": true } }, "locale": { "type": "string", "xml": { "attribute": true } }, "usedContent": { "type": "array", "xml": { "name": "uuids", "wrapped": true }, "items": { "xml": { "name": "uuid" }, "$ref": "#/$defs/WSUuidList" } } } }, "WSUuidList": { "type": "object", "properties": { "family": { "type": "string", "xml": { "attribute": true } }, "uuids": { "type": "array", "xml": { "wrapped": true }, "items": { "type": "string", "xml": { "name": "uuid" } } } } }, "WSValue": { "type": "object", "properties": { "formatted": { "type": "boolean", "xml": { "attribute": true } }, "value": { "type": "string" } } }, "WSVisibility": { "type": "object", "properties": { "key": { "type": "string", "xml": { "attribute": true }, "enum": [ "FREE", "CAMPUS", "BACKEND" ] }, "value": { "$ref": "#/$defs/WSLocalizedString" } } }, "WSVisitingScholarOrganisationAssociation": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "person": { "$ref": "#/$defs/WSPersonRef" }, "affiliationId": { "type": "string" }, "addresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "address" }, "$ref": "#/$defs/WSClassifiedAddress" } }, "emails": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "email" }, "$ref": "#/$defs/WSClassifiedValue" } }, "phoneNumbers": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "phoneNumber" }, "$ref": "#/$defs/WSClassifiedValue" } }, "employmentType": { "$ref": "#/$defs/WSClassification" }, "webAddresses": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "webAddress" }, "$ref": "#/$defs/WSClassifiedLocalizedValue" } }, "organisation": { "xml": { "name": "organisationalUnit" }, "$ref": "#/$defs/WSOrganisationRef" }, "period": { "$ref": "#/$defs/WSDateRange" }, "keywordGroups": { "type": "array", "xml": { "wrapped": true }, "items": { "xml": { "name": "keywordGroup" }, "$ref": "#/$defs/WSKeywordGroup" } }, "purposeOfStay": { "type": "string" }, "visitorFrom": { "$ref": "#/$defs/WSExternalOrganisationRef" }, "jobDescription": { "$ref": "#/$defs/WSLocalizedString" }, "jobTitle": { "$ref": "#/$defs/WSClassification" }, "primaryAssociation": { "type": "boolean" } } }, "WSWorkflow": { "type": "object", "properties": { "workflowStep": { "type": "string", "xml": { "attribute": true } }, "value": { "$ref": "#/$defs/WSLocalizedString" } } }, "WSYearlyBudget": { "type": "object", "properties": { "pureId": { "type": "integer", "format": "int64", "xml": { "attribute": true } }, "externalId": { "type": "string", "xml": { "attribute": true } }, "externalIdSource": { "type": "string", "xml": { "attribute": true } }, "externallyManaged": { "type": "boolean", "xml": { "attribute": true } }, "year": { "type": "integer", "format": "int32" }, "budget": { "type": "number", "format": "double" } } } } }