{
    "type": "object",
    "properties": {
        "title": {
            "type": "string"
        },
        "seo_title": {
            "type": "string",
            "nullable": true
        },
        "social_title": {
            "type": "string",
            "nullable": true
        },
        "abstract": {
            "type": "string",
            "nullable": true
        },
        "short_abstract": {
            "type": "string",
            "nullable": true
        },
        "sponsor_content": {
            "type": "boolean",
            "default": false
        },
        "sponsor_content_label": {
            "type": "string",
            "nullable": true
        },
        "keywords": {
            "type": "array",
            "items": {
                "type": "string"
            }
        }
    },
    "required": [
        "title"
    ]
}
