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
@idIRI.
Enums§
- IdOrIds
- One or more JSON-LD
@idreferences, modelling both singular and array ACL values.