{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VerifiedQuerySuggestion", "type": "object", "description": "A suggestion to add or remove or replace a Verified Query to a semantic model.", "properties": { "score": { "type": "number", "description": "Score of the suggestion, higher is better." } } }