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