Skip to content

Commit

Permalink
Joshspicer/feature schema (devcontainers#135)
Browse files Browse the repository at this point in the history
* Add link to spec of devcontainer-feature.json schema

devcontainers/spec#140

* capitalize Feature
  • Loading branch information
joshspicer authored Jan 18, 2023
1 parent 76c7fdf commit 95afbf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _implementors/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ A Feature is a self contained entity in a folder with at least a `devcontainer-f

## <a href="#devcontainer-feature-json-properties" name="devcontainer-feature-json-properties" class="anchor"> devcontainer-feature.json properties </a>

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:

Expand Down

0 comments on commit 95afbf0

Please sign in to comment.