Org
Address
Address defines a globally acceptable set of attributes that describes a postal or fiscal address.
Schema ID
https://gobl.org/draft-0/org/address
Properties
Title | Property | Type | Req. | Description |
---|---|---|---|---|
UUID | uuid | string | Universally Unique Identifier. | |
Label | label | string | Useful identifier, such as home, work, etc. | |
Post Office Box | po_box | string | Box number or code for the post office box located at the address. | |
Number | num | string | House or building number in the street. | |
Floor | floor | string | Floor number within the building. | |
Block | block | string | Block number within the building. | |
Door | door | string | Door number within the building. | |
Street | street | string | First line of street. | |
Extended Street | street_extra | string | Additional street address details. | |
Locality | locality | string | Village, town, district, or city, typically inside a region. | |
Region | region | string | Province, county, or state, inside a country. | |
Code | code | string | Post or ZIP code. | |
Country | country | l10n.ISOCountryCode | ISO country code. | |
Coordinates | coords | org.Coordinates | When the postal address is not sufficient, coordinates help locate the address more precisely. | |
Meta | meta | cbc.Meta | Any additional semi-structure details about the address. |