Skip to content

Commit

Permalink
add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
southeo committed May 28, 2024
1 parent 599046d commit a6c668a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions data-model/annotations/0.1.0/schema/batch-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@
"properties": {
"inputField": {
"type": "string",
"description": "JsonPath (mixed notation) of field used to base annotation reasoning on"
"description": "JsonPath (mixed notation) of field used to base annotation reasoning on. Indexes must be wildcards",
"examples": [
"digitalSpecimenWrapper.occurrences[*].location.dwc:country"
]
},
"inputValue": {
"type": "string",
"description": "Value stored at the field indicated in inputField "
"description": "Value stored at the field indicated in inputField",
"examples": [
"Netherlands"
]
}
},
"required": [
Expand Down

0 comments on commit a6c668a

Please sign in to comment.