mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2025-01-07 14:32:26 +03:00
update openapi.yml
This commit is contained in:
parent
e5ba174ce3
commit
91b75ed706
1 changed files with 6 additions and 0 deletions
|
@ -2022,6 +2022,8 @@ components:
|
|||
format: float
|
||||
currency:
|
||||
type: string
|
||||
color:
|
||||
type: string
|
||||
location:
|
||||
type: string
|
||||
description:
|
||||
|
@ -2040,6 +2042,7 @@ components:
|
|||
duration: 30
|
||||
price: 10
|
||||
currency: USD
|
||||
color: #a1b2c3
|
||||
location: Test Street 1A, 12345 Some State, Some Place
|
||||
description: This is a test service.
|
||||
availabilitiesType: flexible
|
||||
|
@ -2057,6 +2060,8 @@ components:
|
|||
type: number
|
||||
currency:
|
||||
type: string
|
||||
color:
|
||||
type: string
|
||||
location:
|
||||
type: string
|
||||
description:
|
||||
|
@ -2074,6 +2079,7 @@ components:
|
|||
duration: 30
|
||||
price: 10
|
||||
currency: USD
|
||||
color: #a1b2c3
|
||||
location: Test Street 1A, 12345 Some State, Some Place
|
||||
description: This is a test service.
|
||||
availabilitiesType: flexible
|
||||
|
|
Loading…
Reference in a new issue