Harbin Institute of Technology · Schema
HIT Research Output
A research output (publication) record from the HIT Pure research portal.
EducationHigher EducationUniversityResearchScholarlyOAI-PMHChina
Properties
| Name | Type | Description |
|---|---|---|
| pureId | integer | Pure database ID of the object, prefer using the UUID if it is present on the entity |
| uuid | string | UUID, this is the primary identity of the entity |
| createdBy | string | Username of creator |
| createdDate | string | Date and time of creation |
| modifiedBy | string | Username of the user that performed a modification |
| modifiedDate | string | Date and time of last modification |
| portalUrl | string | URL of the content on the Pure Portal |
| prettyUrlIdentifiers | array | |
| previousUuids | array | |
| version | string | Used to guard against conflicting updates. For new content this is null, and for existing content the current value. The property should never be modified by a client, except in the rare case where th |
| title | object | |
| subTitle | object | |
| type | object | |
| category | object | |
| peerReview | boolean | Indicates whether the research output is peer reviewed or not. Query the /research-outputs/allowed-peer-review-configurations endpoint for allowed values. |
| internationalPeerReview | boolean | Indicates whether the research output is internationally peer reviewed or not. Query the /research-outputs/allowed-peer-review-configurations endpoint for allowed values. |
| publicationStatuses | array | |
| language | object | |
| translatedTitle | object | |
| translatedSubTitle | object | |
| contributors | array | |
| organizations | array | |
| externalOrganizations | array | |
| totalNumberOfContributors | integer | The total number of authors from author collaborations. |
| managingOrganization | object | |
| submissionYear | integer | The submission year of the research output. |
| mainResearchArea | object | |
| electronicVersions | array | |
| additionalFiles | array | |
| links | array | |
| articleProcessingCharge | object | |
| keywordGroups | array | |
| bibliographicalNote | object | |
| descriptions | array | |
| visibility | object | |
| workflow | object | |
| identifiers | array | |
| prizes | array | |
| pressMedias | array | |
| dataSets | array | |
| studentThesis | array | |
| impacts | array | |
| activities | array | |
| equipment | array | |
| projects | array | |
| researchOutputs | array | |
| customDefinedFields | object | |
| images | array | |
| fundingText | object | |
| fundingDetails | array | |
| abstract | object | |
| systemName | string | The content system name |
| typeDiscriminator | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/harbin-institute-of-technology/main/json-schema/harbin-institute-of-technology-research-output-schema.json",
"title": "HIT Research Output",
"description": "A research output (publication) record from the HIT Pure research portal.",
"type": "object",
"properties": {
"pureId": {
"type": "integer",
"format": "int64",
"description": "Pure database ID of the object, prefer using the UUID if it is present on the entity"
},
"uuid": {
"type": "string",
"format": "uuid",
"description": "UUID, this is the primary identity of the entity"
},
"createdBy": {
"type": "string",
"description": "Username of creator"
},
"createdDate": {
"type": "string",
"format": "date-time",
"description": "Date and time of creation"
},
"modifiedBy": {
"type": "string",
"description": "Username of the user that performed a modification"
},
"modifiedDate": {
"type": "string",
"format": "date-time",
"description": "Date and time of last modification"
},
"portalUrl": {
"type": "string",
"description": "URL of the content on the Pure Portal"
},
"prettyUrlIdentifiers": {
"type": "array",
"items": {
"type": "object"
}
},
"previousUuids": {
"type": "array",
"items": {
"type": "object"
}
},
"version": {
"type": "string",
"description": "Used to guard against conflicting updates. For new content this is null, and for existing content the current value. The property should never be modified by a client, except in the rare case where the client wants to perform an update irrespective of if other clients have made updates in the meantime, also known as a \"dirty write\". A dirty write is performed by not including the property value or setting the property to null"
},
"title": {
"type": "object"
},
"subTitle": {
"type": "object"
},
"type": {
"type": "object"
},
"category": {
"type": "object"
},
"peerReview": {
"type": "boolean",
"description": "Indicates whether the research output is peer reviewed or not. Query the /research-outputs/allowed-peer-review-configurations endpoint for allowed values."
},
"internationalPeerReview": {
"type": "boolean",
"description": "Indicates whether the research output is internationally peer reviewed or not. Query the /research-outputs/allowed-peer-review-configurations endpoint for allowed values."
},
"publicationStatuses": {
"type": "array",
"items": {
"type": "object"
}
},
"language": {
"type": "object"
},
"translatedTitle": {
"type": "object"
},
"translatedSubTitle": {
"type": "object"
},
"contributors": {
"type": "array",
"items": {
"type": "object"
}
},
"organizations": {
"type": "array",
"items": {
"type": "object"
}
},
"externalOrganizations": {
"type": "array",
"items": {
"type": "object"
}
},
"totalNumberOfContributors": {
"type": "integer",
"format": "int32",
"description": "The total number of authors from author collaborations."
},
"managingOrganization": {
"type": "object"
},
"submissionYear": {
"type": "integer",
"format": "int32",
"description": "The submission year of the research output."
},
"mainResearchArea": {
"type": "object"
},
"electronicVersions": {
"type": "array",
"items": {
"type": "object"
}
},
"additionalFiles": {
"type": "array",
"items": {
"type": "object"
}
},
"links": {
"type": "array",
"items": {
"type": "object"
}
},
"articleProcessingCharge": {
"type": "object"
},
"keywordGroups": {
"type": "array",
"items": {
"type": "object"
}
},
"bibliographicalNote": {
"type": "object"
},
"descriptions": {
"type": "array",
"items": {
"type": "object"
}
},
"visibility": {
"type": "object"
},
"workflow": {
"type": "object"
},
"identifiers": {
"type": "array",
"items": {
"type": "object"
}
},
"prizes": {
"type": "array",
"items": {
"type": "object"
}
},
"pressMedias": {
"type": "array",
"items": {
"type": "object"
}
},
"dataSets": {
"type": "array",
"items": {
"type": "object"
}
},
"studentThesis": {
"type": "array",
"items": {
"type": "object"
}
},
"impacts": {
"type": "array",
"items": {
"type": "object"
}
},
"activities": {
"type": "array",
"items": {
"type": "object"
}
},
"equipment": {
"type": "array",
"items": {
"type": "object"
}
},
"projects": {
"type": "array",
"items": {
"type": "object"
}
},
"researchOutputs": {
"type": "array",
"items": {
"type": "object"
}
},
"customDefinedFields": {
"type": "object"
},
"images": {
"type": "array",
"items": {
"type": "object"
}
},
"fundingText": {
"type": "object"
},
"fundingDetails": {
"type": "array",
"items": {
"type": "object"
}
},
"abstract": {
"type": "object"
},
"systemName": {
"type": "string",
"description": "The content system name"
},
"typeDiscriminator": {
"type": "string"
}
}
}