systems.sister.recipe

vault.pds.sister.systems

{
  "id": "systems.sister.recipe",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "inputs",
          "outputItemRkey",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 128,
            "minLength": 1
          },
          "inputs": {
            "type": "array",
            "items": {
              "ref": "#input",
              "type": "ref"
            },
            "maxLength": 20
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 4096
          },
          "outputItemRkey": {
            "type": "string",
            "maxLength": 256,
            "minLength": 1
          }
        }
      }
    },
    "input": {
      "type": "object",
      "required": [
        "itemRkey",
        "quantity"
      ],
      "properties": {
        "itemRkey": {
          "type": "string",
          "maxLength": 256,
          "minLength": 1
        },
        "quantity": {
          "type": "integer",
          "minimum": 1
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against systems.sister.recipe

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:e2gllbtzj3go3vaiimn4qmls
CID
bafyreic25yj4jxvcg4wzpvbafbhqaayjzkildf4qdmv5ayefwza6ah3msm
Indexed At
2026-07-26 20:08 UTC
AT-URI
at://did:plc:e2gllbtzj3go3vaiimn4qmls/com.atproto.lexicon.schema/systems.sister.recipe

Lexicon Garden

@