WSUPMProject

JSON Schema for the WSUPMProject object returned by the UWA Profiles and Research Repository (Elsevier Pure Web Service 524).

EducationHigher EducationUniversityResearchAustraliaPerth
View JSON Schema on GitHub

JSON Schema

uwa-project-schema.json Raw ↑
{
  "$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

# --- truncated at 32 KB (242 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/uwa/refs/heads/main/json-schema/uwa-project-schema.json