MUST NOT validation

This commit is contained in:
mertalev
2025-10-08 17:23:48 -04:00
parent 2666ee2b4f
commit bc84486668
9 changed files with 273 additions and 37 deletions
+8 -1
View File
@@ -18059,7 +18059,14 @@
"type": "object"
},
"UploadOkDto": {
"properties": {},
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"UsageByUserDto": {