-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcommon.yaml
36 lines (36 loc) · 1010 Bytes
/
common.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
openapi: 3.0.2
servers: []
info:
version: "draft.3"
title: GA4GH Beacon Common Default Schemas
description: >-
Common schemas used by the default schemas.
contact:
email: [email protected]
license:
name: Apache 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
externalDocs:
description: |
'Beacon Project'
url: 'http://beacon-project.io/'
paths: {}
components:
schemas:
Age:
description: |
Definition of individual's age at onset, at sample collection time or at
diagnosis of disease.
type: object
properties:
age:
description: |
Value indicating the age of the individual at the time of collection
in the ISO8601 duration format `P[n]Y[n]M[n]DT[n]H[n]M[n]S`.
type: string
example: 'P32Y6M1D'
ageGroup:
description: |
Age group value, from NCIT Age Group ontology.
type: string
example: 'NCIT:C27954 (Adolescent)'