{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Confidence", "title": "Confidence", "type": "object", "description": "The verified query the response is based on", "properties": { "verified_query_used": { "$ref": "#/components/schemas/VerifiedQuery" } } }