chore(oas): [9/n] improve oas schemas (#9166)

This commit is contained in:
Shahed Nasser
2024-09-17 19:27:28 +02:00
committed by GitHub
parent b5ffed6973
commit d2c48228df
20 changed files with 119 additions and 114 deletions
@@ -35,11 +35,11 @@
* starts_at:
* type: string
* title: starts_at
* description: The price list's starts at.
* description: The date the price list starts.
* ends_at:
* type: string
* title: ends_at
* description: The price list's ends at.
* description: The date the price list ends.
* status:
* type: string
* description: The price list's status.
@@ -61,17 +61,17 @@
* type: string
* format: date-time
* title: created_at
* description: The price list's created at.
* description: The date the price list was created.
* updated_at:
* type: string
* format: date-time
* title: updated_at
* description: The price list's updated at.
* description: The date the price list was updated.
* deleted_at:
* type: string
* format: date-time
* title: deleted_at
* description: The price list's deleted at.
* description: The date the price list was deleted.
*
*/