From 4eca2e1204ed8c7de99cee0db0aac84203c1024b Mon Sep 17 00:00:00 2001 From: Wes Biggs Date: Fri, 20 Sep 2024 17:06:53 -0500 Subject: [PATCH] Schema Ids updated, and fixed a typo --- pages/Frequency/Overview.md | 20 ++++++++++---------- pages/Frequency/Publishing.md | 14 +++++++------- pages/Frequency/UserData.md | 4 ++-- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/pages/Frequency/Overview.md b/pages/Frequency/Overview.md index 8f0c503c..08efb5b9 100644 --- a/pages/Frequency/Overview.md +++ b/pages/Frequency/Overview.md @@ -21,20 +21,20 @@ Official schemas may be found in [GitHub](https://github.com/LibertyDSNP/schemas | Name | Schema Name | Schema Id Mainnet | Schema Id Testnet (Paseo) | | --- | --- | --- | --- | -| [Tombstone](./Publishing.md) | `dsnp.tombstone` | 1 | 1 | -| [Broadcast](./Publishing.md) | `dsnp.broadcast` | 2 | 2 | -| [Reply](./Publishing.md) | `dsnp.reply` | 3 | 3 | +| [Tombstone](./Publishing.md) | `dsnp.tombstone` | 16 | 16 | +| [Broadcast](./Publishing.md) | `dsnp.broadcast` | 17 | 17 | +| [Reply](./Publishing.md) | `dsnp.reply` | 18 | 18 | | [Reaction](./Publishing.md)| `dsnp.reaction` | 4 | 4 | -| [Update](./Publishing.md)| `dsnp.update` | 5 | 5 | +| [Update](./Publishing.md)| `dsnp.update` | 19 | 19 | | [Key Agreement Public Keys](./UserData.md)| `dsnp.public-key-key-agreement` | 7 | 7 | | [Public Follows](./UserData.md)| `dsnp.public-follows` | 8 | 8 | | [Private Follows](./UserData.md) | `dsnp.private-follows` | 9 | 9 | | [Private Connections](./UserData.md) | `dsnp.private-connections` | 10 | 10 | -| [Assertion Method Public Keys](./UserData.md) | `dsnp.public-key-assertion-method` | TBD | 11 | -| [Profile Resources](./UserData.md) | `dsnp.profile-resources` | TBD | 570 | -| [User Attribute Set](./Publishing.md) | `dsnp.user-attribute-set` | TBD | 579 | -| [DSNP Content Attribute Set](./Publishing.md) | `dsnp.dsnp-content-attribute-set` | TBD | 580 | -| [DSNP Content Attribute Set](./Publishing.md) | `dsnp.ext-content-attribute-set` | TBD | 581 | +| [Assertion Method Public Keys](./UserData.md) | `dsnp.public-key-assertion-method` | 14 | 14 | +| [Profile Resources](./UserData.md) | `dsnp.profile-resources` | 15 | 15 | +| [User Attribute Set](./Publishing.md) | `dsnp.user-attribute-set` | 11 | 11 | +| [DSNP Content Attribute Set](./Publishing.md) | `dsnp.dsnp-content-attribute-set` | 12 | 12 | +| [External Content Attribute Set](./Publishing.md) | `dsnp.ext-content-attribute-set` | 13 | 13 |