xyz.sri.status

sri.xyz

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string Required

No description available.

message string Optional

No description available.

status string Required

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "status",
      "createdAt"
    ],
    "properties": {
      "status": {
        "type": "string"
      },
      "message": {
        "type": "string"
      },
      "createdAt": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@