net.ngill.post

ngill.net

Documentation

A blog post source hash and Standard.Site doucment link.

main record

A blog post source hash and Standard.Site doucment link.

Record Key any Any valid record key

Properties

document string at-uri Required

AT-URI of the Standard.Site document this object refers to

final string Optional

Document path relative to the publication URI

sha1 string Required

SHA1 hash of the source document

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."
}

Lexicon Garden

@