Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AKC updates for v2.0 #815

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,12 @@ AlleleDescription:
label: Homo sapiens
x-airr:
miairr: essential
format: ontology
ontology:
draft: false
top_node:
id: NCBITAXON:7776
label: Gnathostomata
species_subgroup:
type: string
nullable: true
Expand Down Expand Up @@ -1493,7 +1499,7 @@ GermlineSet:
items:
$ref: '#/Contributor'
release_version:
type: number
type: integer
nullable: true
x-airr:
miairr: important
Expand Down Expand Up @@ -1536,13 +1542,19 @@ GermlineSet:
species:
$ref: '#/Ontology'
nullable: false
x-airr:
miairr: essential
description: Binomial designation of subject's species
title: Organism
example:
id: NCBITAXON:9606
label: Homo sapiens
x-airr:
miairr: essential
format: ontology
ontology:
draft: false
top_node:
id: NCBITAXON:7776
label: Gnathostomata
species_subgroup:
type: string
nullable: true
Expand Down
14 changes: 13 additions & 1 deletion specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,12 @@ AlleleDescription:
x-airr:
miairr: essential
nullable: false
format: ontology
ontology:
draft: false
top_node:
id: NCBITAXON:7776
label: Gnathostomata
species_subgroup:
type: string
description: Race, strain or other species subgroup to which this subject belongs
Expand Down Expand Up @@ -1413,7 +1419,7 @@ GermlineSet:
items:
$ref: '#/Contributor'
release_version:
type: number
type: integer
description: Version number of this record, allocated automatically
x-airr:
miairr: important
Expand Down Expand Up @@ -1457,6 +1463,12 @@ GermlineSet:
x-airr:
miairr: essential
nullable: false
format: ontology
ontology:
draft: false
top_node:
id: NCBITAXON:7776
label: Gnathostomata
species_subgroup:
type: string
description: Race, strain or other species subgroup to which this subject belongs
Expand Down
Loading