Merge pull request #402 from Indemnity83/patch-2

Fix address validation rule to allow 'all' keyword
This commit is contained in:
jc21 2020-05-20 21:16:11 +10:00 committed by GitHub
commit c3d88c83e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
}, },
{ {
"type": "string", "type": "string",
"pattern": "^any$" "pattern": "^all$"
} }
] ]
}, },