{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HasRelationshipSelectorOperator", "title": "HasRelationshipSelectorOperator", "type": "string", "enum": [ "eq", "gte", "lte" ], "x-speakeasy-unknown-values": "allow" }