mirror of https://github.com/docker/cli.git
Merge pull request #31894 from dnephin/fix-schema-id
Fix compose schema id for v3.2
This commit is contained in:
commit
1aca09b8cc
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…
Reference in New Issue