{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InCohortVia", "title": "InCohortVia", "enum": [ "auto", "leftjoin", "subquery", "leftjoin_conjoined" ], "type": "string" }