mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2025-01-09 23:42:59 +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
|
format: float
|
||||||
currency:
|
currency:
|
||||||
type: string
|
type: string
|
||||||
|
color:
|
||||||
|
type: string
|
||||||
location:
|
location:
|
||||||
type: string
|
type: string
|
||||||
description:
|
description:
|
||||||
|
@ -2040,6 +2042,7 @@ components:
|
||||||
duration: 30
|
duration: 30
|
||||||
price: 10
|
price: 10
|
||||||
currency: USD
|
currency: USD
|
||||||
|
color: #a1b2c3
|
||||||
location: Test Street 1A, 12345 Some State, Some Place
|
location: Test Street 1A, 12345 Some State, Some Place
|
||||||
description: This is a test service.
|
description: This is a test service.
|
||||||
availabilitiesType: flexible
|
availabilitiesType: flexible
|
||||||
|
@ -2057,6 +2060,8 @@ components:
|
||||||
type: number
|
type: number
|
||||||
currency:
|
currency:
|
||||||
type: string
|
type: string
|
||||||
|
color:
|
||||||
|
type: string
|
||||||
location:
|
location:
|
||||||
type: string
|
type: string
|
||||||
description:
|
description:
|
||||||
|
@ -2074,6 +2079,7 @@ components:
|
||||||
duration: 30
|
duration: 30
|
||||||
price: 10
|
price: 10
|
||||||
currency: USD
|
currency: USD
|
||||||
|
color: #a1b2c3
|
||||||
location: Test Street 1A, 12345 Some State, Some Place
|
location: Test Street 1A, 12345 Some State, Some Place
|
||||||
description: This is a test service.
|
description: This is a test service.
|
||||||
availabilitiesType: flexible
|
availabilitiesType: flexible
|
||||||
|
|
Loading…
Reference in a new issue