Files
2026-06-17 22:43:38 +01:00

14 lines
202 B
JSON

{
"title": "Report",
"description": "Report text",
"type": "object",
"required": [
"report"
],
"properties": {
"report": {
"type": "string",
"title": "Report"
}
}
}