{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.retrievalExtract", "title": "retrievalExtract", "required": [ "@odata.type" ], "type": "object", "properties": { "relevanceScore": { "oneOf": [ { "type": "number", "format": "double", "nullable": true }, { "type": "string", "nullable": true }, { "$ref": "#/components/schemas/ReferenceNumeric" } ] }, "text": { "type": "string", "nullable": true }, "@odata.type": { "type": "string" } } }