net.atview.experimental.sponsor

atview.net

Documentation

Sponsor experiment

main record

Sponsor experiment

Record Key tid Timestamp-based ID

Properties

amount integer Required

No description available.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt",
      "amount",
      "account"
    ],
    "properties": {
      "amount": {
        "type": "integer"
      },
      "account": {
        "ref": "net.atview.experimental.account",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Sponsor experiment"
}

Lexicon Garden

@