Skip to content

Commit 1fd0b07

Browse files
committed
Fixed competitive schema
1 parent 60b326f commit 1fd0b07

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1+
schema;master_schema:
2+
type: map
3+
nullable: false
4+
mapping:
5+
enabled: {type: bool, nullable: false}
6+
silent: {type: bool, nullable: false}
7+
regex;(.+):
8+
include: 'master_schema'
9+
110
type: map
211
nullable: false
312
mapping:
13+
DEFAULT:
14+
include: 'master_schema'
15+
regex;(.+):
16+
include: 'master_schema'
417
commands:
518
include: 'commands_schema'

0 commit comments

Comments
 (0)