University of Calgary · JSON Structure

University Of Calgary Data Source Structure

JSON Structure for an AuroraX data source object.

Type: object Properties: 6
EducationHigher EducationUniversityResearchOpen DataRepositorySpace PhysicsCanada

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

Properties

identifier program platform instrument_type source_type display_name

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-data-source-structure.json",
  "name": "DataSource",
  "description": "JSON Structure for an AuroraX data source object.",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "int32"
    },
    "program": {
      "type": "string"
    },
    "platform": {
      "type": "string"
    },
    "instrument_type": {
      "type": "string"
    },
    "source_type": {
      "type": "string"
    },
    "display_name": {
      "type": "string"
    }
  }
}