fund.at.graph.endorse

at.fund

Documentation

A single endorsement pointer. The record key is the endorsed subject, so each entity can only be endorsed once per account.

main record

A single endorsement pointer. The record key is the endorsed subject, so each entity can only be endorsed once per account.

Record Key any Any valid record key

Properties

createdAt string datetime Optional

When this endorsement was created.

subject string Required

The endorsed entity: a DID (did:plc:..., did:web:...).

maxLength: 512 bytes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "maxLength": 512,
        "description": "The endorsed entity: a DID (did:plc:..., did:web:...)."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When this endorsement was created."
      }
    }
  },
  "description": "A single endorsement pointer. The record key is the endorsed subject, so each entity can only be endorsed once per account."
}

Lexicon Garden

@