{
    "allOf": [
        {
            "$ref": "#/components/schemas/BaseArticle"
        },
        {
            "type": "object",
            "properties": {
                "alt_bodies": {
                    "$ref": "#/components/schemas/AltBodies"
                }
            }
        }
    ]
}
