com.getorbyt.profile

getorbyt.com

Documentation

main record

No description available.

Record Key literal:self Fixed literal value

Properties

algorithmicFeedProvider string Optional

No description available.

colors ref #colors Optional

No description available.

fontPreference string Optional

No description available.

joinDate string datetime Optional

An RFC 3339 formatted timestamp.

subscribedChannels array of string Optional

No description available.

updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "colors": {
        "ref": "#colors",
        "type": "ref"
      },
      "joinDate": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "fontPreference": {
        "type": "string"
      },
      "subscribedChannels": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "algorithmicFeedProvider": {
        "type": "string"
      }
    }
  }
}
colors object

No description available.

Properties

backgroundColor string Required

No description available.

textColor string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "backgroundColor",
    "textColor"
  ],
  "properties": {
    "textColor": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    }
  }
}

Lexicon Garden

@