University of Calgary · JSON Structure

University Of Calgary Dataset Structure

JSON Structure for a UCalgary SRS dataset object.

Type: object Properties: 10
EducationHigher EducationUniversityResearchOpen DataRepositorySpace PhysicsCanada

Dataset is a JSON Structure definition published by University of Calgary, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name short_description long_description data_tree_url file_listing_supported level doi citation supported_libraries file_time_resolution

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/university-of-calgary/main/json-structure/university-of-calgary-dataset-structure.json",
  "name": "Dataset",
  "description": "JSON Structure for a UCalgary SRS dataset object.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "short_description": {
      "type": "string"
    },
    "long_description": {
      "type": "string"
    },
    "data_tree_url": {
      "type": "string"
    },
    "file_listing_supported": {
      "type": "boolean"
    },
    "level": {
      "type": "string"
    },
    "doi": {
      "type": "string"
    },
    "citation": {
      "type": "string"
    },
    "supported_libraries": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "file_time_resolution": {
      "type": "string"
    }
  }
}