social.luminance.actor.profile

klee.photos

Documentation

main record

No description available.

Record Key literal:self Fixed literal value

Properties

avatar blob Optional

No description available.

maxSize: 2.1 MB
bio string Optional

No description available.

maxGraphemes: 1000 graphemes
disciplines array of string Optional

No description available.

maxLength: 10 items
displayName string Optional

No description available.

maxGraphemes: 100 graphemes
location string Optional

No description available.

maxGraphemes: 100 graphemes
websiteUrl string uri Optional

A valid URI.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "bio": {
        "type": "string",
        "maxGraphemes": 1000
      },
      "avatar": {
        "type": "blob",
        "accept": [
          "image/*"
        ],
        "maxSize": 2097152
      },
      "location": {
        "type": "string",
        "maxGraphemes": 100
      },
      "websiteUrl": {
        "type": "string",
        "format": "uri"
      },
      "disciplines": {
        "type": "array",
        "items": {
          "type": "string",
          "maxGraphemes": 40
        },
        "maxLength": 10
      },
      "displayName": {
        "type": "string",
        "maxGraphemes": 100
      }
    }
  }
}

Lexicon Garden

@