numerous uploading fixes

This commit is contained in:
Ross
2024-05-13 09:48:43 +01:00
parent 490d1956af
commit 21d83052cf
13 changed files with 143 additions and 9 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"title": "Report",
"description": "Report text",
"type": "object",
"required": [
"report"
],
"properties": {
"report": {
"type": "string",
"title": "Report"
}
}
}