Skip to content

Commit

Permalink
Merge pull request #483 from NedapLivestockManagement/update_multiple…
Browse files Browse the repository at this point in the history
…_sorting_sites

Sorting command with multiple sorting sites. Fixes #477
  • Loading branch information
cookeac authored Aug 7, 2024
2 parents 4326dc6 + 9b0e346 commit d35ada8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions resources/icarAnimalSortingCommandResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@
"type": "object",
"required": [
"animal",
"site",
"sites",
"validFrom"
],
"properties": {
"animal": {
"$ref": "../types/icarAnimalIdentifierType.json",
"description": "Unique animal scheme and identifier combination."
},
"site": {
"type": "string",
"description": "Unique identifier in the system for this site."
"sites": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array with unique site identifiers where this animal can be sorted to."
},
"validFrom": {
"$ref": "../types/icarDateTimeType.json",
Expand Down

0 comments on commit d35ada8

Please sign in to comment.