aiqr:actionId
Action identifier · 动作标识符
https://aiqr.cc/voc/actionId
A stable, unique identifier for an action. Used as an RFC 9264 extension attribute on an aiqr:action link.
一个动作的稳定唯一标识符,作为 RFC 9264 扩展属性挂在 aiqr:action 链接上。
Definition
| Type | RFC 9264 extension attribute |
|---|---|
| Used on | An aiqr:action link target object. |
| Target | An array containing exactly one string (RFC 9264 §4.2.4 makes extension attributes repeatable). |
Note. MUST be stable across releases and unique within an anchor.
Example
{
"linkset": [
{
"anchor": "https://id.gs1.org/01/06901010101010",
"description": "Midea air conditioner KFR-35GW",
"https://aiqr.cc/voc/action": [
{
"href": "https://example.com/ac/diagnose",
"title": "Diagnose a fault",
"https://aiqr.cc/voc/actionId": [
"diagnose"
]
}
]
}
]
}
See the specification for normative requirements. Machine-readable: actionId.jsonld.