Update FUTO Social Media Plan authored by Eron's avatar Eron
...@@ -28,6 +28,7 @@ We imagine an export format that looks something like this: ...@@ -28,6 +28,7 @@ We imagine an export format that looks something like this:
@#PublicKey @#PublicKey
@#Signature { @#Signature {
@.scheme[#SignatureScheme] @.scheme[#SignatureScheme]
@.key[#PublicKey]
} }
@#Content @#Content
@#QuickResponse { @#QuickResponse {
...@@ -40,6 +41,7 @@ We imagine an export format that looks something like this: ...@@ -40,6 +41,7 @@ We imagine an export format that looks something like this:
@.content[$array[#Content]] @.content[$array[#Content]]
@.reply_to[$array[#Document/Pointer]] @.reply_to[$array[#Document/Pointer]]
@.signature[?#Signature] @.signature[?#Signature]
@.signed_by_creator[boolean] // is this signed by the actual creator of the work
@.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]]
... ...
......