Closed johngrimes closed 9 months ago
The view in this test is not valid, as it does not contain a select element. Also, type is not permitted at the root level.
select
type
{ "resource": "Patient", "column": [ { "path": "id", "name": "id" } ], "type": "column" }
Thank you for catching, addressed this in 0add5f6 and 2bf8db1.
The view in this test is not valid, as it does not contain a
select
element. Also,type
is not permitted at the root level.