Skip to content

Commit

Permalink
operator, weight, rules, edge, schema
Browse files Browse the repository at this point in the history
Signed-off-by: Nuttawut Kongsuwan <[email protected]>
  • Loading branch information
nkongsuwan committed Jan 27, 2024
1 parent 5de1c89 commit df7bcd2
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Issuer/Issuee

[[def: Attribute]]

~ a property of an entity that is inherent or assigned to the entity.
~ a top-level field map within an ACDC that provides a property of an entity that is inherent or assigned to the entity.

[[def: Targeted ACDC]]

Expand All @@ -196,21 +196,32 @@ Issuer/Issuee

[[def: Operator]]

~
~ an optional field map in the Edge section that enables expression of the edge logic on edge subgraph as either a unary operator on the edge itself or an m-ary operator on the edge-group.

[[def: Weight]]

~ an optional field map in the Edge section that provides edge weight property that enables directed weighted edges and operators that use weights.

[[def: Permissioned correlation]]

~

[[def: Percolated discovery]]

~ a discovery mechanism

[[def: Rules]]

~ a top-level field map within an ACDC that provides a legal language as a Ricardian Contract [@RC], which is both human and machine-readable and referenceable by a cryptographic digest.

[[def: Edge]]

~ a top-level field map within an ACDC that provides edges that connect to other ACDCs, forming a labeled property graph (LPG).

[[def: Schema]]

TBD
~ the SAID of a JSON schema that is used to issue and verify an ACDC.

Permissioned correlation
Percolated discovery
Rules
Edge
Schema

::: issue
https://github.com/trustoverip/tswg-acdc-specification/issues/16
Expand Down

0 comments on commit df7bcd2

Please sign in to comment.