Skip to content

Commit

Permalink
Fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Oct 2, 2023
1 parent 3ad0f05 commit fb32038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/endpoints/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit fb32038

Please sign in to comment.