A blog post source hash and Standard.Site doucment link.
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"document",
"sha1"
],
"properties": {
"sha1": {
"type": "string",
"description": "SHA1 hash of the source document"
},
"final": {
"type": "string",
"description": "Document path relative to the publication URI"
},
"document": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the Standard.Site document this object refers to"
}
}
},
"description": "A blog post source hash and Standard.Site doucment link."
}