Fix typo in 3.6 schema ID

Signed-off-by: Joffrey F <joffrey@docker.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Joffrey F
2018-02-16 16:54:03 -08:00
committed by Sebastiaan van Stijn
parent cea4d37bca
commit 56f26d1134
2 changed files with 36 additions and 36 deletions

View File

@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "config_schema_v3.5.json",
"id": "config_schema_v3.6.json",
"type": "object",
"required": ["version"],