am.noz.mecenas.post

noz.am

Documentation

A Mecenas creator post. Repository or Space placement determines its access boundary.

main record

A Mecenas creator post. Repository or Space placement determines its access boundary.

Record Key tid Timestamp-based ID

Properties

audience string Required

No description available.

maxLength: 16 bytes
Known values: public, members
body string Required

No description available.

maxGraphemes: 30000 graphemesminGraphemes: 1 graphemes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

excerpt string Optional

No description available.

maxGraphemes: 500 graphemes
formatVersion integer Required

No description available.

publishedAt string datetime Required

An RFC 3339 formatted timestamp.

tier string at-uri Optional

Public tier record associated with a member-only post.

title string Required

No description available.

maxGraphemes: 200 graphemesminGraphemes: 1 graphemes
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "formatVersion",
      "title",
      "body",
      "audience",
      "createdAt",
      "publishedAt"
    ],
    "properties": {
      "body": {
        "type": "string",
        "maxGraphemes": 30000,
        "minGraphemes": 1
      },
      "tier": {
        "type": "string",
        "format": "at-uri",
        "description": "Public tier record associated with a member-only post."
      },
      "title": {
        "type": "string",
        "maxGraphemes": 200,
        "minGraphemes": 1
      },
      "excerpt": {
        "type": "string",
        "maxGraphemes": 500
      },
      "audience": {
        "type": "string",
        "maxLength": 16,
        "knownValues": [
          "public",
          "members"
        ]
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "publishedAt": {
        "type": "string",
        "format": "datetime"
      },
      "formatVersion": {
        "type": "integer",
        "const": 1
      }
    }
  },
  "description": "A Mecenas creator post. Repository or Space placement determines its access boundary."
}

Lexicon Garden

@