Relax constraints on key naming for environment
One of the use cases is swarm requires at least : character, so going from conservative to relaxed. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
parent
8caeffe27e
commit
4b2fd7699b
2 changed files with 16 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
{
|
||||
"type": "object",
|
||||
"patternProperties": {
|
||||
"^[a-zA-Z0-9_]+$": {
|
||||
"^[^-]+$": {
|
||||
"type": ["string", "number", "boolean"],
|
||||
"format": "environment"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue