Gen3 Sheepdog Project

A project node under a program in the Gen3 Sheepdog data submission service (uc-cdis).

EducationHigher EducationUniversityResearch DataOpen SourceIIIFIdentityUnited States

Properties

Name Type Description
code string
dbgap_accession_number string
investigator_name string
name string
type string
View JSON Schema on GitHub

JSON Schema

university-of-chicago-sheepdog-project-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/university-of-chicago/json-schema/sheepdog-project-schema.json",
  "title": "Gen3 Sheepdog Project",
  "description": "A project node under a program in the Gen3 Sheepdog data submission service (uc-cdis).",
  "properties": {
    "code": {
      "type": "string"
    },
    "dbgap_accession_number": {
      "type": "string"
    },
    "investigator_name": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "code"
  ],
  "type": "object"
}