and again

This commit is contained in:
Ross
2026-06-17 22:43:38 +01:00
parent ed77af215f
commit 2e11e40b7c
231 changed files with 85266 additions and 115 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"disable_edit_json": true,
"disable_collapse": true,
"disable_properties": true
}
+14
View File
@@ -0,0 +1,14 @@
{
"title": "Report",
"description": "Report text",
"type": "object",
"required": [
"report"
],
"properties": {
"report": {
"type": "string",
"title": "Report"
}
}
}