15 lines
590 B
Markdown
15 lines
590 B
Markdown
# Intents
|
|
|
|
This is the location for the intent registry as
|
|
used in menus. The intents in menus can be of various
|
|
formats.
|
|
|
|
Accepted intent identifier formats are:
|
|
|
|
* fully qualified URLs that have a protocol, host name and path (such as https://..);
|
|
* a resource path, implyinng it is relative to the same host but with full path (one or more /s);
|
|
* a FDC3 intent, which can only be composed of alphanumeric (e.g. no /) characters and "." for namespace. It is in UpperCamelCase.
|
|
|
|
The intent identifier will have associated additional information in its registry value depending on
|
|
format.
|