diff --git a/src/schemas/json/vsls.json b/src/schemas/json/vsls.json index a850b7cddc0..5f32d2904d6 100644 --- a/src/schemas/json/vsls.json +++ b/src/schemas/json/vsls.json @@ -1,6 +1,6 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", - "id": "https://json.schemastore.org/vsls.json", + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "https://json.schemastore.org/vsls.json", "properties": { "excludeFiles": { "description": "An array of globs which indicate the files that should be completely unavailable to guests when you share (e.g. secrets).",