Annotation Property

URL Form

Operator controlling how this property's reference values render as URLs. Four valid values, matching Kanonak's version-compatibility operators: - "*" : any version (latest) — emit `/{package}/{name}` - "^" : major-pinned — emit `/{package}/{major}/{name}` - "~" : minor-pinned — emit `/{package}/{major}.{minor}/{name}` - "=" : exact pin — emit `/{package}/{version}/{name}` (default) Applied to a property declaration, this annotation is read by the renderer when emitting any reference whose predicate is the annotated property. References in YAML remain canonical pinned pointers; the operator controls only the rendered URL form.

Range
String