{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.filterOperand", "title": "filterOperand", "required": [ "@odata.type" ], "type": "object", "properties": { "values": { "type": "array", "items": { "type": "string", "nullable": true }, "description": "Collection of values." }, "@odata.type": { "type": "string" } } }