mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Fix compose schema id for v3.2
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"id": "config_schema_v3.1.json",
|
||||
"id": "config_schema_v3.2.json",
|
||||
"type": "object",
|
||||
"required": ["version"],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user