ai.rizom.brain.link

rizom.ai

Documentation

Public curated link from a Rizom brain.

main record

Public curated link from a Rizom brain.

Record Key any Any valid record key

Properties

anchorDid string Optional

No description available.

brainDid string Optional

No description available.

capturedAt string datetime Optional

An RFC 3339 formatted timestamp.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 2000 bytes
domain string Optional

No description available.

source ref #source Optional

No description available.

sourceEntityId string Optional

No description available.

sourceEntityType string Optional

No description available.

summary string Optional

No description available.

maxLength: 100000 bytes
title string Required

No description available.

maxLength: 500 bytes
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

url string uri Required

A valid URI.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "url",
      "createdAt"
    ],
    "properties": {
      "url": {
        "type": "string",
        "format": "uri"
      },
      "title": {
        "type": "string",
        "maxLength": 500
      },
      "domain": {
        "type": "string"
      },
      "source": {
        "ref": "#source",
        "type": "ref"
      },
      "summary": {
        "type": "string",
        "maxLength": 100000
      },
      "brainDid": {
        "type": "string"
      },
      "anchorDid": {
        "type": "string"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "capturedAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 2000
      },
      "sourceEntityId": {
        "type": "string"
      },
      "sourceEntityType": {
        "type": "string"
      }
    }
  },
  "description": "Public curated link from a Rizom brain."
}
source object

Attribution for where this link was captured.

Properties

label string Required

No description available.

ref string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "ref",
    "label"
  ],
  "properties": {
    "ref": {
      "type": "string"
    },
    "label": {
      "type": "string"
    }
  },
  "description": "Attribution for where this link was captured."
}

Lexicon Garden

@