ai.rizom.brain.project

rizom.ai

Documentation

Public project or case study from a Rizom brain.

main record

Public project or case study from a Rizom brain.

Record Key any Any valid record key

Properties

anchorDid string Optional

No description available.

body string Required

No description available.

maxLength: 100000 bytes
brainDid string Optional

No description available.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 2000 bytes
format string Optional

No description available.

Known values: text/markdown
publishedAt string datetime Optional

An RFC 3339 formatted timestamp.

slug string Optional

No description available.

sourceEntityId string Optional

No description available.

sourceEntityType string Optional

No description available.

title string Required

No description available.

maxLength: 300 bytes
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

url string uri Optional

A valid URI.

year integer Required

No description available.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "body",
      "year",
      "createdAt"
    ],
    "properties": {
      "url": {
        "type": "string",
        "format": "uri"
      },
      "body": {
        "type": "string",
        "maxLength": 100000
      },
      "slug": {
        "type": "string"
      },
      "year": {
        "type": "integer"
      },
      "title": {
        "type": "string",
        "maxLength": 300
      },
      "format": {
        "type": "string",
        "knownValues": [
          "text/markdown"
        ]
      },
      "brainDid": {
        "type": "string"
      },
      "anchorDid": {
        "type": "string"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 2000
      },
      "publishedAt": {
        "type": "string",
        "format": "datetime"
      },
      "sourceEntityId": {
        "type": "string"
      },
      "sourceEntityType": {
        "type": "string"
      }
    }
  },
  "description": "Public project or case study from a Rizom brain."
}

Lexicon Garden

@