Misskey · Schema

RoleCondFormulaValueUserSettingBooleanSchema

Open-SourceSocial NetworksFediverseActivityPubDecentralized

Properties

Name Type Description
id string
type string
View JSON Schema on GitHub

JSON Schema

misskey-rolecondformulavalueusersettingbooleanschema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://misskey.io/schemas/RoleCondFormulaValueUserSettingBooleanSchema",
  "title": "RoleCondFormulaValueUserSettingBooleanSchema",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "isSuspended",
        "isLocked",
        "isBot",
        "isCat",
        "isExplorable"
      ]
    }
  },
  "required": [
    "id",
    "type"
  ]
}