Skip to content

Commit

Permalink
changed supporting-evidence values to be arrays not objects
Browse files Browse the repository at this point in the history
  • Loading branch information
JmScherer committed Oct 19, 2023
1 parent 2621d9e commit 539d6f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ const animalModelSystemSection = {
{
"type": "supporting-evidence",
"field": "Vetrinary Pathology Imaging",
"value": {}
"value": []
},
{
"type": "supporting-evidence",
"field": "Vetrinary Pathology Report",
"value": {}
"value": []
}
]
}
Expand Down

0 comments on commit 539d6f5

Please sign in to comment.