lib/swagger/defs/address.yaml

32 lines
657 B
YAML
Raw Normal View History

2023-04-06 01:28:58 +00:00
Address:
properties:
City:
description: City
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Country:
description: Country full name
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CountryCode:
description: Country Code
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
PostalCode:
description: Postal Code
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
State:
description: State full name
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
StateCode:
description: State Code
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Street:
description: Street number and name
type: string
2023-04-15 14:27:18 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
type: object