Queen's University at Kingston · JSON Structure

Queens University At Kingston Dataverse Structure

JSON Structure for a Dataverse collection as returned by the Queen's University Dataverse native REST API on Borealis.

Type: object Properties: 14 Required: 3
EducationHigher EducationUniversityOpen DataResearch DataLibraryCanada

DataverseCollection is a JSON Structure definition published by Queen's University at Kingston, describing 14 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id alias name affiliation permissionRoot description dataverseType isMetadataBlockRoot isFacetRoot ownerId creationDate theme effectiveRequiresFilesToPublishDataset isReleased

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"]
}