mirror of
https://github.com/docker/compose.git
synced 2025-07-24 22:24:41 +02:00
Add ipam.patternProperties to schema
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
945faab54d
commit
faedc4aa9e
@ -618,7 +618,8 @@
|
||||
"patternProperties": {"^.+$": {"type": "string"}}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
"additionalProperties": false,
|
||||
"patternProperties": {"^x-": {}}
|
||||
},
|
||||
"external": {
|
||||
"type": ["boolean", "object"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user