ContactPoint
A contact point, for example, a R&D department.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
type (required) | schema:type | enum{ ContactPoint , PostalAddress } |
The name of the type. | Entity |
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 |
telephoneNumbers | schema:telephone | array[ string ] |
Telephone numbers for the contact point. | ContactPoint |
url | schema:url | string:uri |
The URL of the item. | Thing |
Parent: Thing
Descendants: PostalAddress
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from ContactPoint.schema.yaml
.
Please help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by
creating a Markdown documentation
file🙏