{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ContentTemplateBody", "title": "ContentTemplateBody", "type": "object", "properties": { "view": { "$ref": "#/components/schemas/ContentBody" }, "export_view": { "$ref": "#/components/schemas/ContentBody" }, "styled_view": { "$ref": "#/components/schemas/ContentBody" }, "storage": { "$ref": "#/components/schemas/ContentBody" }, "editor": { "$ref": "#/components/schemas/ContentBody" }, "editor2": { "$ref": "#/components/schemas/ContentBody" }, "wiki": { "$ref": "#/components/schemas/ContentBody" }, "atlas_doc_format": { "$ref": "#/components/schemas/ContentBody" }, "anonymous_export_view": { "$ref": "#/components/schemas/ContentBody" } }, "description": "The body of the new content. Does not apply to attachments.\nOnly one body format should be specified as the property for\nthis object, e.g. `storage`.\n\nNote, `editor2` format is used by Atlassian only. `anonymous_export_view` is\nthe same as `export_view` format but only content viewable by an anonymous\nuser is included." }