# net.ngill.post

> Published by [ngill.net](https://lexicon.garden/identity/did:plc:khwj2pmtsiuijj4jnuomle37)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:khwj2pmtsiuijj4jnuomle37/net.ngill.post)
- [Documentation](https://lexicon.garden/lexicon/did:plc:khwj2pmtsiuijj4jnuomle37/net.ngill.post/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:khwj2pmtsiuijj4jnuomle37/net.ngill.post/examples)

## Definitions

### `net.ngill.post`

**Type**: `record`

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

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `sha1` | `string` | Yes | SHA1 hash of the source document |
| `final` | `string` | No | Document path relative to the publication URI |
| `document` | `string` (at-uri) | Yes | AT-URI of the Standard.Site document this object refers to |

## Raw Schema

```json
{
  "id": "net.ngill.post",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
