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

View File

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