Skip to content

Commit 2767d30

Browse files
committed
docs: add permissions field to requests.cddl delegation schema
Mirror the new optional permissions field of request delegations in the CBOR schema. Enumerate the supported values ("queries" / "all") to match the spec, consistent with how request_type and status enumerate literals. https://claude.ai/code/session_01WBqBka57Q7xYi4btZYfPqT
1 parent 52f162a commit 2767d30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/references/requests.cddl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ signed-delegation = {
9696
pubkey: bytes
9797
expiration: timestamp
9898
? targets: [* principal]
99+
? permissions: "queries" / "all"
99100
}
100101
signature: bytes
101102
}

0 commit comments

Comments
 (0)