blue.harvester.nomination

harvester.blue

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

account string did Optional

The did of the account that is canonical for this app

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

The description of the nomination

maxLength: 1024 bytes
name string Required

The name of the nomination

maxLength: 255 bytes
nsids array of string nsid Optional

The record nsids that are part of the nomination

urls array of string uri Optional

The urls that are part of the nomination

View raw schema
{
  "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"
      }
    }
  }
}

Lexicon Garden

@