diff --git a/_implementors/features.md b/_implementors/features.md index 4d2376d5..de401903 100644 --- a/_implementors/features.md +++ b/_implementors/features.md @@ -29,7 +29,9 @@ A Feature is a self contained entity in a folder with at least a `devcontainer-f ## devcontainer-feature.json properties -the `devcontainer-feature.json` file defines information about the feature to be used by any supporting tools and the way the Feature will be executed. +The `devcontainer-feature.json` file defines information about the Feature to be used by any supporting tools and the way the Feature will be executed. + +[devContainerFeature.schema.json](https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json) defines the schema for the `devcontainer-feature.json` file. The properties of the file are as follows: