{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LitActionResponse", "title": "LitActionResponse", "type": "object", "required": [ "has_error", "logs", "response" ], "properties": { "response": {}, "logs": { "type": "string" }, "has_error": { "type": "boolean" } } }