blue.harvester.nomination

harvester.blue

{
  "id": "blue.harvester.nomination",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 255,
            "description": "The name of the nomination"
          },
          "urls": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "uri"
            },
            "description": "The urls that are part of the nomination"
          },
          "nsids": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "nsid"
            },
            "description": "The record nsids that are part of the nomination"
          },
          "account": {
            "type": "string",
            "format": "did",
            "description": "The did of the account that is canonical for this app"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 1024,
            "description": "The description of the nomination"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.harvester.nomination

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:i6wibbbkgzlstveksynvjgak
CID
bafyreidbs3uomagswzkq6geg3rj6jbq5ykpcjw4jxttllayu7omvmcqlcy
Indexed At
2026-05-04 02:29 UTC
AT-URI
at://did:plc:i6wibbbkgzlstveksynvjgak/com.atproto.lexicon.schema/blue.harvester.nomination

Lexicon Garden

@