From 880a863403ad3b7a31584856b10f35947c092c6a Mon Sep 17 00:00:00 2001 From: Rob9315 Date: Sun, 16 Aug 2026 17:31:35 +0200 Subject: [PATCH] add $schema for devcontainer-feature schema --- schemas/devContainerFeature.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schemas/devContainerFeature.schema.json b/schemas/devContainerFeature.schema.json index 9e0c31c0..a7eef80e 100644 --- a/schemas/devContainerFeature.schema.json +++ b/schemas/devContainerFeature.schema.json @@ -6,6 +6,11 @@ "Feature": { "additionalProperties": false, "properties": { + "$schema": { + "type": "string", + "format": "uri", + "description": "The JSON schema of the `devcontainer-feature.json` file." + }, "capAdd": { "description": "Passes docker capabilities to include when creating the dev container.", "examples": [