TODO
Record Key
literal:self
Fixed literal value
Properties
bulkDataset
ref
#intent
Optional
Inclusion of account data in bulk 'snapshot' datasets which are publicly redistributed, even if only for a fixed time period
protocolBridging
ref
#intent
Optional
Bridging account data or interactions into distinct social web protocol ecosystems
publicAccessArchive
ref
#intent
Optional
Public access to or replay of account data as part of archiving and preservation efforts
syntheticContentGeneration
ref
#intent
Optional
Use of account data as input to machine learning models which could be used to generate synthetic content or interactions
updatedAt
string
datetime
Optional
No description available.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"updatedAt": {
"type": "string",
"format": "datetime",
"description": ""
},
"bulkDataset": {
"ref": "#intent",
"type": "ref",
"description": "Inclusion of account data in bulk 'snapshot' datasets which are publicly redistributed, even if only for a fixed time period"
},
"protocolBridging": {
"ref": "#intent",
"type": "ref",
"description": "Bridging account data or interactions into distinct social web protocol ecosystems"
},
"publicAccessArchive": {
"ref": "#intent",
"type": "ref",
"description": "Public access to or replay of account data as part of archiving and preservation efforts"
},
"syntheticContentGeneration": {
"ref": "#intent",
"type": "ref",
"description": "Use of account data as input to machine learning models which could be used to generate synthetic content or interactions"
}
}
},
"required": [],
"description": "TODO"
}