mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Add ipam.patternProperties to schema
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
945faab54d
commit
faedc4aa9e
1 changed files with 2 additions and 1 deletions
|
|
@ -618,7 +618,8 @@
|
|||
"patternProperties": {"^.+$": {"type": "string"}}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
"additionalProperties": false,
|
||||
"patternProperties": {"^x-": {}}
|
||||
},
|
||||
"external": {
|
||||
"type": ["boolean", "object"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue