tech.tokimeki.kaku.preference

tokimeki.blue

Documentation

User preference for KAKU TOKIMEKI

main record

User preference for KAKU TOKIMEKI

Record Key self

Properties

acceptingRequests boolean Optional

Whether the user is accepting drawing requests

Default: false
createdAt string datetime Required

Timestamp when the preference was created

updatedAt string datetime Optional

Timestamp when the preference was last updated

View raw schema
{
  "key": "self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp when the preference was created"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp when the preference was last updated"
      },
      "acceptingRequests": {
        "type": "boolean",
        "default": false,
        "description": "Whether the user is accepting drawing requests"
      }
    }
  },
  "description": "User preference for KAKU TOKIMEKI"
}

Lexicon Garden

@