diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vcpkg.schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vcpkg.schema.json b/scripts/vcpkg.schema.json index 723b14646..9df362086 100644 --- a/scripts/vcpkg.schema.json +++ b/scripts/vcpkg.schema.json @@ -1,6 +1,6 @@ { - "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "title": "Vcpkg manifest", "description": "Vcpkg manifest file. See https://github.com/microsoft/vcpkg/blob/master/docs/specifications/manifests.md.", "definitions": { |
