Record
annotations
Annotations that inform how clients use or display objects
record annotations {
audience: option<list<role>>,
last-modified: option<string>,
priority: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| audience | option<list<role>> | Intended audience for this content |
| last-modified | option<string> | Last modification timestamp (ISO 8601 format) |
| priority | option<f64> | Importance priority (0.0 to 1.0) |