MUST NOT validation

This commit is contained in:
mertalev
2025-10-08 17:23:48 -04:00
parent b1a2e7708e
commit 38d2a03836
8 changed files with 144 additions and 13 deletions
+8 -1
View File
@@ -17685,7 +17685,14 @@
"type": "object"
},
"UploadOkDto": {
"properties": {},
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"UsageByUserDto": {