space.stau.nix.release

stau.space

{
  "id": "space.stau.nix.release",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "rev",
          "narHash",
          "source",
          "publishedAt"
        ],
        "properties": {
          "rev": {
            "type": "string",
            "maxLength": 40,
            "minLength": 40,
            "description": "A Git or Mercurial commit hash",
            "maxGraphemes": 40,
            "minGraphemes": 40
          },
          "source": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "maxGraphemes": 2048
          },
          "narHash": {
            "type": "string",
            "maxLength": 51,
            "minLength": 51,
            "description": "The hash of the Nix Archive (NAR) serialization (in SRI format) of the contents of the flake",
            "maxGraphemes": 51,
            "minGraphemes": 51
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "publishedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "This describes a nix release"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.stau.nix.release

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6n2ngs7zpcpwxz3jaoxj56tu
CID
bafyreicbj2hypfcv7dbofyuqixlz4teccc6uy3dhbaf6yho52pdlre66gy
Indexed At
2026-07-26 13:51 UTC
AT-URI
at://did:plc:6n2ngs7zpcpwxz3jaoxj56tu/com.atproto.lexicon.schema/space.stau.nix.release

Lexicon Garden

@