{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProfileNotInFlowCondition", "title": "ProfileNotInFlowCondition", "type": "object", "properties": { "type": { "type": "string", "enum": [ "profile-not-in-flow" ] }, "timeframe_filter": { "oneOf": [ { "$ref": "#/components/schemas/AlltimeDateFilter" }, { "$ref": "#/components/schemas/InTheLastBaseRelativeDateFilter" } ] } }, "required": [ "type", "timeframe_filter" ] }