Skip to content

Commit

Permalink
Update icarProgenyDetailsResource.json
Browse files Browse the repository at this point in the history
- fix alternativeIdentifiers to array
  • Loading branch information
damare authored Dec 6, 2024
1 parent 4bc8b81 commit 174e3e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/icarProgenyDetailsResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
"alternativeIdentifiers": {
"anyOf": [
{"type": "null"},
{"$ref": "../types/icarAnimalIdentifierType.json"}
{"type": "array",
"items": {
"$ref": "../types/icarAnimalIdentifierType.json"
}
}
],
"description": "Alternative identifiers for the animal. Here, also temporary identifiers, e.g. transponders or animal numbers, can be listed."
},
Expand Down

0 comments on commit 174e3e5

Please sign in to comment.