space.stau.nix.release

stau.space

Documentation

This describes a nix release

main record

This describes a nix release

Record Key any Any valid record key

Properties

description string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
narHash string Required

The hash of the Nix Archive (NAR) serialization (in SRI format) of the contents of the flake

maxLength: 51 bytesminLength: 51 bytesmaxGraphemes: 51 graphemesminGraphemes: 51 graphemes
publishedAt string datetime Required

An RFC 3339 formatted timestamp.

rev string Required

A Git or Mercurial commit hash

maxLength: 40 bytesminLength: 40 bytesmaxGraphemes: 40 graphemesminGraphemes: 40 graphemes
source string uri Required

A valid URI.

maxLength: 2048 bytesmaxGraphemes: 2048 graphemes
View raw schema
{
  "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"
}

Lexicon Garden

@