ai.rizom.brain.post

rizom.ai

Documentation

Markdown blog post distributed by a Rizom brain.

main record

Markdown blog post distributed by 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.

canonicalUrl string uri Optional

A valid URI.

coverImage ref #coverImage Optional

No description available.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

format string Optional

No description available.

Known values: text/markdown
publishedAt string datetime Optional

An RFC 3339 formatted timestamp.

series string Optional

No description available.

maxLength: 200 bytes
seriesIndex integer Optional

No description available.

sourceEntityId string Optional

No description available.

sourceEntityType string Optional

No description available.

Known values: post
summary string Optional

No description available.

maxLength: 2000 bytes
title string Required

No description available.

maxLength: 300 bytes
topics array of string Optional

No description available.

maxLength: 50 items
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "body",
      "createdAt"
    ],
    "properties": {
      "body": {
        "type": "string",
        "maxLength": 100000
      },
      "title": {
        "type": "string",
        "maxLength": 300
      },
      "format": {
        "type": "string",
        "knownValues": [
          "text/markdown"
        ]
      },
      "series": {
        "type": "string",
        "maxLength": 200
      },
      "topics": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "maxLength": 50
      },
      "summary": {
        "type": "string",
        "maxLength": 2000
      },
      "brainDid": {
        "type": "string"
      },
      "anchorDid": {
        "type": "string"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "coverImage": {
        "ref": "#coverImage",
        "type": "ref"
      },
      "publishedAt": {
        "type": "string",
        "format": "datetime"
      },
      "seriesIndex": {
        "type": "integer"
      },
      "canonicalUrl": {
        "type": "string",
        "format": "uri"
      },
      "sourceEntityId": {
        "type": "string"
      },
      "sourceEntityType": {
        "type": "string",
        "knownValues": [
          "post"
        ]
      }
    }
  },
  "description": "Markdown blog post distributed by a Rizom brain."
}
coverImage object

Cover image attached to the post.

Properties

alt string Optional

No description available.

maxLength: 1000 bytes
blob blob Required

No description available.

height integer Optional

No description available.

width integer Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "blob"
  ],
  "properties": {
    "alt": {
      "type": "string",
      "maxLength": 1000
    },
    "blob": {
      "type": "blob"
    },
    "width": {
      "type": "integer"
    },
    "height": {
      "type": "integer"
    }
  },
  "description": "Cover image attached to the post."
}

Lexicon Garden

@