{ "type": "object", "properties": { "id": { "type": "integer" }, "title": { "type": "string" }, "body": { "type": "string" }, "published": { "type": "boolean" } }, "required": ["id", "title", "body", "published"] }