WSResearchOutput is a JSON Structure definition published by University of Western Australia, describing 57 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/uwa/main/json-structure/uwa-research-output-structure.json",
"name": "WSResearchOutput",
"type": "object",
"description": "JSON Structure description of the WSResearchOutput object from the UWA Pure Web Service 524.",
"properties": {
"pureId": {
"type": "int64"
},
"externalId": {
"type": "string"
},
"externalIdSource": {
"type": "string"
},
"externallyManaged": {
"type": "boolean"
},
"uuid": {
"type": "string"
},
"renderings": {
"type": "array",
"items": {
"type": "object",
"name": "WSHtmlRendering"
}
},
"title": {
"type": "object",
"name": "WSValue"
},
"subTitle": {
"type": "object",
"name": "WSValue"
},
"type": {
"type": "object",
"name": "WSClassification"
},
"category": {
"type": "object",
"name": "WSClassification"
},
"peerReview": {
"type": "boolean"
},
"internationalPeerReview": {
"type": "boolean"
},
"publicationStatuses": {
"type": "array",
"items": {
"type": "object",
"name": "WSPublicationStatus"
}
},
"language": {
"type": "object",
"name": "WSClassification"
},
"translatedTitle": {
"type": "object",
"name": "WSLocalizedString"
},
"translatedSubTitle": {
"type": "object",
"name": "WSLocalizedString"
},
"numberOfPages": {
"type": "int64"
},
"fieldOfResearchAssociations": {
"type": "array",
"items": {
"type": "object",
"name": "WSERA2015FieldOfResearchAssociation"
}
},
"personAssociations": {
"type": "array",
"items": {
"type": "object",
"name": "WSClassifiedAuthorAssociation"
}
},
"organisationalUnits": {
"type": "array",
"items": {
"type": "object",
"name": "WSOrganisationRef"
}
},
"externalOrganisations": {
"type": "array",
"items": {
"type": "object",
"name": "WSExternalOrganisationRef"
}
},
"totalNumberOfAuthors": {
"type": "int64"
},
"managingOrganisationalUnit": {
"type": "object",
"name": "WSOrganisationRef"
},
"openAccessPermission": {
"type": "object",
"name": "WSClassification"
},
"embargoMonths": {
"type": "int64"
},
"embargoEndDate": {
"type": "date-time"
},
"submissionYear": {
"type": "int64"
},
"mainResearchArea": {
"type": "object",
"name": "WSClassification"
},
"electronicVersions": {
"type": "array",
"items": {
"type": "object",
"name": "WSElectronicVersionAssociation"
}
},
"additionalFiles": {
"type": "array",
"items": {
"type": "object",
"name": "WSElectronicVersionAdditionalFileAssociation"
}
},
"additionalLinks": {
"type": "array",
"items": {
"type": "object",
"name": "WSLink"
}
},
"articleProcessingChargePaid": {
"type": "boolean"
},
"articleProcessingChargeAmountInArticleProcessingChargeCurrency": {
"type": "double"
},
"articleProcessingChargeCurrency": {
"type": "object",
"name": "WSClassification"
},
"articleProcessingChargeAmount": {
"type": "double"
},
"keywordGroups": {
"type": "array",
"items": {
"type": "object",
"name": "WSKeywordGroup"
}
},
"bibliographicalNote": {
"type": "object",
"name": "WSLocalizedString"
},
"descriptions": {
"type": "array",
"items": {
"type": "object",
"name": "WSClassifiedLocalizedValue"
}
},
"relatedResearchOutputs": {
"type": "array",
"items": {
"type": "object",
"name": "WSResearchOutputRef"
}
},
"relatedActivities": {
"type": "array",
"items": {
"type": "object",
"name": "WSActivityRef"
}
},
"relatedPressMedia": {
"type": "array",
"items": {
"type": "object",
"name": "WSPressMediaRef"
}
},
"relatedImpacts": {
"type": "array",
"items": {
"type": "object",
"name": "WSImpactRef"
}
},
"relatedProjects": {
"type": "array",
"items": {
"type": "object",
"name": "WSUPMProjectRef"
}
},
"relatedDataSets": {
"type": "array",
"items": {
"type": "object",
"name": "WSDataSetRef"
}
},
"relatedPrizes": {
"type": "array",
"items": {
"type": "object",
"name": "WSPrizeRef"
}
},
"relatedStudentTheses": {
"type": "array",
"items": {
"type": "object",
"name": "WSStudentThesisRef"
}
},
"relatedEquipment": {
"type": "array",
"items": {
"type": "object",
"name": "WSEquipmentRef"
}
},
"confidential": {
"type": "boolean"
},
"visibility": {
"type": "object",
"name": "WSVisibility"
},
"workflow": {
"type": "object",
"name": "WSWorkflow"
},
"assessmentType": {
"type": "object",
"name": "WSClassification"
},
"info": {
"type": "object",
"name": "WSContentInformation"
},
"totalScopusCitations": {
"type": "int64"
},
"fieldWeightedCitationImpact": {
"type": "double"
},
"scopusMetrics": {
"type": "array",
"items": {
"type": "object",
"name": "WSResearchOutputMetric"
}
},
"includedOnStaffPages": {
"type": "boolean"
},
"abstract": {
"type": "object",
"name": "WSLocalizedString"
}
}
}