PostalAddress
A physical mailing address.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
type (required) | schema:type | enum{ PostalAddress } |
The name of the type. | Entity |
addressCountry | schema:addressCountry | string |
The country. | PostalAddress |
addressLocality | schema:addressLocality | string |
The locality in which the street address is, and which is in the region. | PostalAddress |
addressRegion | schema:addressRegion | string |
The region in which the locality is, and which is in the country. | PostalAddress |
alternateNames | schema:alternateName | array[ string ] |
Alternate names (aliases) for the item. | Thing |
availableLanguages | schema:availableLanguage | array[ string ] |
Languages (human not programming) in which it is possible to communicate with the organization/department etc. | ContactPoint |
description | schema:description | array[ BlockContent ] | array[ InlineContent ] | string |
A description of the item. | Thing |
emails | schema:email | array[ string:email ] |
Email address for correspondence. | ContactPoint |
id | schema:id | string |
The identifier for this item. | Entity |
identifiers | schema:identifier | array[ PropertyValue | string ] |
Any kind of identifier for any kind of Thing. | Thing |
images | schema:image | array[ ImageObject | string:uri ] |
Images of the item. | Thing |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
name | schema:name | string |
The name of the item. | Thing |
postOfficeBoxNumber | schema:postOfficeBoxNumber | string |
The post office box number. | PostalAddress |
postalCode | schema:postalCode | string |
The postal code. | PostalAddress |
streetAddress | schema:streetAddress | string |
The street address. | PostalAddress |
telephoneNumbers | schema:telephone | array[ string ] |
Telephone numbers for the contact point. | ContactPoint |
url | schema:url | string:uri |
The URL of the item. | Thing |
Parent: ContactPoint
Descendants: None
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from PostalAddress.schema.yaml
.
Please help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by
creating a Markdown documentation
file🙏