{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "/widget/recent_posts.json",
    "description": "Recent posts widget configurations",
    "type": "object",
    "properties": {
        "type": {
            "type": "string",
            "const": "recent_posts"
        }
    },
    "required": [
        "type"
    ]
}