Changes
Page history
Update FUTO Social Media Plan
authored
Jun 02, 2022
by
Eron
Show whitespace changes
Inline
Side-by-side
FUTO-Social-Media-Plan.md
View page @
07c40186
...
@@ -24,6 +24,10 @@ We imagine an export format that looks something like this:
...
@@ -24,6 +24,10 @@ We imagine an export format that looks something like this:
@.sign[$function([#PrivateKey], [#Folder])->[#Signature]]
@.sign[$function([#PrivateKey], [#Folder])->[#Signature]]
@.validate[$function([#Folder])->[boolean]]
@.validate[$function([#Folder])->[boolean]]
}
}
@#JOSE {
$is[#SignatureScheme]
// code
}
@#PrivateKey
@#PrivateKey
@#PublicKey
@#PublicKey
@#Signature {
@#Signature {
...
@@ -45,13 +49,13 @@ We imagine an export format that looks something like this:
...
@@ -45,13 +49,13 @@ We imagine an export format that looks something like this:
@.tags[?array[#String]]
@.tags[?array[#String]]
@.possible_quick_responses[?$array[#QuickResponse]]
@.possible_quick_responses[?$array[#QuickResponse]]
@.indexer_white_list[?$array[#PublicKey]]
@.indexer_white_list[?$array[#PublicKey]]
@.payment_request[#String]
@.payment_request[
?
#String]
}
}
@#IdentityClaim {
@#IdentityClaim {
$is[#Content]
$is[#Content]
@.claim[#String]
@.claim[#String]
}
}
@#This
MySuperSecretKeyThatOwnsAllMySigningKeys
{
@#This
IsMyParentKey
{
$is[#Content]
$is[#Content]
@.key[#PublicKey]
@.key[#PublicKey]
}
}
...
...
...
...