v1
latestOpenAPI 3.0.02026-07-2417611.8 MBAuthoring types
Retrieve the Json-Schema representation of the document.
Use the /types/{id}/schema end-point to get the Json-Schema of a content type document. Use the Json-Schema to validate content item documents that are created from this content type document.<br />User roles: admin, manager, editor, viewer
get/authoring/v1/types/{id}/schema
Path parameters
idstring required
Provide the ID of the content type document for which you need to get the Json-Schema.
Headers
If-None-Matchstring
Provide an Etag value from a previous request to check whether the content type document retrieved is the most recent version. If the content type document is the most recent version, the call returns a 304 (Not modified) message instead of sending the schema back.
Response
Successfully retrieved the Json-Schema of the content type document.