From 71c63aaca897c1a4e19a510f3996b00c56684720 Mon Sep 17 00:00:00 2001 From: Fidel Coria <1coriaf@gmail.com> Date: Thu, 5 Oct 2023 11:53:22 -0500 Subject: [PATCH] update json schema link (#6717) --- api/references/contribution-points.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/references/contribution-points.md b/api/references/contribution-points.md index b0e735cbbe..3207aedccf 100644 --- a/api/references/contribution-points.md +++ b/api/references/contribution-points.md @@ -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** @@ -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**