{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/queens-university-at-kingston/main/json-structure/queens-university-at-kingston-dataverse-structure.json", "name": "DataverseCollection", "description": "JSON Structure for a Dataverse collection as returned by the Queen's University Dataverse native REST API on Borealis.", "type": "object", "properties": { "id": { "type": "int64" }, "alias": { "type": "string" }, "name": { "type": "string" }, "affiliation": { "type": "string" }, "permissionRoot": { "type": "boolean" }, "description": { "type": "string" }, "dataverseType": { "type": "string" }, "isMetadataBlockRoot": { "type": "boolean" }, "isFacetRoot": { "type": "boolean" }, "ownerId": { "type": "int64" }, "creationDate": { "type": "string", "format": "date-time" }, "theme": { "type": "object", "properties": { "id": { "type": "int64" }, "logo": { "type": "string" }, "linkColor": { "type": "string" }, "textColor": { "type": "string" }, "backgroundColor": { "type": "string" }, "logoBackgroundColor": { "type": "string" } } }, "effectiveRequiresFilesToPublishDataset": { "type": "boolean" }, "isReleased": { "type": "boolean" } }, "required": ["id", "alias", "name"] }