-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
This could be metadata, if we want to have multiple ways with labels in different languages to be seen by humans but less likely to be processed by machines:
"metadata": [
{"label": {"en": ["Contact Us"]},
"value": {"en": ["[email protected]"]}}
]
Or a specific property, such as contact which we would need to define exactly what the value and processing model would be. It could be a URL, allowing either a mailto: or https: URL to be given, but the client would be responsible for rendering/using it:
"contact": "mailto:[email protected]"
(From Tom, Rob re Patrick Cuba's suggestion)