diff --git a/framework/json/responses/sections/beaconResultsets.json b/framework/json/responses/sections/beaconResultsets.json index 6ddeb3a8..c4998330 100644 --- a/framework/json/responses/sections/beaconResultsets.json +++ b/framework/json/responses/sections/beaconResultsets.json @@ -18,8 +18,12 @@ "type": "object" }, "results": { + "$defs": { + "$dynamicAnchor": "entry", + "type": "object” + }, "items": { - "type": "object" + "$dynamicRef": "#entry" }, "minItems": 0, "type": "array" @@ -65,4 +69,4 @@ ], "title": "Beacon ResultSet", "type": "object" -} \ No newline at end of file +}