bopritchard
7 years agoOccasional Contributor
Duplicated mapping key problem
How can I express the following in a definition without getting the duplicated mapping key error
{
"encounter": [{
"url": "TotalVisits",
"valueString": "10"
},
{
"url": "Notes",
"valueString": "Authorization notes go here."
}
]
}