University of Chicago · JSON Structure

University Of Chicago Sheepdog Program Structure

JSON Structure for the Gen3 Sheepdog program node (uc-cdis).

Type: object Properties: 3 Required: 2
EducationHigher EducationUniversityResearch DataOpen SourceIIIFIdentityUnited States

Gen3 Sheepdog Program is a JSON Structure definition published by University of Chicago, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

dbgap_accession_number name type

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.com/university-of-chicago/json-structure/sheepdog-program-structure.json",
  "name": "Gen3 Sheepdog Program",
  "description": "JSON Structure for the Gen3 Sheepdog program node (uc-cdis).",
  "type": "object",
  "properties": {
    "dbgap_accession_number": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "dbgap_accession_number"
  ]
}