diff --git a/realtest.json b/realtest.json index c007bf09ffa4f030da1fb33c36896c573ab0fb65..ed118e8ecd75c6c12c7b849a79f4babac6675a27 100644 --- a/realtest.json +++ b/realtest.json @@ -1,15 +1,31 @@ { "return": { "entities": [ - 0 + 0, + 1, + 2, + 3, + 4 ], - "relations": [] + "relations": [ + 0, + 1, + 2, + 3 + ] }, "entities": [ { "name": "parliament", "ID": 0, - "constraints": [] + "constraints": [ + { + "attribute": "name", + "value": "Geert", + "dataType": "text", + "matchType": "like" + } + ] }, { "name": "commission", @@ -24,13 +40,26 @@ { "name": "parties", "ID": 3, - "constraints": [] - } - , + "constraints": [ + { + "attribute": "seats", + "value": "10", + "dataType": "number", + "matchType": "LT" + } + ] + }, { "name": "resolutions", "ID": 4, - "constraints": [] + "constraints": [ + { + "attribute": "date", + "value": "mei", + "dataType": "text", + "matchType": "like" + } + ] } ], "groupBys": [],