Skip to content

Commit

Permalink
Merge pull request #413 from donwilson-rezare/patch-2
Browse files Browse the repository at this point in the history
Description for "parentage" in icarAnimalCoreResource
  • Loading branch information
cookeac authored Sep 26, 2023
2 parents 9a0699d + e9ca400 commit c126a4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/icarAnimalCoreResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
},
"parentage": {
"type": "array",
"description": "Parents of the animal. The array can handle multiple generations by specifying the parent of a parent."
"items": {
"$ref": "../types/icarParentageType.json",
"description": "Array of parents."
"$ref": "../types/icarParentageType.json"
}
},
"healthStatus": {
Expand All @@ -95,4 +95,4 @@
}
}
]
}
}

0 comments on commit c126a4d

Please sign in to comment.