mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix compose schema id for v3.2
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
c8d109842a
commit
576d2181e4
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||||
"id": "config_schema_v3.1.json",
|
"id": "config_schema_v3.2.json",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": ["version"],
|
"required": ["version"],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue