Address
Type - Address#
https://schema.opencaptablecoalition.com/v/1.2.0/types/Address.schema.json
Type representation of an address
Data Type: OCF TYPE
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
| address_type | Enum - Address TypeDescription: Enumeration of address typesONE OF: • LEGAL • CONTACT • OTHER |
What type of address is this (e.g. legal address, contact address, etc.) | REQUIRED |
| street_suite | STRING |
Street address (multi-line string) | - |
| city | STRING |
City | - |
| country_subdivision | schema/types/CountrySubdivisionCode | State, province, or equivalent identifier required for an address in this country | - |
| country | schema/types/CountryCode | Country code for this address (ISO 3166-1 alpha-2) | REQUIRED |
| postal_code | STRING |
Address postal code | - |
Source Code: schema/types/Address
Copyright © 2024 Open Cap Table Coalition.