{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.search.acronym", "title": "microsoft.graph.search.acronym", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.search.searchAnswer" }, { "title": "acronym", "required": [ "@odata.type" ], "type": "object", "properties": { "standsFor": { "type": "string", "description": "What the acronym stands for.", "nullable": true }, "state": { "$ref": "#/components/schemas/microsoft.graph.search.answerState" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.search.acronym" }