{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.filterOperatorSchema", "title": "microsoft.graph.filterOperatorSchema", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "filterOperatorSchema", "required": [ "@odata.type" ], "type": "object", "properties": { "arity": { "$ref": "#/components/schemas/microsoft.graph.scopeOperatorType" }, "multivaluedComparisonType": { "$ref": "#/components/schemas/microsoft.graph.scopeOperatorMultiValuedComparisonType" }, "supportedAttributeTypes": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.attributeType" }, "description": "Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.filterOperatorSchema" }