{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "FunctionDefinition", "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "parameters": { "type": "object" }, "strict": { "type": "boolean" } } }