{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PromptRequest", "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string", "description": "The query/input to process with the template" } } }