{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "FhirFilter",
"description": "Filter configuration.",
"properties": {
"resources": {
"$ref": "#/components/schemas/Resources",
"description": "List of resources to include in the output. If this list is empty or not specified, all resources are included in the output."
}
},
"type": "object"
}