Fix compose schema id for v3.2

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 576d2181e453dbbf75254aa11bc90c1a86a1384f
Component: engine
This commit is contained in:
Daniel Nephin
2017-03-16 13:53:58 -04:00
parent fb15a0149e
commit 6bac6aa413
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#",
"id": "config_schema_v3.1.json",
"id": "config_schema_v3.2.json",
"type": "object",
"required": ["version"],