{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.expressionInputObject", "title": "expressionInputObject", "required": [ "@odata.type" ], "type": "object", "properties": { "definition": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.objectDefinition" }, { "type": "object", "nullable": true } ], "description": "Definition of the test object." }, "properties": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.stringKeyObjectValuePair" }, "description": "Property values of the test object." }, "@odata.type": { "type": "string" } } }