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": [