Update FUTO Social Media Plan authored by Eron's avatar Eron
......@@ -24,6 +24,10 @@ We imagine an export format that looks something like this:
@.sign[$function([#PrivateKey], [#Folder])->[#Signature]]
@.validate[$function([#Folder])->[boolean]]
}
@#JOSE {
$is[#SignatureScheme]
// code
}
@#PrivateKey
@#PublicKey
@#Signature {
......@@ -45,13 +49,13 @@ We imagine an export format that looks something like this:
@.tags[?array[#String]]
@.possible_quick_responses[?$array[#QuickResponse]]
@.indexer_white_list[?$array[#PublicKey]]
@.payment_request[#String]
@.payment_request[?#String]
}
@#IdentityClaim {
$is[#Content]
@.claim[#String]
}
@#ThisMySuperSecretKeyThatOwnsAllMySigningKeys {
@#ThisIsMyParentKey {
$is[#Content]
@.key[#PublicKey]
}
......
......