{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/basecamp/json-structure/documentcreaterequest-structure.json", "title": "DocumentCreateRequest", "type": "record", "members": [ { "name": "title", "type": "string", "description": "Document title" }, { "name": "content", "type": "string", "description": "Document body in HTML format" }, { "name": "status", "type": "string", "description": "Set to \"active\" to publish immediately" } ] }