Interface: components
Properties
headers
headers:
never
parameters
parameters:
never
pathItems
pathItems:
never
requestBodies
requestBodies:
never
responses
responses:
never
schemas
schemas:
object
address
address:
object
Description
A shared address type that can be used across the platform
Example
{
* "formatted": "123 Main St, Anytown, ST 12345, USA",
* "street_address": "123 Main St",
* "locality": "Anytown",
* "region": "ST",
* "country": "USA",
* "postal_code": "12345"
* }address.country?
optionalcountry:null|string
Description
Country name
Example
USA;address.formatted?
optionalformatted:null|string
Description
Complete formatted address string
Example
123 Main St, Anytown, ST 12345, USAaddress.locality?
optionallocality:null|string
Description
City or town name
Example
Anytown;address.postal_code?
optionalpostal_code:null|string
Description
ZIP or postal code
Example
12345;address.region?
optionalregion:null|string
Description
State, province, or region
Example
ST;address.street_address?
optionalstreet_address:null|string
Description
Street address line
Example
123 Main StAddress
Address:
object
Address.country?
optionalcountry:null|string
Description
Country name
Example
USA;Address.formatted?
optionalformatted:null|string
Description
Complete formatted address string
Example
123 Main St, Anytown, ST 12345, USAAddress.locality?
optionallocality:null|string
Description
City or town name
Example
Anytown;Address.postal_code?
optionalpostal_code:null|string
Description
ZIP or postal code
Example
12345;Address.region?
optionalregion:null|string
Description
State, province, or region
Example
ST;Address.street_address?
optionalstreet_address:null|string
Description
Street address line
Example
123 Main Sterror
error:
object
error.code?
optionalcode:string
Description
A short, machine-readable error code, for when HTTP status codes are not sufficient.
error.message?
optionalmessage:string
Description
A human-readable description of the error.
Example
The requested resource could not be found.Error
Error:
object
Error.code?
optionalcode:string
Description
A short, machine-readable error code, for when HTTP status codes are not sufficient.
Error.message?
optionalmessage:string
Description
A human-readable description of the error.
Example
The requested resource could not be found.