Skip to main content

Module document

Module document 

Source
Expand description

ACL document AST — JSON-LD deserialisation shape.

The same struct shape is produced by the Turtle parser in wac::parser so downstream consumers work with a single canonical representation regardless of wire format.

Structs§

AclAuthorization
A single WAC authorization rule describing who may access what, and how.
AclDocument
Parsed ACL document containing zero or more authorization rules.
IdRef
A JSON-LD node reference carrying a single @id IRI.

Enums§

IdOrIds
One or more JSON-LD @id references, modelling both singular and array ACL values.