Skip to content

Commit

Permalink
update json schema link (#6717)
Browse files Browse the repository at this point in the history
  • Loading branch information
alzafacon authored Oct 5, 2023
1 parent efce6c2 commit 71c63aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/references/contribution-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Otherwise, properties without an explicit order field appear in alphabetical ord
### Configuration property schema

Configuration keys are defined using a superset of [JSON
Schema](https://json-schema.org/understanding-json-schema/reference/index.html).
Schema](https://json-schema.org/overview/what-is-jsonschema).

**description** / **markdownDescription**

Expand Down Expand Up @@ -363,7 +363,7 @@ Not supported in the configuration section are:

- `$ref` and `definition`: The configuration schemas needs to be self-contained and cannot make assumptions how the aggregated settings JSON schema document looks like.

For more details on these and other features, see the [JSON Schema Reference](https://json-schema.org/understanding-json-schema/reference/index.html).
For more details on these and other features, see the [JSON Schema Reference](https://json-schema.org/overview/what-is-jsonschema).

**scope**

Expand Down

0 comments on commit 71c63aa

Please sign in to comment.