net.atview.managed.profile

atview.net

Documentation

Managed Profile experiment

main record

Managed Profile experiment

Record Key tid Timestamp-based ID

Properties

avatar string uri Optional

A valid URI.

maxLength: 2048 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Required

No description available.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
name string Required

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt",
      "name",
      "description"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 640,
        "maxGraphemes": 64
      },
      "avatar": {
        "type": "string",
        "format": "uri",
        "maxLength": 2048
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 2560,
        "maxGraphemes": 256
      }
    }
  },
  "description": "Managed Profile experiment"
}

Lexicon Garden

@