Merge pull request #31899 from thaJeztah/17.04-cherry-pick-31894

[17.04] cherry pick 31894 - Fix compose schema id for v3.2
This commit is contained in:
Victor Vieux 2017-03-16 15:36:02 -07:00 committed by GitHub
commit 9b80fad9b4
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -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"],