From ece80f6f971e94d340b933654a475d010c2f2a33 Mon Sep 17 00:00:00 2001 From: Lance Date: Thu, 16 Nov 2023 15:50:02 -0500 Subject: [PATCH 1/2] Create index.md for desig-aliases schema --- desig-aliases/index.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 desig-aliases/index.md diff --git a/desig-aliases/index.md b/desig-aliases/index.md new file mode 100644 index 0000000..2a5daa4 --- /dev/null +++ b/desig-aliases/index.md @@ -0,0 +1,3 @@ +Designated Aliases +This type of credential lets the controller of an AID to designate aliases that are namespaced identifiers using the same AID. +See the schema descriptions and example scripts in this folder for more information. From 31b5c6fc0eb78ad5436e319181aa16d39fbe30bc Mon Sep 17 00:00:00 2001 From: Lance Date: Fri, 17 Nov 2023 08:38:47 -0500 Subject: [PATCH 2/2] Update desig-aliases/index.md to include links --- desig-aliases/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/desig-aliases/index.md b/desig-aliases/index.md index 2a5daa4..7e3d08d 100644 --- a/desig-aliases/index.md +++ b/desig-aliases/index.md @@ -1,3 +1,4 @@ Designated Aliases This type of credential lets the controller of an AID to designate aliases that are namespaced identifiers using the same AID. See the schema descriptions and example scripts in this folder for more information. +The desig-aliases public schema is in [`desig-aliases-public-schema.json`](desig-aliases-public-schema.json) and the private schema is in [`desig-aliases-private-schema.json](desig-aliases-private-schema.json); an example of an ACDC using the public schema is [`desig-aliases-public.json`](examples/desig-aliases-public.json).