{
    "type": "object",
    "properties": {
        "attributes": {
            "type": "object",
            "properties": {
                "content": {
                    "type": "string"
                },
                "createdAt": {
                    "type": "string"
                },
                "heading": {
                    "type": "string"
                },
                "primaryText": {
                    "type": "string"
                },
                "slug": {
                    "type": "string"
                },
                "updatedAt": {
                    "type": "string"
                }
            }
        },
        "id": {
            "type": "integer"
        }
    },
    "version": 1
}
