all support JSON (or yaml) for specifying potentially complex DSL queries. However, they are parsed into a pydantic model that does not match the DSL syntax. Either make a note of this in the documentation, or parse actual DSL from config files (in addition to the simplified string syntax).
The settings
all support JSON (or yaml) for specifying potentially complex DSL queries. However, they are parsed into a pydantic model that does not match the DSL syntax. Either make a note of this in the documentation, or parse actual DSL from config files (in addition to the simplified string syntax).