app.navyfragen.message

navyfragen.app

Documentation

main record

No description available.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

message string Required

No description available.

maxLength: 500 bytesminLength: 1 bytes
recipient string Required

No description available.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "message",
      "createdAt",
      "recipient"
    ],
    "properties": {
      "message": {
        "type": "string",
        "maxLength": 500,
        "minLength": 1
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "recipient": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@