/[sudobot]/trunk/config/schema/config.json
ViewVC logotype

Diff of /trunk/config/schema/config.json

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 625 by rakinar2, Mon Jul 29 17:59:26 2024 UTC revision 626 by rakinar2, Sat Sep 7 09:38:45 2024 UTC
# Line 115  Line 115 
115                                              }                                              }
116                                          },                                          },
117                                          "additionalProperties": false                                          "additionalProperties": false
118                                        },
119                                        "troll_command_immune_users": {
120                                            "type": "array",
121                                            "items": {
122                                                "$ref": "#/additionalProperties/anyOf/0/anyOf/1/properties/commands/properties/channels/properties/list/items"
123                                            },
124                                            "default": []
125                                      }                                      }
126                                  },                                  },
127                                  "additionalProperties": false,                                  "additionalProperties": false,
# Line 1641  Line 1648 
1648                                              ]                                              ]
1649                                          },                                          },
1650                                          "default": []                                          "default": []
1651                                        },
1652                                        "exclusions": {
1653                                            "type": "array",
1654                                            "items": {
1655                                                "type": "object",
1656                                                "properties": {
1657                                                    "type": {
1658                                                        "type": "string",
1659                                                        "enum": [
1660                                                            "user",
1661                                                            "channel",
1662                                                            "category_channel"
1663                                                        ]
1664                                                    },
1665                                                    "mode": {
1666                                                        "type": "string",
1667                                                        "enum": [
1668                                                            "exclude",
1669                                                            "include"
1670                                                        ],
1671                                                        "default": "exclude"
1672                                                    },
1673                                                    "snowflakes": {
1674                                                        "type": "array",
1675                                                        "items": {
1676                                                            "$ref": "#/additionalProperties/anyOf/0/anyOf/1/properties/commands/properties/channels/properties/list/items"
1677                                                        }
1678                                                    },
1679                                                    "events": {
1680                                                        "type": "array",
1681                                                        "items": {
1682                                                            "$ref": "#/additionalProperties/anyOf/0/anyOf/1/properties/logging/properties/overrides/items/anyOf/0/properties/events/items"
1683                                                        }
1684                                                    }
1685                                                },
1686                                                "required": [
1687                                                    "type",
1688                                                    "snowflakes"
1689                                                ],
1690                                                "additionalProperties": false
1691                                            },
1692                                            "default": []
1693                                        },
1694                                        "unsubscribed_events": {
1695                                            "type": "array",
1696                                            "items": {
1697                                                "$ref": "#/additionalProperties/anyOf/0/anyOf/1/properties/logging/properties/overrides/items/anyOf/0/properties/events/items"
1698                                            },
1699                                            "default": []
1700                                      }                                      }
1701                                  },                                  },
1702                                  "additionalProperties": false                                  "additionalProperties": false
# Line 1922  Line 1978 
1978                                          },                                          },
1979                                          "default": []                                          "default": []
1980                                      },                                      },
                                     "require_captcha": {  
                                         "type": "boolean"  
                                     },  
1981                                      "verification_message": {                                      "verification_message": {
1982                                          "type": "string"                                          "type": "string"
1983                                      },                                      },
# Line 1935  Line 1988 
1988                                          "type": "integer",                                          "type": "integer",
1989                                          "description": "Max verification duration (in seconds)"                                          "description": "Max verification duration (in seconds)"
1990                                      },                                      },
1991                                      "allowed_methods": {                                      "method": {
1992                                          "type": "array",                                          "type": "string",
1993                                          "items": {                                          "enum": [
1994                                              "type": "string",                                              "channel_interaction",
1995                                              "enum": [                                              "dm_interaction"
1996                                                  "discord",                                          ],
1997                                                  "google",                                          "default": "dm_interaction"
1998                                                  "github",                                      },
1999                                                  "email"                                      "channel": {
2000                                              ]                                          "$ref": "#/additionalProperties/anyOf/0/anyOf/1/properties/commands/properties/channels/properties/list/items"
                                         },  
                                         "default": [  
                                             "discord",  
                                             "google",  
                                             "github",  
                                             "email"  
                                         ]  
2001                                      }                                      }
2002                                  },                                  },
2003                                  "required": [                                  "required": [

Legend:
Removed from v.625  
changed lines
  Added in v.626

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26