{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AutoCompleteSuggestion", "title": "AutoCompleteSuggestion", "additionalProperties": false, "description": "A field auto-complete suggestion.", "properties": { "displayName": { "description": "The display name of a suggested item. If `fieldValue` or `predicateValue` are provided, the matching text is highlighted with the HTML bold tag.", "type": "string" }, "value": { "description": "The value of a suggested item.", "type": "string" } }, "type": "object" }