fix: update schema for regex flags

This commit is contained in:
Amaan Qureshi 2024-02-12 15:38:55 -05:00
parent 1a6f3d39a7
commit 3da79ba2b6

View file

@ -115,7 +115,8 @@
"type": "string",
"pattern": "^PATTERN$"
},
"value": { "type": "string" }
"value": { "type": "string" },
"flags": { "type": "string" }
},
"required": ["type", "value"]
},