From fb320381f8cba9173243bdacf0c074caa889b037 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 2 Oct 2023 17:23:33 +0200 Subject: [PATCH] Fix redirect --- docs/source/endpoints/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/endpoints/types.md b/docs/source/endpoints/types.md index d2ea10eada..e12f66b75b 100644 --- a/docs/source/endpoints/types.md +++ b/docs/source/endpoints/types.md @@ -107,7 +107,7 @@ To get the schema of a content type, access the `/@types` endpoint with the name :language: http ``` -The content type schema uses the [JSON Schema](http://json-schema.org/) format. +The content type schema uses the [JSON Schema](https://json-schema.org/) format. The tagged values for the widgets are also exposed in the `properties` attribute of the schema. For `Choice` fields, their vocabulary or source will be linked to in a `vocabulary` or `querysource` property (one or the other, never both):