Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -116,7 +116,7 @@
|
|||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"propertyNames": {
|
||||
"anyOf": [{"type": "string", "format": "python-module-name"}, {"const": "*"}]
|
||||
"anyOf": [{"$ref": "#/definitions/package-name"}, {"const": "*"}]
|
||||
},
|
||||
"patternProperties": {
|
||||
"^.*$": {"type": "array", "items": {"type": "string"}}
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"propertyNames": {
|
||||
"anyOf": [{"type": "string", "format": "python-module-name"}, {"const": "*"}]
|
||||
"anyOf": [{"$ref": "#/definitions/package-name"}, {"const": "*"}]
|
||||
},
|
||||
"patternProperties": {
|
||||
"^.*$": {"type": "array", "items": {"type": "string"}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue