oas: [4/n] improve oas schemas (#9064)

Improve oas schemas [4/n]
This commit is contained in:
Shahed Nasser
2024-09-09 21:52:49 +03:00
committed by GitHub
parent dfb095e2ea
commit abb5f0c2fe
20 changed files with 143 additions and 143 deletions
@@ -1,7 +1,7 @@
/**
* @schema AdminFile
* type: object
* description: The upload's file.
* description: A file's details.
* x-schemaName: AdminFile
* required:
* - id
@@ -14,7 +14,7 @@
* url:
* type: string
* title: url
* description: The file's url.
* description: The file's URL.
*
*/