We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61864e7 commit 1e8d0ceCopy full SHA for 1e8d0ce
.github/workflows/acceptance-test.yml
@@ -53,7 +53,7 @@ jobs:
53
comment: "true"
54
json_schema: ./__tests__/fixtures/schemas/schema_with_custom_ajv_regexp_format.json
55
ajv_custom_regexp_formats: |
56
- lowercase_char=^[a-c]*$
+ lowercase_char=^[a-z]*$
57
lowercase_alphanumeric=^[a-z0-9]*$
58
files: |
59
__tests__/fixtures/json/custom_ajv_regexp_format/valid.json
0 commit comments