{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HasSelectorParams", "title": "HasSelectorParams", "type": "object", "properties": { "operator": { "$ref": "#/components/schemas/HasRelationshipSelectorOperator" }, "value": { "type": "number" } }, "required": [ "operator", "value" ] }