mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +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"}}
|
"patternProperties": {"^.+$": {"type": "string"}}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false,
|
||||||
|
"patternProperties": {"^x-": {}}
|
||||||
},
|
},
|
||||||
"external": {
|
"external": {
|
||||||
"type": ["boolean", "object"],
|
"type": ["boolean", "object"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user