Address
Type - Address#
https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Address.schema.json
Type representation of an address
Data Type: OCF TYPE
Properties:
Property | Type | Description | Required |
---|---|---|---|
address_type | Enum - Address Type Description: 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 © 2023 Open Cap Table Coalition.