@@ -6,17 +6,17 @@ Frequency Stateful Storage is either direct Announcements from a particular user
6
6
7
7
<!-- Links to https://libertydsnp.github.io/frequency should be updated with links to docs.frequency.xyz when able to be -->
8
8
9
- <!-- Update ./Overview.md if a Schema Id is updated -->
10
-
11
- | Announcement Type Enum | Announcement | Type | Schema Id Mainnet | Schema Id Rococo | Frequency Model Type | Frequency Payload Location |
12
- | --- | --- | --- | --- | --- | --- | --- |
13
- | 0 | [ Tombstone] ( ../DSNP/Types/Tombstone.md ) | Batched | 1 | 1 | [ ` Parquet ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.Parquet ) | [ ` IPFS ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.IPFS ) |
14
- | 2 | [ Broadcast] ( ../DSNP/Types/Broadcast.md ) | Batched | 2 | 2 | [ ` Parquet ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.Parquet ) | [ ` IPFS ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.IPFS ) |
15
- | 3 | [ Reply] ( ../DSNP/Types/Reply.md ) | Batched | 3 | 3 | [ ` Parquet ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.Parquet ) | [ ` IPFS ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.IPFS ) |
16
- | 4 | [ Reaction] ( ../DSNP/Types/Reaction.md ) | Batched | 4 | 4 | [ ` Parquet ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.Parquet ) | [ ` IPFS ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.IPFS ) |
17
- | 5 | [ Profile] ( ../DSNP/Types/Profile.md ) | Batched | 6 | 5 | [ ` Parquet ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.Parquet ) | [ ` IPFS ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.IPFS ) |
18
- | 6 | [ Update] ( ../DSNP/Types/Update.md ) | Batched | 5 | 6 | [ ` Parquet ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.Parquet ) | [ ` IPFS ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.IPFS ) |
19
- | 7 | [ Public Key] ( ../DSNP/Types/PublicKey.md ) | [ Stateful] ( ./UserData.md#announcements ) | TBD | 18 | [ ` AvroBinary ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.AvroBinary ) | [ ` Itemized ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.Itemized ) |
9
+ <!-- Update ./Overview.md if a Schema Id is updated -->
10
+
11
+ | Enum | Announcement | Type | Deployed Schema Id | Frequency Model Type | Frequency Payload Location |
12
+ | :--: | --- | --- | --- | --- | --- |
13
+ | 0 | [ Tombstone] ( ../DSNP/Types/Tombstone.md ) | Batched | Mainnet: 1< br />Testnet (Paseo): 1< br />Testnet (Rococo): 1 | [ ` Parquet ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.Parquet ) | [ ` IPFS ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.IPFS ) |
14
+ | 2 | [ Broadcast] ( ../DSNP/Types/Broadcast.md ) | Batched | Mainnet: 2< br />Testnet (Paseo): 2< br />Testnet (Rococo): 2 | [ ` Parquet ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.Parquet ) | [ ` IPFS ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.IPFS ) |
15
+ | 3 | [ Reply] ( ../DSNP/Types/Reply.md ) | Batched | Mainnet: 3< br />Testnet (Paseo): 3< br />Testnet (Rococo): 3 | [ ` Parquet ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.Parquet ) | [ ` IPFS ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.IPFS ) |
16
+ | 4 | [ Reaction] ( ../DSNP/Types/Reaction.md ) | Batched | Mainnet: 4< br />Testnet (Paseo): 4< br />Testnet (Rococo): 4 | [ ` Parquet ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.Parquet ) | [ ` IPFS ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.IPFS ) |
17
+ | 5 | [ Profile] ( ../DSNP/Types/Profile.md ) | Batched | Mainnet: 6< br />Testnet (Paseo): 6< br />Testnet (Rococo): 5 | [ ` Parquet ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.Parquet ) | [ ` IPFS ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.IPFS ) |
18
+ | 6 | [ Update] ( ../DSNP/Types/Update.md ) | Batched | Mainnet: 5< br />Testnet (Paseo): 5< br />Testnet (Rococo): 6 | [ ` Parquet ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.Parquet ) | [ ` IPFS ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.IPFS ) |
19
+ | 7 | [ Public Key] ( ../DSNP/Types/PublicKey.md ) | [ Stateful] ( ./UserData.md#announcements ) | Mainnet: 7< br />Testnet (Paseo): 7< br />Testnet (Rococo): 18 | [ ` AvroBinary ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.ModelType.html#variant.AvroBinary ) | [ ` Itemized ` ] ( https://libertydsnp.github.io/frequency/common_primitives/schema/enum.PayloadLocation.html#variant.Itemized ) |
20
20
21
21
Source code for each schema is located in the [ LibertyDSNP/schemas] ( https://github.com/LibertyDSNP/schemas ) repository.
22
22
0 commit comments