14 lines
202 B
JSON
14 lines
202 B
JSON
{
|
|
"title": "Report",
|
|
"description": "Report text",
|
|
"type": "object",
|
|
"required": [
|
|
"report"
|
|
],
|
|
"properties": {
|
|
"report": {
|
|
"type": "string",
|
|
"title": "Report"
|
|
}
|
|
}
|
|
} |