siteStandardGraphRecommend top-level constant
site.standard.graph.recommend
Implementation
const siteStandardGraphRecommend = <String, dynamic>{
"lexicon": 1,
"id": "site.standard.graph.recommend",
"defs": {
"main": {
"type": "record",
"description": "Record declaring a recommendation of a document.",
"key": "tid",
"record": {
"type": "object",
"required": ["document", "createdAt"],
"properties": {
"createdAt": {"type": "string", "format": "datetime"},
"document": {
"type": "string",
"format": "at-uri",
"description":
"AT-URI reference to the document record being recommended (ex: at://did:plc:abc123/site.standard.document/xyz789).",
},
},
},
},
},
};