Skip to content

Commit

Permalink
Add links & consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Dec 20, 2023
1 parent e27da0a commit 3bfb788
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ SPKI
ScopeA
ScopeB
Seitan
SignatureBytes
Subschemes
TXT
TypeScript
Expand All @@ -86,6 +87,7 @@ UCANs
URI
URIs
Vandevelde
Varsig
WG
WebNative
Webber
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- [DID]
- [IPLD]
- [UCAN]
- [Varsig]

## Language

Expand Down Expand Up @@ -695,6 +696,7 @@ We want to especially recognize [Mark Miller] for his numerous contributions to
[CIDv1]: https://github.com/multiformats/cid?tab=readme-ov-file#cidv1
[Christine Lemmer-Webber]: https://github.com/cwebber
[Christopher Joel]: https://github.com/cdata
[Command]: https://github.com/ucan-wg/spec#33-command
[DAG-CBOR]: https://ipld.io/specs/codecs/dag-cbor/spec/
[DID fragment]: https://www.w3.org/TR/did-core/#terminology
[DID]: https://www.w3.org/TR/did-core/
Expand All @@ -717,7 +719,6 @@ We want to especially recognize [Mark Miller] for his numerous contributions to
[Mikael Rogers]: https://github.com/mikeal/
[OCAP]: https://en.wikipedia.org/wiki/Object-capability_model
[OCapN]: https://github.com/ocapn/
[Command]: https://github.com/ucan-wg/spec#33-command
[Philipp Krüger]: https://github.com/matheus23
[PoLA]: https://en.wikipedia.org/wiki/Principle_of_least_privilege
[Protocol Labs]: https://protocol.ai/
Expand All @@ -731,6 +732,7 @@ We want to especially recognize [Mark Miller] for his numerous contributions to
[Steven Vandevelde]: https://github.com/icidasset
[UCAN Invocation]: https://github.com/ucan-wg/invocation
[UCAN]: https://github.com/ucan-wg/spec
[Varsig]: https://github.com/ChainAgnostic/varsig
[W3C]: https://www.w3.org/
[ZCAP-LD]: https://w3c-ccg.github.io/zcap-spec/
[`did:key`]: https://w3c-ccg.github.io/did-method-key/
Expand Down
13 changes: 6 additions & 7 deletions delegation.ipldsch
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
type Delegation struct {
dgn &DelegationPayload
sig &Signature
p SignaturePayload
s Signature
}

type DelegationPayload struct {
udv Semver

iss DID
aud DID
sub DID

exp Integer
nbf Integer

sub DID
can String
iff [{String : Any}]
can String
args {String : Any}
cond [{String : Any}]
}

type Signature union {
Expand Down

0 comments on commit 3bfb788

Please sign in to comment.