From bf59ff28c2078eb69fdb899ff52bf33604bdda90 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Mon, 1 Jun 2026 17:38:30 +0200 Subject: [PATCH 1/3] auxiliary resource as a role --- lws10-core/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lws10-core/index.html b/lws10-core/index.html index aa87a34..bb62bb6 100644 --- a/lws10-core/index.html +++ b/lws10-core/index.html @@ -179,7 +179,13 @@

Terminology

capability such as ZCAPs.
  • authentication suite — a defined validation mechanism for a concrete serialization of an authentication credential.
  • -
  • auxiliary resource — an LWS resource whose lifecycle is bound to an LWS resource, called its principal resource.
  • +
  • auxiliary resource — an LWS resource that plays a particular role with respect to a LWS resource, called its primary resource, + and whose lifetime is bound to the primary resource. + This specification defines linkset resource and metadata resource as types of auxiliary resources, + but LWS Servers are free to manage additional kinds of auxiliary resources (e.g. access control resources, notification inboxes). + Auxiliary resources are discovered using links of a specific type (see Section ). + Some auxiliary resources may, in some implementations, be identical to their primary resource. +
  • LWS resource — an HTTP resource as defined in [[[RFC9110]]] which supports the read operations defined by the Linked Web Storage Protocol. Following [[[RFC9110]]], this specification "does not limit the nature of a [LWS] resource; it merely defines an interface that might be used to interact with [LWS] resources." [[RFC9110]]
  • From a29bb19b731c5d4761d974357f198ca70f63d8a0 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Mon, 22 Jun 2026 16:55:11 +0200 Subject: [PATCH 2/3] more explicit reference for 'links' --- lws10-core/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lws10-core/index.html b/lws10-core/index.html index bb62bb6..77f1af6 100644 --- a/lws10-core/index.html +++ b/lws10-core/index.html @@ -183,7 +183,7 @@

    Terminology

    and whose lifetime is bound to the primary resource. This specification defines linkset resource and metadata resource as types of auxiliary resources, but LWS Servers are free to manage additional kinds of auxiliary resources (e.g. access control resources, notification inboxes). - Auxiliary resources are discovered using links of a specific type (see Section ). + Auxiliary resources are discovered using web links [[RFC8288]] of a specific type (see Section ). Some auxiliary resources may, in some implementations, be identical to their primary resource.
  • LWS resource — an HTTP resource as defined in [[[RFC9110]]] which supports the read operations defined by the Linked Web Storage Protocol. From 078b0cb7f9ce5ceaaed292d203802730fcae7545 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Mon, 22 Jun 2026 17:02:46 +0200 Subject: [PATCH 3/3] fix broken internal link --- lws10-core/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lws10-core/index.html b/lws10-core/index.html index 77f1af6..01c7427 100644 --- a/lws10-core/index.html +++ b/lws10-core/index.html @@ -198,7 +198,7 @@

    Terminology

  • storage — a set of hierarchically organized HTTP resources whose lifecycle is managed by the conventions described by the Linked Web Storage Protocol. A storage is described by a storage description resource which references a collection of services that provide affordances over those resources.
  • storage controller — an agent that controls all resources in a storage.
  • storage description — an LWS resource that enumerates and describes the storage root along with services and capabilities of a storage. Its representation conforms to the storage description data model.
  • -
  • storage root — a container at the root of a containment hierarchy of a storage. The storage root is the only LWS resource that does not have a parent in the LWS containment hierarchy nor a principal resource.
  • +
  • storage root — a container at the root of a containment hierarchy of a storage. The storage root is the only LWS resource that does not have a parent in the LWS containment hierarchy nor a primary resource.