fix: update schema for regex flags
This commit is contained in:
parent
1a6f3d39a7
commit
3da79ba2b6
1 changed files with 2 additions and 1 deletions
|
|
@ -115,7 +115,8 @@
|
|||
"type": "string",
|
||||
"pattern": "^PATTERN$"
|
||||
},
|
||||
"value": { "type": "string" }
|
||||
"value": { "type": "string" },
|
||||
"flags": { "type": "string" }
|
||||
},
|
||||
"required": ["type", "value"]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue