Skip to content

Commit 3d471a2

Browse files
Merge pull request #7 from viralemergence/feature/no_health_notes
dropping health notes as a field
2 parents 4f90087 + cb662b5 commit 3d471a2

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

disease_data_template.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sample ID,Animal ID,Latitude,Longitude,Spatial uncertainty,Collection day,Collection month,Collection year,Sample collection method,Sample collection body part,Sample material,Host identification,Organism sex,Live capture ,Health notes,Host life stage,Age,Age units,Mass,Mass units,Length,Length measurement,Length units,Organism quantity,Organism quantity units,Detection target,Detection method,Forward primer sequence,Reverse primer sequence,Gene target,Primer citation,Probe target,Probe type,Probe citation,Detection outcome,Detection measurement,Detection measurement units,Parasite identification,Parasite ID,Parasite life stage,GenBank accession
1+
Sample ID,Animal ID,Latitude,Longitude,Spatial uncertainty,Collection day,Collection month,Collection year,Sample collection method,Sample collection body part,Sample material,Host identification,Organism sex,Live capture,Host life stage,Age,Age units,Mass,Mass units,Length,Length measurement,Length units,Organism quantity,Organism quantity units,Detection target,Detection method,Forward primer sequence,Reverse primer sequence,Gene target,Primer citation,Probe target,Probe type,Probe citation,Detection outcome,Detection measurement,Detection measurement units,Parasite identification,Parasite ID,Parasite life stage,GenBank accession

disease_data_template.xlsx

3 Bytes
Binary file not shown.

wdds_schema/schemas/disease_data.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,6 @@
129129
"minItems":1
130130
}
131131
},
132-
"healthNotes":{
133-
"description":"Any additional (unstructured) notes about the state of the animal, such as disease presentation.",
134-
"type":"array",
135-
"items":{
136-
"type": ["string","null"],
137-
"minItems":1
138-
}
139-
},
140132
"hostLifeStage":{
141133
"description":"The life stage of the animal from which the sample was collected (as appropriate for the organism) (e.g., juvenile, adult). See http://rs.tdwg.org/dwc/terms/lifeStage",
142134
"examples":["juvenile","adult","larva"],

wdds_schema/wdds_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"title": "Wildlife Disease Data Standard v1.0.1",
3+
"title": "Wildlife Disease Data Standard v1.0.2",
44
"description":"Flexible data standard for wildlife disease data",
55
"type": "object",
66
"properties": {

0 commit comments

Comments
 (0)