{
    "type": "object",
    "properties": {
        "_links": {
            "type": "object",
            "properties": {
                "about": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "author": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "embeddable": {
                                "type": "boolean"
                            },
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "collection": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "curies": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            },
                            "name": {
                                "type": "string"
                            },
                            "templated": {
                                "type": "boolean"
                            }
                        }
                    }
                },
                "predecessor-version": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            },
                            "id": {
                                "type": "integer"
                            }
                        }
                    }
                },
                "replies": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "embeddable": {
                                "type": "boolean"
                            },
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "self": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            },
                            "targetHints": {
                                "type": "object",
                                "properties": {
                                    "allow": {
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            }
                        }
                    }
                },
                "version-history": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "count": {
                                "type": "integer"
                            },
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "wp:action-assign-author": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "wp:action-assign-categories": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "wp:action-assign-tags": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "wp:action-create-categories": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "wp:action-create-tags": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "wp:action-publish": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "wp:action-sticky": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "wp:action-unfiltered-html": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "wp:attachment": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "href": {
                                "type": "string"
                            }
                        }
                    }
                },
                "wp:term": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "embeddable": {
                                "type": "boolean"
                            },
                            "href": {
                                "type": "string"
                            },
                            "taxonomy": {
                                "type": "string"
                            }
                        }
                    }
                }
            }
        },
        "author": {
            "type": "integer"
        },
        "categories": {
            "type": "array",
            "items": {
                "type": "integer"
            }
        },
        "comment_status": {
            "type": "string"
        },
        "content": {
            "type": "object",
            "properties": {
                "block_version": {
                    "type": "integer"
                },
                "protected": {
                    "type": "boolean"
                },
                "raw": {
                    "type": "string"
                },
                "rendered": {
                    "type": "string"
                }
            }
        },
        "date": {
            "type": "string"
        },
        "date_gmt": {
            "type": "string"
        },
        "excerpt": {
            "type": "object",
            "properties": {
                "protected": {
                    "type": "boolean"
                },
                "raw": {
                    "type": "string"
                },
                "rendered": {
                    "type": "string"
                }
            }
        },
        "featured_media": {
            "type": "integer"
        },
        "format": {
            "type": "string"
        },
        "generated_slug": {
            "type": "string"
        },
        "guid": {
            "type": "object",
            "properties": {
                "raw": {
                    "type": "string"
                },
                "rendered": {
                    "type": "string"
                }
            }
        },
        "id": {
            "type": "integer"
        },
        "link": {
            "type": "string"
        },
        "meta": {
            "type": "object",
            "properties": {
                "footnotes": {
                    "type": "string"
                }
            }
        },
        "modified": {
            "type": "string"
        },
        "modified_gmt": {
            "type": "string"
        },
        "password": {
            "type": "string"
        },
        "permalink_template": {
            "type": "string"
        },
        "ping_status": {
            "type": "string"
        },
        "slug": {
            "type": "string"
        },
        "status": {
            "type": "string"
        },
        "sticky": {
            "type": "boolean"
        },
        "tags": {
            "type": "array",
            "items": {
                "type": "integer"
            }
        },
        "template": {
            "type": "string"
        },
        "title": {
            "type": "object",
            "properties": {
                "raw": {
                    "type": "string"
                },
                "rendered": {
                    "type": "string"
                }
            }
        },
        "type": {
            "type": "string"
        }
    },
    "version": 1
}
