{
    "name": "Pacific Community Ventures",
    "description": "",
    "url": "http:\/\/www.pacificcommunityventures.org",
    "home": "https:\/\/www.pacificcommunityventures.org\/vi",
    "gmt_offset": -7,
    "timezone_string": "America\/Los_Angeles",
    "page_for_posts": 0,
    "page_on_front": 42,
    "show_on_front": "page",
    "namespaces": [
        "oembed\/1.0",
        "wpe\/cache-plugin\/v1",
        "wpe_sign_on_plugin\/v1",
        "fl-assistant\/v1",
        "fl-controls\/v1",
        "quiz\/v1",
        "map\/v1",
        "rankmath\/v1",
        "rankmath\/v1\/setupWizard",
        "ngg\/v1",
        "imagely\/v1",
        "wp-mail-smtp\/v1",
        "rankmath\/v1\/ca",
        "rankmath\/v1\/an",
        "rankmath\/v1\/in",
        "rankmath\/v1\/status",
        "google-site-kit\/v1",
        "bsf-core\/v1",
        "nps-survey\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1",
        "wp-abilities\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/www.pacificcommunityventures.org\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/"
                    }
                ]
            }
        },
        "\/batch\/v1": {
            "namespace": "",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/batch\/v1"
                    }
                ]
            }
        },
        "\/oembed\/1.0": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "oembed\/1.0",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "URL c\u1ee7a t\u00e0i nguy\u00ean c\u1ea7n l\u1ea5y d\u1eef li\u1ec7u oEmbed.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "URL c\u1ee7a t\u00e0i nguy\u00ean c\u1ea7n l\u1ea5y d\u1eef li\u1ec7u oEmbed.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "\u0110\u1ecbnh d\u1ea1ng oEmbed c\u1ea7n s\u1eed d\u1ee5ng.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "Chi\u1ec1u r\u1ed9ng t\u1ed1i \u0111a c\u1ee7a khung nh\u00fang t\u00ednh b\u1eb1ng \u0111\u01a1n v\u1ecb pixels.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "Chi\u1ec1u cao t\u1ed1i \u0111a c\u1ee7a khung nh\u00fang t\u00ednh b\u1eb1ng \u0111\u01a1n v\u1ecb pixels.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "C\u00f3 n\u00ean th\u1ef1c hi\u1ec7n y\u00eau c\u1ea7u kh\u00e1m ph\u00e1 oEmbed cho c\u00e1c nh\u00e0 cung c\u1ea5p ch\u01b0a \u0111\u01b0\u1ee3c c\u1ea5p ph\u00e9p hay kh\u00f4ng.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/wpe\/cache-plugin\/v1": {
            "namespace": "wpe\/cache-plugin\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpe\/cache-plugin\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wpe\/cache-plugin\/v1"
                    }
                ]
            }
        },
        "\/wpe\/cache-plugin\/v1\/clear_all_caches": {
            "namespace": "wpe\/cache-plugin\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wpe\/cache-plugin\/v1\/clear_all_caches"
                    }
                ]
            }
        },
        "\/wpe\/cache-plugin\/v1\/rate_limit_status": {
            "namespace": "wpe\/cache-plugin\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wpe\/cache-plugin\/v1\/rate_limit_status"
                    }
                ]
            }
        },
        "\/wpe_sign_on_plugin\/v1": {
            "namespace": "wpe_sign_on_plugin\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpe_sign_on_plugin\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wpe_sign_on_plugin\/v1"
                    }
                ]
            }
        },
        "\/wpe_sign_on_plugin\/v1\/login": {
            "namespace": "wpe_sign_on_plugin\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wpe_sign_on_plugin\/v1\/login"
                    }
                ]
            }
        },
        "\/wpe_sign_on_plugin\/v1\/is_user_logged_in": {
            "namespace": "wpe_sign_on_plugin\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wpe_sign_on_plugin\/v1\/is_user_logged_in"
                    }
                ]
            }
        },
        "\/wpe_sign_on_plugin\/v1\/has_logged": {
            "namespace": "wpe_sign_on_plugin\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wpe_sign_on_plugin\/v1\/has_logged"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "fl-assistant\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/current-user\/state": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "state": {
                            "type": "json",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/current-user\/state"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/attachments": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/attachments"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/attachments\/upload": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/attachments\/upload"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/attachments\/count": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/attachments\/count"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/attachments\/(?P<id>\\d+)": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        },
                        "action": {
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/attachments\/restore\/(?P<id>\\d+)": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/comments": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/comments"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/comments\/count": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/comments\/count"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/comments\/(?P<id>\\d+)": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        },
                        "action": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/counts": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/counts"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/labels": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/labels"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/labels\/count": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/labels\/count"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/notations\/delete-where-meta": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/notations\/delete-where-meta"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/notifications\/count": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/notifications\/count"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/posts": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/posts"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/posts\/hierarchical": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/posts\/hierarchical"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/posts\/count": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/posts\/count"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/posts\/(?P<id>\\d+)": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        },
                        "action": {
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/posts\/(?P<id>\\d+)\/clone": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/posts\/(?P<id>\\d+)\/export": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/fl-assistant\/v1\/terms": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/terms"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/terms\/hierarchical": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/terms\/hierarchical"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/terms\/get_parent_terms": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/terms\/get_parent_terms"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/terms\/count": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/terms\/count"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/terms\/(?P<id>\\d+)": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        },
                        "action": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/updates": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/updates"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/updates\/count": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/updates\/count"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/users": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/users"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/users\/(?P<id>\\d+)": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/users\/count": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/users\/count"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/search": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/search"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/library-items\/import\/svg": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/library-items\/import\/svg"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/library-items\/import\/image": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/library-items\/import\/image"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/images\/(?P<id>\\d+)\/library\/(?P<library_id>\\d+)": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        },
                        "library_id": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/posts\/preview_library_post": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/posts\/preview_library_post"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/posts\/(?P<id>\\d+)\/library\/(?P<library_id>\\d+)": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        },
                        "library_id": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/posts\/(?P<id>\\d+)\/sync_to_library\/(?P<item_id>\\d+)": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        },
                        "item_id": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/posts\/import_from_library": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/posts\/import_from_library"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/posts\/import_post_thumb_from_library\/(?P<post_id>\\d+)": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_id": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/posts\/import_post_media_from_library\/(?P<post_id>\\d+)": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_id": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/posts\/(?P<id>\\d+)\/sync_from_library": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fl-assistant\/v1\/library-items\/import\/code": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/library-items\/import\/code"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/library-items\/import\/document": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/library-items\/import\/document"
                    }
                ]
            }
        },
        "\/fl-assistant\/v1\/batch": {
            "namespace": "fl-assistant\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-assistant\/v1\/batch"
                    }
                ]
            }
        },
        "\/fl-controls\/v1": {
            "namespace": "fl-controls\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "fl-controls\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-controls\/v1"
                    }
                ]
            }
        },
        "\/fl-controls\/v1\/state": {
            "namespace": "fl-controls\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-controls\/v1\/state"
                    }
                ]
            }
        },
        "\/fl-controls\/v1\/color_presets": {
            "namespace": "fl-controls\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-controls\/v1\/color_presets"
                    }
                ]
            }
        },
        "\/fl-controls\/v1\/background_presets": {
            "namespace": "fl-controls\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-controls\/v1\/background_presets"
                    }
                ]
            }
        },
        "\/fl-controls\/v1\/attachment_sizes": {
            "namespace": "fl-controls\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/fl-controls\/v1\/attachment_sizes"
                    }
                ]
            }
        },
        "\/quiz\/v1": {
            "namespace": "quiz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "quiz\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/quiz\/v1"
                    }
                ]
            }
        },
        "\/quiz\/v1\/(?P<id>\\d+)": {
            "namespace": "quiz\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/quiz\/v1\/(?P<id>\\d+)\/submit": {
            "namespace": "quiz\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        },
                        "answers": {
                            "required": true
                        },
                        "survey": {
                            "required": false
                        },
                        "jwt": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/map\/v1": {
            "namespace": "map\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "map\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/map\/v1"
                    }
                ]
            }
        },
        "\/map\/v1\/business-data": {
            "namespace": "map\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/map\/v1\/business-data"
                    }
                ]
            }
        },
        "\/rankmath\/v1": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/saveModule": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "module": {
                            "type": "string",
                            "description": "Module slug",
                            "required": true
                        },
                        "state": {
                            "type": "string",
                            "description": "Module state either on or off",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/saveModule"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/toolsAction": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "action": {
                            "type": "string",
                            "description": "Action to perform",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/toolsAction"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMode": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "mode": {
                            "type": "string",
                            "description": "Mode to set",
                            "enum": [
                                "easy",
                                "advanced",
                                "custom"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/updateMode"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/dashboardWidget": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/dashboardWidget"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSeoScore": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "postScores": {
                            "type": "object",
                            "description": "Post scores",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/updateSeoScore"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSettings": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/updateSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/searchPage": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/searchPage"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/disconnectSite": {
            "namespace": "rankmath\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "token": {
                            "type": "string",
                            "description": "Site token",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/disconnectSite"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/getFeaturedImageId": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "postId": {
                            "type": "integer",
                            "description": "Post ID",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/getFeaturedImageId"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateRedirection": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectID": {
                            "type": "integer",
                            "description": "Object unique id",
                            "required": true
                        },
                        "objectType": {
                            "type": "string",
                            "default": "post",
                            "description": "Object Type i.e. post, term, user",
                            "required": true
                        },
                        "hasRedirect": {
                            "type": "boolean",
                            "description": "Whether the object has a redirect or not",
                            "required": true
                        },
                        "redirectionID": {
                            "type": "string",
                            "description": "Redirection ID",
                            "required": false
                        },
                        "redirectionUrl": {
                            "type": "string",
                            "description": "Redirection URL",
                            "required": false
                        },
                        "redirectionType": {
                            "type": "string",
                            "default": "301",
                            "description": "Redirection Type",
                            "enum": [
                                "301",
                                "302",
                                "307",
                                "410",
                                "451"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/updateRedirection"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMeta": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "Object Type i.e. post, term, user",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "Object unique id",
                            "required": true
                        },
                        "meta": {
                            "description": "Meta to add or update data.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/updateMeta"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateSchemas": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "objectType": {
                            "type": "string",
                            "description": "Object Type i.e. post, term, user",
                            "required": true
                        },
                        "objectID": {
                            "type": "integer",
                            "description": "Object unique id",
                            "required": true
                        },
                        "schemas": {
                            "description": "schemas to add or update data.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/updateSchemas"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/updateMetaBulk": {
            "namespace": "rankmath\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "rows": {
                            "description": "Selected posts to update the data for.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/updateMetaBulk"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/setupWizard",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/setupWizard"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/getStepData": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "description": "Current Step",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/setupWizard\/getStepData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/updateStepData": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "description": "Current Step",
                            "required": true
                        },
                        "value": {
                            "type": "object",
                            "description": "Current Step Data",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/setupWizard\/updateStepData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/setupWizard\/updateTrackingOptin": {
            "namespace": "rankmath\/v1\/setupWizard",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "enable_tracking": {
                            "type": "string",
                            "description": "Enable Tracking",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/setupWizard\/updateTrackingOptin"
                    }
                ]
            }
        },
        "\/ngg\/v1": {
            "namespace": "ngg\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "ngg\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/ngg\/v1"
                    }
                ]
            }
        },
        "\/ngg\/v1\/admin\/block\/image\/(?P<image_id>.*)": {
            "namespace": "ngg\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "image_id": {
                            "description": "Image ID",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/ngg\/v1\/admin\/attach_to_post\/galleries": {
            "namespace": "ngg\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/ngg\/v1\/admin\/attach_to_post\/galleries"
                    }
                ]
            }
        },
        "\/ngg\/v1\/admin\/attach_to_post\/albums": {
            "namespace": "ngg\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/ngg\/v1\/admin\/attach_to_post\/albums"
                    }
                ]
            }
        },
        "\/ngg\/v1\/admin\/attach_to_post\/tags": {
            "namespace": "ngg\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/ngg\/v1\/admin\/attach_to_post\/tags"
                    }
                ]
            }
        },
        "\/ngg\/v1\/admin\/attach_to_post\/images": {
            "namespace": "ngg\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/ngg\/v1\/admin\/attach_to_post\/images"
                    }
                ]
            }
        },
        "\/imagely\/v1": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "imagely\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1"
                    }
                ]
            }
        },
        "\/imagely\/v1\/roles-capabilities": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/roles-capabilities"
                    }
                ]
            }
        },
        "\/imagely\/v1\/addons": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/addons"
                    }
                ]
            }
        },
        "\/imagely\/v1\/addons\/(?P<addon_id>[a-z_-]+)\/status": {
            "namespace": "imagely\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "addon_id": {
                            "type": "string",
                            "description": "The feature identifier",
                            "required": true
                        },
                        "enabled": {
                            "type": "boolean",
                            "description": "Whether the feature should be enabled",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/galleries": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "orderby": {
                            "type": "string",
                            "enum": [
                                "gid",
                                "title",
                                "author",
                                "is_ecommerce_enabled",
                                "is_private",
                                "date_created",
                                "date_modified"
                            ],
                            "default": "gid",
                            "required": false
                        },
                        "order": {
                            "type": "string",
                            "enum": [
                                "ASC",
                                "DESC"
                            ],
                            "default": "ASC",
                            "required": false
                        },
                        "per_page": {
                            "type": "integer",
                            "default": 25,
                            "required": false
                        },
                        "page": {
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "ecommerce_filter": {
                            "type": "string",
                            "enum": [
                                "enabled",
                                "disabled"
                            ],
                            "required": false
                        },
                        "is_private_filter": {
                            "type": "integer",
                            "enum": [
                                0,
                                1
                            ],
                            "required": false
                        },
                        "search": {
                            "type": "string",
                            "description": "Search galleries by title",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "required": true
                        },
                        "galdesc": {
                            "type": "string",
                            "required": false
                        },
                        "path": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/galleries"
                    }
                ]
            }
        },
        "\/imagely\/v1\/galleries\/(?P<id>\\d+)": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "name": {
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "type": "string",
                            "required": false
                        },
                        "path": {
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "type": "integer",
                            "required": false
                        },
                        "previewpic": {
                            "type": "integer",
                            "required": false
                        },
                        "pageid": {
                            "type": "integer",
                            "required": false
                        },
                        "galdesc": {
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "type": "string",
                            "required": false
                        },
                        "extras_post_id": {
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "type": "integer",
                            "required": false
                        },
                        "pricelist_id": {
                            "type": "integer",
                            "required": false
                        },
                        "display_type": {
                            "type": "string",
                            "required": false
                        },
                        "display_type_settings": {
                            "type": "object",
                            "required": false
                        },
                        "external_source": {
                            "type": "object",
                            "required": false
                        },
                        "is_private": {
                            "type": "integer",
                            "enum": [
                                0,
                                1
                            ],
                            "required": false
                        },
                        "is_ecommerce_enabled": {
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/galleries\/batch": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ids": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/galleries\/batch"
                    }
                ]
            }
        },
        "\/imagely\/v1\/galleries\/(?P<id>\\d+)\/scan-folder": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/albums": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "orderby": {
                            "type": "string",
                            "enum": [
                                "id",
                                "name",
                                "date_created",
                                "date_modified",
                                "slug",
                                "previewpic"
                            ],
                            "default": "id",
                            "required": false
                        },
                        "order": {
                            "type": "string",
                            "enum": [
                                "ASC",
                                "DESC"
                            ],
                            "default": "ASC",
                            "required": false
                        },
                        "per_page": {
                            "type": "integer",
                            "default": 25,
                            "required": false
                        },
                        "page": {
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "search": {
                            "type": "string",
                            "description": "Search albums by name",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "required": true
                        },
                        "description": {
                            "type": "string",
                            "required": false
                        },
                        "preview_image_id": {
                            "type": "integer",
                            "required": false
                        },
                        "pageid": {
                            "type": "integer",
                            "required": false
                        },
                        "display_type": {
                            "type": "string",
                            "required": false
                        },
                        "display_type_settings": {
                            "type": "object",
                            "required": false
                        },
                        "sortorder": {
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/albums"
                    }
                ]
            }
        },
        "\/imagely\/v1\/albums\/(?P<id>\\d+)": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "name": {
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "required": false
                        },
                        "preview_image_id": {
                            "type": "integer",
                            "required": false
                        },
                        "pageid": {
                            "type": "integer",
                            "required": false
                        },
                        "sortorder": {
                            "type": "array",
                            "required": false
                        },
                        "display_type": {
                            "type": "string",
                            "required": false
                        },
                        "display_type_settings": {
                            "type": "object",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/images": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "gallery_id": {
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "type": "integer",
                            "default": 100,
                            "required": false
                        },
                        "page": {
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "orderby": {
                            "type": "string",
                            "enum": [
                                "sortorder",
                                "pid",
                                "filename",
                                "imagedate"
                            ],
                            "default": "sortorder",
                            "required": false
                        },
                        "order": {
                            "type": "string",
                            "enum": [
                                "ASC",
                                "DESC"
                            ],
                            "default": "ASC",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/images"
                    }
                ]
            }
        },
        "\/imagely\/v1\/images\/(?P<id>\\d+)": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "alttext": {
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "type": "boolean",
                            "required": false
                        },
                        "image_slug": {
                            "type": "string",
                            "required": false
                        },
                        "sortorder": {
                            "type": "integer",
                            "required": false
                        },
                        "tags": {
                            "type": "string",
                            "required": false
                        },
                        "pricelist_id": {
                            "type": "integer",
                            "description": "Pricelist ID for ecommerce functionality",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/images\/bulk": {
            "namespace": "imagely\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "images": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "required": true,
                                        "type": "integer"
                                    },
                                    "alttext": {
                                        "type": "string"
                                    },
                                    "description": {
                                        "type": "string"
                                    },
                                    "exclude": {
                                        "type": "boolean"
                                    },
                                    "image_slug": {
                                        "type": "string"
                                    },
                                    "sortorder": {
                                        "type": "integer"
                                    },
                                    "tags": {
                                        "type": "string"
                                    },
                                    "pricelist_id": {
                                        "type": "integer",
                                        "description": "Pricelist ID for ecommerce functionality"
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/images\/bulk"
                    }
                ]
            }
        },
        "\/imagely\/v1\/images\/import-media-library": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "gallery_id": {
                            "type": "integer",
                            "required": false
                        },
                        "gallery_name": {
                            "type": "string",
                            "required": false
                        },
                        "attachment_ids": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/images\/import-media-library"
                    }
                ]
            }
        },
        "\/imagely\/v1\/images\/upload": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "gallery_id": {
                            "type": "integer",
                            "required": false
                        },
                        "gallery_name": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/images\/upload"
                    }
                ]
            }
        },
        "\/imagely\/v1\/folders\/browse": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "dir": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/folders\/browse"
                    }
                ]
            }
        },
        "\/imagely\/v1\/folders\/import": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "folder": {
                            "type": "string",
                            "required": true
                        },
                        "keep_location": {
                            "type": "boolean",
                            "required": false
                        },
                        "gallery_title": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/folders\/import"
                    }
                ]
            }
        },
        "\/imagely\/v1\/images\/(?P<id>\\d+)\/crop-thumbnail": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "x": {
                            "type": "number",
                            "required": true
                        },
                        "y": {
                            "type": "number",
                            "required": true
                        },
                        "w": {
                            "type": "number",
                            "required": true
                        },
                        "h": {
                            "type": "number",
                            "required": true
                        },
                        "rr": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/images\/(?P<id>\\d+)\/rotate": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "rotation": {
                            "type": "string",
                            "enum": [
                                "cw",
                                "ccw",
                                "fv",
                                "fh"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/images\/(?P<id>\\d+)\/create-thumbnail": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "width": {
                            "type": "integer",
                            "minimum": 1,
                            "description": "Custom width for thumbnail (optional)",
                            "required": false
                        },
                        "height": {
                            "type": "integer",
                            "minimum": 1,
                            "description": "Custom height for thumbnail (optional)",
                            "required": false
                        },
                        "fix_dimension": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to ignore aspect ratio (true) or maintain it (false)",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/images\/(?P<id>\\d+)\/resize": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/images\/(?P<id>\\d+)\/set-watermark": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/images\/(?P<id>\\d+)\/recover": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/images\/(?P<id>\\d+)\/import-metadata": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/images\/(?P<id>\\d+)\/strip-orientation": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/images\/bulk-resize": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "image_ids": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "description": "Array of image IDs to resize",
                            "required": true
                        },
                        "width": {
                            "type": "integer",
                            "minimum": 1,
                            "description": "New width for images (optional, will use global setting if not provided)",
                            "required": false
                        },
                        "height": {
                            "type": "integer",
                            "minimum": 1,
                            "description": "New height for images (optional, will use global setting if not provided)",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/images\/bulk-resize"
                    }
                ]
            }
        },
        "\/imagely\/v1\/images\/bulk-import-metadata": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "image_ids": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "description": "Array of image IDs to import metadata for",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/images\/bulk-import-metadata"
                    }
                ]
            }
        },
        "\/imagely\/v1\/images\/bulk-copy": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "image_ids": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "description": "Array of image IDs to copy",
                            "required": true
                        },
                        "destination_gallery_id": {
                            "type": "integer",
                            "minimum": 1,
                            "description": "ID of the destination gallery",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/images\/bulk-copy"
                    }
                ]
            }
        },
        "\/imagely\/v1\/images\/bulk-move": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "image_ids": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "description": "Array of image IDs to move",
                            "required": true
                        },
                        "destination_gallery_id": {
                            "type": "integer",
                            "minimum": 1,
                            "description": "ID of the destination gallery",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/images\/bulk-move"
                    }
                ]
            }
        },
        "\/imagely\/v1\/images\/(?P<id>\\d+)\/crop": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        },
                        "x": {
                            "type": "number",
                            "required": true
                        },
                        "y": {
                            "type": "number",
                            "required": true
                        },
                        "w": {
                            "type": "number",
                            "required": true
                        },
                        "h": {
                            "type": "number",
                            "required": true
                        },
                        "rr": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/images\/bulk-add-tags": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "image_ids": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "description": "Array of image IDs to add tags to",
                            "required": true
                        },
                        "tags": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "description": "Array of tag names to add to images",
                            "required": true
                        },
                        "append": {
                            "type": "boolean",
                            "default": true,
                            "description": "Whether to append tags (true) or replace existing tags (false)",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/images\/bulk-add-tags"
                    }
                ]
            }
        },
        "\/imagely\/v1\/images\/bulk-remove-tags": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "image_ids": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "description": "Array of image IDs to remove all tags from",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/images\/bulk-remove-tags"
                    }
                ]
            }
        },
        "\/imagely\/v1\/display-types": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/display-types"
                    }
                ]
            }
        },
        "\/imagely\/v1\/display-types\/(?P<name>[a-zA-Z0-9-_]+)": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "pattern": "\/^[a-zA-Z0-9-_]+$\/",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "pattern": "\/^[a-zA-Z0-9-_]+$\/",
                            "required": true
                        },
                        "settings": {
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/display-types\/(?P<name>[a-zA-Z0-9-_]+)\/reset": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "pattern": "\/^[a-zA-Z0-9-_]+$\/",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/settings": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/settings"
                    }
                ]
            }
        },
        "\/imagely\/v1\/settings\/global": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/settings\/global"
                    }
                ]
            }
        },
        "\/imagely\/v1\/settings\/watermark-preview": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "watermark_options": {
                            "type": "object",
                            "description": "Watermark configuration options",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/settings\/watermark-preview"
                    }
                ]
            }
        },
        "\/imagely\/v1\/settings\/reset": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "confirm": {
                            "type": "boolean",
                            "description": "Confirmation flag to prevent accidental resets",
                            "required": true
                        },
                        "settings_type": {
                            "type": "string",
                            "default": "all",
                            "description": "Type of settings to reset: all, non_ecommerce, or ecommerce",
                            "enum": [
                                "all",
                                "non_ecommerce",
                                "ecommerce"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/settings\/reset"
                    }
                ]
            }
        },
        "\/imagely\/v1\/cache\/clear": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/cache\/clear"
                    }
                ]
            }
        },
        "\/imagely\/v1\/thumbnails\/regenerate": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/thumbnails\/regenerate"
                    }
                ]
            }
        },
        "\/imagely\/v1\/system-info": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/system-info"
                    }
                ]
            }
        },
        "\/imagely\/v1\/tags": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "required": true
                        },
                        "description": {
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/tags"
                    }
                ]
            }
        },
        "\/imagely\/v1\/tags\/(?P<identifier>[\\w-]+)": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "identifier": {
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "identifier": {
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "identifier": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/imagely\/v1\/notifications": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/notifications"
                    }
                ]
            }
        },
        "\/imagely\/v1\/notifications\/dismiss": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/notifications\/dismiss"
                    }
                ]
            }
        },
        "\/imagely\/v1\/plugins\/status": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/plugins\/status"
                    }
                ]
            }
        },
        "\/imagely\/v1\/plugins\/install": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "download_url": {
                            "required": true
                        },
                        "basename": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/plugins\/install"
                    }
                ]
            }
        },
        "\/imagely\/v1\/plugins\/activate": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "basename": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/plugins\/activate"
                    }
                ]
            }
        },
        "\/imagely\/v1\/plugins\/deactivate": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "basename": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/plugins\/deactivate"
                    }
                ]
            }
        },
        "\/imagely\/v1\/license\/activate": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "license_key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/license\/activate"
                    }
                ]
            }
        },
        "\/imagely\/v1\/convert-gallery\/single": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_id": {
                            "type": "integer",
                            "required": false
                        },
                        "columns": {
                            "type": "integer",
                            "default": 3,
                            "required": false
                        },
                        "sizeSlug": {
                            "type": "string",
                            "default": "thumbnail",
                            "required": false
                        },
                        "linkTarget": {
                            "type": "string",
                            "required": false
                        },
                        "images": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "integer"
                                    },
                                    "url": {
                                        "type": "string"
                                    },
                                    "title": {
                                        "type": "string"
                                    },
                                    "alt": {
                                        "type": "string"
                                    }
                                }
                            },
                            "required": true
                        },
                        "blockContent": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/convert-gallery\/single"
                    }
                ]
            }
        },
        "\/imagely\/v1\/convert-gallery\/bulk-start": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "selected_posttype": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/convert-gallery\/bulk-start"
                    }
                ]
            }
        },
        "\/imagely\/v1\/convert-gallery\/bulk-process": {
            "namespace": "imagely\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/convert-gallery\/bulk-process"
                    }
                ]
            }
        },
        "\/imagely\/v1\/convert-gallery\/post-types": {
            "namespace": "imagely\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/imagely\/v1\/convert-gallery\/post-types"
                    }
                ]
            }
        },
        "\/wp-mail-smtp\/v1": {
            "namespace": "wp-mail-smtp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-mail-smtp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-mail-smtp\/v1"
                    }
                ]
            }
        },
        "\/wp-mail-smtp\/v1\/e\/(?P<data>.+)": {
            "namespace": "wp-mail-smtp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/rankmath\/v1\/ca": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/ca",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/ca"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/researchKeyword": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyword": {
                            "description": "The keyword to be researched.",
                            "type": "string",
                            "required": true
                        },
                        "country": {
                            "description": "The country for which the keyword should be researched.",
                            "type": "string",
                            "required": true
                        },
                        "objectID": {
                            "description": "The ID of the post initiating the keyword research request.",
                            "type": "integer",
                            "required": true
                        },
                        "force_update": {
                            "description": "If true, forces a fresh research request.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/ca\/researchKeyword"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/getCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/ca\/getCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/createPost": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "content": {
                            "description": "The content of the new post.",
                            "type": "string",
                            "required": true
                        },
                        "title": {
                            "description": "The title of the new post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/ca\/createPost"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/saveOutput": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "outputs": {
                            "description": "An array of AI-generated and existing outputs to be saved.",
                            "type": "array",
                            "required": true
                        },
                        "endpoint": {
                            "description": "The API endpoint for which the output was generated.",
                            "type": "string",
                            "required": true
                        },
                        "isChat": {
                            "description": "Indicates if the request was for the Chat endpoint.",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "The parameters used to generate the AI output.",
                            "type": "object",
                            "required": false
                        },
                        "credits": {
                            "description": "Credit usage details returned by the API.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/ca\/saveOutput"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/deleteOutput": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "isChat": {
                            "description": "Indicates if the request to delete the output was for the Chat endpoint.",
                            "type": "boolean",
                            "required": false
                        },
                        "index": {
                            "description": "The output index to delete, applicable only to the Chat endpoint.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/ca\/deleteOutput"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updateRecentPrompt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompt": {
                            "description": "The selected prompt to be updated in the recent prompts.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/ca\/updateRecentPrompt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updatePrompt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompt": {
                            "description": "The prompt data to be saved in the database.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/ca\/updatePrompt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/savePrompts": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "prompts": {
                            "description": "A list of prompts received from the API to be saved in the database.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/ca\/savePrompts"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/pingContentAI": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "plan": {
                            "description": "Content AI plan to update in the Database.",
                            "type": "string",
                            "required": true
                        },
                        "refreshDate": {
                            "description": "Content AI reset date to update in the Database",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/ca\/pingContentAI"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/generateAlt": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attachmentIds": {
                            "description": "List of attachment IDs for which to generate alt text.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/ca\/generateAlt"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/ca\/updateCredits": {
            "namespace": "rankmath\/v1\/ca",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "credits": {
                            "description": "Credit usage details returned by the API.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/ca\/updateCredits"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/an",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/an"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/dashboard": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/an\/dashboard"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsOverview": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/an\/keywordsOverview"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/an\/postsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/postsRowsByObjects": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/an\/postsRowsByObjects"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/post\/(?P<id>\\d+)": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Post ID.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/rankmath\/v1\/an\/keywordsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/an\/keywordsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/analyticsSummary": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "postType": {
                            "description": "Post Type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/an\/analyticsSummary"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/keywordsRows": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Page number.",
                            "type": "integer",
                            "required": false
                        },
                        "perPage": {
                            "description": "Results per page.",
                            "type": "integer",
                            "required": false
                        },
                        "orderBy": {
                            "description": "Order by.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Order.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "Search.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/an\/keywordsRows"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/userPreferences": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "preferences": {
                            "description": "User preferences.",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/an\/userPreferences"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/inspectionResults": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Page number.",
                            "type": "integer",
                            "required": false
                        },
                        "perPage": {
                            "description": "Results per page.",
                            "type": "integer",
                            "required": false
                        },
                        "orderBy": {
                            "description": "Order by.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Order.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "Search.",
                            "type": "string",
                            "required": false
                        },
                        "filter": {
                            "description": "Filter.",
                            "type": "string",
                            "required": false
                        },
                        "filterType": {
                            "description": "Filter type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/an\/inspectionResults"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/an\/removeFrontendStats": {
            "namespace": "rankmath\/v1\/an",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "toggleBar": {
                            "description": "Toggle bar.",
                            "type": "boolean",
                            "required": false
                        },
                        "hide": {
                            "description": "Hide.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/an\/removeFrontendStats"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/in",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/in"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/submitUrls": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "urls": {
                            "description": "The list of urls to submit to the Instant Indexing API.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/in\/submitUrls"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/getLog": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "filter": {
                            "description": "Filter log by type.",
                            "type": "string",
                            "enum": [
                                "all",
                                "manual",
                                "auto"
                            ],
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/in\/getLog"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/clearLog": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filter": {
                            "description": "Clear log by type.",
                            "type": "string",
                            "enum": [
                                "all",
                                "manual",
                                "auto"
                            ],
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/in\/clearLog"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/in\/resetKey": {
            "namespace": "rankmath\/v1\/in",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/in\/resetKey"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "rankmath\/v1\/status",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/status"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/getViewData": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/status\/getViewData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/updateViewData": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/status\/updateViewData"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/importSettings": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/status\/importSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/exportSettings": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/status\/exportSettings"
                    }
                ]
            }
        },
        "\/rankmath\/v1\/status\/runBackup": {
            "namespace": "rankmath\/v1\/status",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/rankmath\/v1\/status\/runBackup"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "google-site-kit\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/setup-tag": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/setup-tag"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/connection": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/connection"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/authentication": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/authentication"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/disconnect": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/disconnect"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/get-token": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/get-token"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/user-input-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "questions": {
                                        "purpose": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "postFrequency": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "goals": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "includeConversionEvents": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/user-input-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/audience-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "configuredAudiences": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "isAudienceSegmentationWidgetHidden": {
                                            "type": "boolean"
                                        },
                                        "didSetAudiences": {
                                            "type": "boolean"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/audience-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/conversion-reporting-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "newEventsCalloutDismissedAt": {
                                            "type": "integer"
                                        },
                                        "lostEventsCalloutDismissedAt": {
                                            "type": "integer"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/conversion-reporting-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/email-reporting-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "frequency": {
                                            "type": "string",
                                            "enum": [
                                                "weekly",
                                                "monthly",
                                                "quarterly"
                                            ]
                                        },
                                        "subscribed": {
                                            "type": "boolean"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/email-reporting-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/list": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/list"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/activation": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/activation"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/check-access": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/check-access"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "Settings to set.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/data-available": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/(?P<datapoint>[a-z\\-]+)": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "Module data point to address.",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Identifier for the module.",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "Module data point to address.",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "Data to set.",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/recover-modules": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/recover-modules"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "minProperties": 1,
                            "additionalProperties": false,
                            "properties": {
                                "slugs": {
                                    "type": "array",
                                    "required": true,
                                    "items": {
                                        "type": "string"
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-item": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-item"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/expirable-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/expirable-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/set-expirable-item-timers": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "array",
                            "description": "",
                            "default": null,
                            "items": {
                                "type": "object",
                                "additionalProperties": false,
                                "properties": {
                                    "slug": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "expiration": {
                                        "type": "integer",
                                        "required": true
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/set-expirable-item-timers"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/permissions": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/permissions"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/nonces": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/nonces"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-trigger": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "triggerID": {
                                    "type": "string",
                                    "required": true
                                },
                                "ttl": {
                                    "type": "integer",
                                    "minimum": 0
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-trigger"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-event": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "session": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "session_id": {
                                            "type": "string",
                                            "required": true
                                        },
                                        "session_token": {
                                            "type": "string",
                                            "required": true
                                        }
                                    }
                                },
                                "event": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "survey_shown": {
                                            "type": "object"
                                        },
                                        "survey_closed": {
                                            "type": "object"
                                        },
                                        "question_answered": {
                                            "type": "object"
                                        },
                                        "completion_shown": {
                                            "type": "object"
                                        },
                                        "follow_up_link_clicked": {
                                            "type": "object"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-event"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset-persistent": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset-persistent"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/developer-plugin": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/developer-plugin"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": true
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/tracking"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/search\/data\/entity-search": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "query": {
                            "type": "string",
                            "description": "Text content to search for.",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/search\/data\/entity-search"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": false
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/notifications"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/mark-notification": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/mark-notification"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/site-health-tag-placement-test": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/site-health-tag-placement-test"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/health-checks": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/health-checks"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/key-metrics": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "isWidgetHidden": {
                                            "type": "boolean",
                                            "required": true
                                        },
                                        "widgetSlugs": {
                                            "type": "array",
                                            "required": false,
                                            "maxItems": 8,
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/key-metrics"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-prompts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-prompts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-prompt": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-prompt"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-mode": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean"
                                        },
                                        "regions": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-mode"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-api-info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-api-info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-api-activate": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-api-activate"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/ads-measurement-status": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/ads-measurement-status"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/conversion-tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean",
                                            "required": true
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/conversion-tracking"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/email-reporting": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean",
                                            "required": true
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/email-reporting"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/email-reporting-eligible-subscribers": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "type": "integer",
                            "description": "",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "type": "integer",
                            "description": "",
                            "default": 20,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "type": "string",
                            "description": "",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/email-reporting-eligible-subscribers"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/email-reporting-errors": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/email-reporting-errors"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/email-reporting-invite-user": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "userID": {
                                    "type": "integer",
                                    "required": true,
                                    "minimum": 1
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/google-site-kit\/v1\/core\/site\/data\/email-reporting-invite-user"
                    }
                ]
            }
        },
        "\/bsf-core\/v1": {
            "namespace": "bsf-core\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "bsf-core\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/bsf-core\/v1"
                    }
                ]
            }
        },
        "\/bsf-core\/v1\/license\/activate": {
            "namespace": "bsf-core\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product-id": {
                            "type": "string",
                            "required": true
                        },
                        "license-key": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/bsf-core\/v1\/license\/activate"
                    }
                ]
            }
        },
        "\/nps-survey\/v1": {
            "namespace": "nps-survey\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "nps-survey\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/nps-survey\/v1"
                    }
                ]
            }
        },
        "\/nps-survey\/v1\/rating": {
            "namespace": "nps-survey\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/nps-survey\/v1\/rating"
                    }
                ]
            }
        },
        "\/nps-survey\/v1\/dismiss-nps-survey": {
            "namespace": "nps-survey\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/nps-survey\/v1\/dismiss-nps-survey"
                    }
                ]
            }
        },
        "\/wp\/v2": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 l\u00e0 c\u00e1c b\u00e0i vi\u1ebft c\u1ee7a c\u00e1c t\u00e1c gi\u1ea3 c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0110\u1ea3m b\u1ea3o r\u1eb1ng k\u1ebft qu\u1ea3 \u0111\u00e3 lo\u1ea1i b\u1ecf nh\u1eefng b\u00e0i vi\u1ebft c\u1ee7a c\u00e1c t\u00e1c gi\u1ea3 c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "email_sent",
                                    "email_failed",
                                    "email_scheduled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 d\u1ef1a tr\u00ean m\u1ed1i quan h\u1ec7 gi\u1eefa nhi\u1ec1u nguy\u00ean t\u1eafc ph\u00e2n lo\u1ea1i.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "C\u00f3 bao g\u1ed3m c\u00e1c thu\u1eadt ng\u1eef con trong c\u00e1c thu\u1eadt ng\u1eef gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 hay kh\u00f4ng.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "C\u00f3 bao g\u1ed3m c\u00e1c thu\u1eadt ng\u1eef con trong c\u00e1c thu\u1eadt ng\u1eef gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 hay kh\u00f4ng.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 g\u1ed3m nh\u1eefng b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c ghim.",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "C\u00f3 b\u1ecf qua b\u00e0i \u0111\u0103ng n\u1ed5i b\u1eadt hay kh\u00f4ng.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "Gi\u1edbi h\u1ea1n t\u1eadp k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u1ecbnh d\u1ea1ng nh\u1ea5t \u0111\u1ecbnh.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u0110\u1ecbnh d\u1ea1ng cho b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Li\u1ec7u b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c ghim n\u1ed5i b\u1eadt hay kh\u00f4ng.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Ghi \u0111\u00e8 \u0111\u1ed9 d\u00e0i \u0111o\u1ea1n tr\u00edch m\u1eb7c \u0111\u1ecbnh.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u0110\u1ecbnh d\u1ea1ng cho b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Li\u1ec7u b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c ghim n\u1ed5i b\u1eadt hay kh\u00f4ng.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u0110\u1ecbnh d\u1ea1ng cho b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Li\u1ec7u b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c ghim n\u1ed5i b\u1eadt hay kh\u00f4ng.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 l\u00e0 c\u00e1c b\u00e0i vi\u1ebft c\u1ee7a c\u00e1c t\u00e1c gi\u1ea3 c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0110\u1ea3m b\u1ea3o r\u1eb1ng k\u1ebft qu\u1ea3 \u0111\u00e3 lo\u1ea1i b\u1ecf nh\u1eefng b\u00e0i vi\u1ebft c\u1ee7a c\u00e1c t\u00e1c gi\u1ea3 c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho b\u00e0i vi\u1ebft c\u00f3 gi\u00e1 tr\u1ecb menu_order c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng b\u00e0i vi\u1ebft thu\u1ed9c v\u1ec1 nh\u1eefng ID cha c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 tr\u1eeb nh\u1eefng b\u00e0i vi\u1ebft kh\u00f4ng thu\u1ed9c v\u1ec1 m\u1ed9t ID cha c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "email_sent",
                                    "email_failed",
                                    "email_scheduled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Th\u1ee9 t\u1ef1 c\u1ee7a b\u00e0i vi\u1ebft t\u00ednh theo s\u1ef1 li\u00ean quan v\u1edbi c\u00e1c b\u00e0i vi\u1ebft kh\u00e1c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Ghi \u0111\u00e8 \u0111\u1ed9 d\u00e0i \u0111o\u1ea1n tr\u00edch m\u1eb7c \u0111\u1ecbnh.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Th\u1ee9 t\u1ef1 c\u1ee7a b\u00e0i vi\u1ebft t\u00ednh theo s\u1ef1 li\u00ean quan v\u1edbi c\u00e1c b\u00e0i vi\u1ebft kh\u00e1c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Th\u1ee9 t\u1ef1 c\u1ee7a b\u00e0i vi\u1ebft t\u00ednh theo s\u1ef1 li\u00ean quan v\u1edbi c\u00e1c b\u00e0i vi\u1ebft kh\u00e1c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 l\u00e0 c\u00e1c b\u00e0i vi\u1ebft c\u1ee7a c\u00e1c t\u00e1c gi\u1ea3 c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0110\u1ea3m b\u1ea3o r\u1eb1ng k\u1ebft qu\u1ea3 \u0111\u00e3 lo\u1ea1i b\u1ecf nh\u1eefng b\u00e0i vi\u1ebft c\u1ee7a c\u00e1c t\u00e1c gi\u1ea3 c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng b\u00e0i vi\u1ebft thu\u1ed9c v\u1ec1 nh\u1eefng ID cha c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 tr\u1eeb nh\u1eefng b\u00e0i vi\u1ebft kh\u00f4ng thu\u1ed9c v\u1ec1 m\u1ed9t ID cha c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Limit result set to attachments of a particular media type or media types.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "image",
                                    "audio",
                                    "video",
                                    "application",
                                    "text"
                                ]
                            },
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Limit result set to attachments of a particular MIME type or MIME types.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Ch\u1eef hi\u1ec7n th\u1ecb thay th\u1ebf khi t\u1ec7p tin \u0111\u00ednh k\u00e8m kh\u00f4ng th\u1ec3 hi\u1ec3n th\u1ecb.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Ch\u00fa th\u00edch c\u1ee7a t\u1ec7p tin \u0111\u00ednh k\u00e8m.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 cho t\u1ec7p tin \u0111\u00ednh k\u00e8m, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML cho t\u1ec7p tin \u0111\u00ednh k\u00e8m, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Mi\u00eau t\u1ea3 c\u1ee7a t\u1ec7p tin \u0111\u00ednh k\u00e8m.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 cho file \u0111\u00ednh k\u00e8m, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "M\u00f4 t\u1ea3 HTML cho file \u0111\u00ednh k\u00e8m, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "ID c\u1ee7a b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c \u0111\u01b0\u1ee3c \u0111\u00ednh v\u1edbi t\u1ec7p tin \u0111\u00ednh k\u00e8m.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/media"
                    }
                ]
            }
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "ID c\u1ee7a t\u00e1c gi\u1ea3 c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Li\u1ec7u trong b\u00e0i vi\u1ebft c\u00f3 m\u1edf hay kh\u00f4ng m\u1ee5c b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Li\u1ec7u b\u00e0i vi\u1ebft c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ping hay kh\u00f4ng.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Ch\u1eef hi\u1ec7n th\u1ecb thay th\u1ebf khi t\u1ec7p tin \u0111\u00ednh k\u00e8m kh\u00f4ng th\u1ec3 hi\u1ec3n th\u1ecb.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Ch\u00fa th\u00edch c\u1ee7a t\u1ec7p tin \u0111\u00ednh k\u00e8m.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 cho t\u1ec7p tin \u0111\u00ednh k\u00e8m, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML cho t\u1ec7p tin \u0111\u00ednh k\u00e8m, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Mi\u00eau t\u1ea3 c\u1ee7a t\u1ec7p tin \u0111\u00ednh k\u00e8m.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 cho file \u0111\u00ednh k\u00e8m, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "M\u00f4 t\u1ea3 HTML cho file \u0111\u00ednh k\u00e8m, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "ID c\u1ee7a b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c \u0111\u01b0\u1ee3c \u0111\u00ednh v\u1edbi t\u1ec7p tin \u0111\u00ednh k\u00e8m.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "ID \u0111\u1ecbnh danh duy nh\u1ea5t c\u1ee7a file \u0111\u00ednh k\u00e8m.",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "URL t\u1edbi file \u1ea3nh \u0111\u00e3 s\u1eeda.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "M\u1ea3ng ch\u1ec9nh s\u1eeda h\u00ecnh \u1ea3nh.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "Ch\u1ec9nh s\u1eeda h\u00ecnh \u1ea3nh.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "Flip",
                                        "properties": {
                                            "type": {
                                                "description": "Flip type.",
                                                "type": "string",
                                                "enum": [
                                                    "flip"
                                                ]
                                            },
                                            "args": {
                                                "description": "Flip arguments.",
                                                "type": "object",
                                                "required": [
                                                    "flip"
                                                ],
                                                "properties": {
                                                    "flip": {
                                                        "description": "Flip direction.",
                                                        "type": "object",
                                                        "required": [
                                                            "horizontal",
                                                            "vertical"
                                                        ],
                                                        "properties": {
                                                            "horizontal": {
                                                                "description": "Whether to flip in the horizontal direction.",
                                                                "type": "boolean"
                                                            },
                                                            "vertical": {
                                                                "description": "Whether to flip in the vertical direction.",
                                                                "type": "boolean"
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Xoay",
                                        "properties": {
                                            "type": {
                                                "description": "Ki\u1ec3u xoay.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "Tham s\u1ed1 xoay v\u00f2ng.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "G\u00f3c xoay theo chi\u1ec1u kim \u0111\u1ed3ng h\u1ed3 theo \u0111\u1ed9.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "C\u1eaft \u1ea3nh",
                                        "properties": {
                                            "type": {
                                                "description": "Ki\u1ec3u c\u1eaft.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "Tham s\u1ed1 c\u1eaft.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "V\u1ecb tr\u00ed n\u1eb1m ngang t\u1eeb b\u00ean tr\u00e1i \u0111\u1ec3 b\u1eaft \u0111\u1ea7u c\u1eaft theo t\u1ef7 l\u1ec7 ph\u1ea7n tr\u0103m c\u1ee7a chi\u1ec1u r\u1ed9ng h\u00ecnh \u1ea3nh.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "V\u1ecb tr\u00ed d\u1ecdc t\u1eeb tr\u00ean xu\u1ed1ng \u0111\u1ec3 b\u1eaft \u0111\u1ea7u c\u1eaft theo t\u1ef7 l\u1ec7 ph\u1ea7n tr\u0103m c\u1ee7a chi\u1ec1u cao h\u00ecnh \u1ea3nh.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "Chi\u1ec1u r\u1ed9ng c\u1ee7a v\u00f9ng c\u1eaft theo t\u1ef7 l\u1ec7 ph\u1ea7n tr\u0103m c\u1ee7a chi\u1ec1u r\u1ed9ng h\u00ecnh \u1ea3nh.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "Chi\u1ec1u cao c\u1ee7a v\u00f9ng c\u1eaft theo t\u1ef7 l\u1ec7 ph\u1ea7n tr\u0103m c\u1ee7a chi\u1ec1u cao h\u00ecnh \u1ea3nh.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "S\u1ed1 \u0111\u1ed9 xoay \u1ea3nh theo chi\u1ec1u kim \u0111\u1ed3ng h\u1ed3. KH\u00d4NG D\u00d9NG N\u1eeeA: Thay v\u00e0o \u0111\u00f3, h\u00e3y d\u00f9ng `modifiers`.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "T\u00ednh theo ph\u1ea7n tr\u0103m c\u1ee7a h\u00ecnh \u1ea3nh, v\u1ecb tr\u00ed x \u0111\u1ec3 b\u1eaft \u0111\u1ea7u c\u1eaft x\u00e9n. \u0110\u00c3 B\u1ece QUA: Thay v\u00e0o \u0111\u00f3, h\u00e3y s\u1eed d\u1ee5ng `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "T\u00ednh theo ph\u1ea7n tr\u0103m c\u1ee7a h\u00ecnh \u1ea3nh, v\u1ecb tr\u00ed y \u0111\u1ec3 b\u1eaft \u0111\u1ea7u c\u1eaft x\u00e9n. \u0110\u00c3 B\u1ece QUA: Thay v\u00e0o \u0111\u00f3, h\u00e3y s\u1eed d\u1ee5ng `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "T\u00ednh theo ph\u1ea7n tr\u0103m c\u1ee7a h\u00ecnh \u1ea3nh, chi\u1ec1u r\u1ed9ng \u0111\u1ec3 c\u1eaft h\u00ecnh \u1ea3nh. \u0110\u00c3 B\u1ece QUA: Thay v\u00e0o \u0111\u00f3, h\u00e3y s\u1eed d\u1ee5ng `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "T\u00ednh theo ph\u1ea7n tr\u0103m c\u1ee7a h\u00ecnh \u1ea3nh, chi\u1ec1u cao \u0111\u1ec3 c\u1eaft h\u00ecnh \u1ea3nh. \u0110\u00c3 B\u1ece QUA: Thay v\u00e0o \u0111\u00f3, h\u00e3y s\u1eed d\u1ee5ng `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "caption": {
                            "description": "Ch\u00fa th\u00edch c\u1ee7a t\u1ec7p tin \u0111\u00ednh k\u00e8m.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 cho t\u1ec7p tin \u0111\u00ednh k\u00e8m, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML cho t\u1ec7p tin \u0111\u00ednh k\u00e8m, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Mi\u00eau t\u1ea3 c\u1ee7a t\u1ec7p tin \u0111\u00ednh k\u00e8m.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 cho file \u0111\u00ednh k\u00e8m, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "M\u00f4 t\u1ea3 HTML cho file \u0111\u00ednh k\u00e8m, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "ID c\u1ee7a b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c \u0111\u01b0\u1ee3c \u0111\u00ednh v\u1edbi t\u1ec7p tin \u0111\u00ednh k\u00e8m.",
                            "type": "integer",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Ch\u1eef hi\u1ec7n th\u1ecb thay th\u1ebf khi t\u1ec7p tin \u0111\u00ednh k\u00e8m kh\u00f4ng th\u1ec3 hi\u1ec3n th\u1ecb.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "string",
                            "default": "menu_order",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "email_sent",
                                    "email_failed",
                                    "email_scheduled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 d\u1ef1a tr\u00ean m\u1ed1i quan h\u1ec7 gi\u1eefa nhi\u1ec1u nguy\u00ean t\u1eafc ph\u00e2n lo\u1ea1i.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho b\u00e0i vi\u1ebft c\u00f3 gi\u00e1 tr\u1ecb menu_order c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 cho \u0111\u1ed1i t\u01b0\u1ee3ng, nh\u01b0 n\u00f3 \u0111\u00e3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML cho \u0111\u1ed1i t\u01b0\u1ee3ng, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "B\u1ed9 \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u01b0\u1ee3c \u0111\u1ea1i di\u1ec7n ban \u0111\u1ea7u, ch\u1eb3ng h\u1ea1n nh\u01b0 \"post_type\" ho\u1eb7c \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Tr\u1ea1ng th\u00e1i \u0111\u01b0\u1ee3c \u0111\u1eb7t t\u00ean cho \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "ID m\u1eb9 c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "N\u1ed9i dung cho thu\u1ed9c t\u00ednh ti\u00eau \u0111\u1ec1 c\u1ee7a th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft cho m\u1ee5c menu n\u00e0y.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "T\u00ean l\u1edbp cho th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft c\u1ee7a m\u1ee5c menu n\u00e0y.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 c\u1ee7a m\u1ee5c menu n\u00e0y.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "ID DB c\u1ee7a nav_menu_item l\u00e0 ngu\u1ed3n g\u1ed1c menu c\u1ee7a m\u1ee5c n\u00e0y, n\u1ebfu c\u00f3, n\u1ebfu kh\u00f4ng th\u00ec l\u00e0 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Lo\u1ea1i \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u01b0\u1ee3c \u0111\u1ea1i di\u1ec7n, ch\u1eb3ng h\u1ea1n nh\u01b0 \"danh m\u1ee5c\", \"b\u00e0i vi\u1ebft\" ho\u1eb7c \"t\u1ec7p tin \u0111\u00ednh k\u00e8m\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "ID c\u01a1 s\u1edf d\u1eef li\u1ec7u c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng ban \u0111\u1ea7u m\u00e0 m\u1ee5c menu n\u00e0y \u0111\u1ea1i di\u1ec7n, v\u00ed d\u1ee5: ID cho c\u00e1c b\u00e0i vi\u1ebft v\u00e0 term_id cho c\u00e1c danh m\u1ee5c.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Thu\u1ed9c t\u00ednh \u0111\u00edch c\u1ee7a th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft cho m\u1ee5c menu n\u00e0y.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "URL m\u00e0 m\u1ee5c menu n\u00e0y tr\u1ecf \u0111\u1ebfn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "M\u1ed1i quan h\u1ec7 XFN \u0111\u01b0\u1ee3c th\u1ec3 hi\u1ec7n trong li\u00ean k\u1ebft c\u1ee7a m\u1ee5c menu n\u00e0y.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Thu\u1eadt ng\u1eef \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t \u0111\u1ed1i t\u01b0\u1ee3ng c\u1ee7a ph\u00e2n lo\u1ea1i b\u00e0i vi\u1ebft nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/menu-items"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 cho \u0111\u1ed1i t\u01b0\u1ee3ng, nh\u01b0 n\u00f3 \u0111\u00e3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML cho \u0111\u1ed1i t\u01b0\u1ee3ng, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "B\u1ed9 \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u01b0\u1ee3c \u0111\u1ea1i di\u1ec7n ban \u0111\u1ea7u, ch\u1eb3ng h\u1ea1n nh\u01b0 \"post_type\" ho\u1eb7c \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i \u0111\u01b0\u1ee3c \u0111\u1eb7t t\u00ean cho \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "ID m\u1eb9 c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "N\u1ed9i dung cho thu\u1ed9c t\u00ednh ti\u00eau \u0111\u1ec1 c\u1ee7a th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft cho m\u1ee5c menu n\u00e0y.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "T\u00ean l\u1edbp cho th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft c\u1ee7a m\u1ee5c menu n\u00e0y.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 c\u1ee7a m\u1ee5c menu n\u00e0y.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "ID DB c\u1ee7a nav_menu_item l\u00e0 ngu\u1ed3n g\u1ed1c menu c\u1ee7a m\u1ee5c n\u00e0y, n\u1ebfu c\u00f3, n\u1ebfu kh\u00f4ng th\u00ec l\u00e0 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Lo\u1ea1i \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u01b0\u1ee3c \u0111\u1ea1i di\u1ec7n, ch\u1eb3ng h\u1ea1n nh\u01b0 \"danh m\u1ee5c\", \"b\u00e0i vi\u1ebft\" ho\u1eb7c \"t\u1ec7p tin \u0111\u00ednh k\u00e8m\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "ID c\u01a1 s\u1edf d\u1eef li\u1ec7u c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng ban \u0111\u1ea7u m\u00e0 m\u1ee5c menu n\u00e0y \u0111\u1ea1i di\u1ec7n, v\u00ed d\u1ee5: ID cho c\u00e1c b\u00e0i vi\u1ebft v\u00e0 term_id cho c\u00e1c danh m\u1ee5c.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Thu\u1ed9c t\u00ednh \u0111\u00edch c\u1ee7a th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft cho m\u1ee5c menu n\u00e0y.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "URL m\u00e0 m\u1ee5c menu n\u00e0y tr\u1ecf \u0111\u1ebfn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "M\u1ed1i quan h\u1ec7 XFN \u0111\u01b0\u1ee3c th\u1ec3 hi\u1ec7n trong li\u00ean k\u1ebft c\u1ee7a m\u1ee5c menu n\u00e0y.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Thu\u1eadt ng\u1eef \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t \u0111\u1ed1i t\u01b0\u1ee3ng c\u1ee7a ph\u00e2n lo\u1ea1i b\u00e0i vi\u1ebft nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID m\u1eb9 c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 cho \u0111\u1ed1i t\u01b0\u1ee3ng, nh\u01b0 n\u00f3 \u0111\u00e3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML cho \u0111\u1ed1i t\u01b0\u1ee3ng, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "B\u1ed9 \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u01b0\u1ee3c \u0111\u1ea1i di\u1ec7n ban \u0111\u1ea7u, ch\u1eb3ng h\u1ea1n nh\u01b0 \"post_type\" ho\u1eb7c \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i \u0111\u01b0\u1ee3c \u0111\u1eb7t t\u00ean cho \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "N\u1ed9i dung cho thu\u1ed9c t\u00ednh ti\u00eau \u0111\u1ec1 c\u1ee7a th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft cho m\u1ee5c menu n\u00e0y.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "T\u00ean l\u1edbp cho th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft c\u1ee7a m\u1ee5c menu n\u00e0y.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 c\u1ee7a m\u1ee5c menu n\u00e0y.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "ID DB c\u1ee7a nav_menu_item l\u00e0 ngu\u1ed3n g\u1ed1c menu c\u1ee7a m\u1ee5c n\u00e0y, n\u1ebfu c\u00f3, n\u1ebfu kh\u00f4ng th\u00ec l\u00e0 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Lo\u1ea1i \u0111\u1ed1i t\u01b0\u1ee3ng \u0111\u01b0\u1ee3c \u0111\u1ea1i di\u1ec7n, ch\u1eb3ng h\u1ea1n nh\u01b0 \"danh m\u1ee5c\", \"b\u00e0i vi\u1ebft\" ho\u1eb7c \"t\u1ec7p tin \u0111\u00ednh k\u00e8m\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "ID c\u01a1 s\u1edf d\u1eef li\u1ec7u c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng ban \u0111\u1ea7u m\u00e0 m\u1ee5c menu n\u00e0y \u0111\u1ea1i di\u1ec7n, v\u00ed d\u1ee5: ID cho c\u00e1c b\u00e0i vi\u1ebft v\u00e0 term_id cho c\u00e1c danh m\u1ee5c.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Thu\u1ed9c t\u00ednh \u0111\u00edch c\u1ee7a th\u00e0nh ph\u1ea7n li\u00ean k\u1ebft cho m\u1ee5c menu n\u00e0y.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "URL m\u00e0 m\u1ee5c menu n\u00e0y tr\u1ecf \u0111\u1ebfn.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "M\u1ed1i quan h\u1ec7 XFN \u0111\u01b0\u1ee3c th\u1ec3 hi\u1ec7n trong li\u00ean k\u1ebft c\u1ee7a m\u1ee5c menu n\u00e0y.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Thu\u1eadt ng\u1eef \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t \u0111\u1ed1i t\u01b0\u1ee3ng c\u1ee7a ph\u00e2n lo\u1ea1i b\u00e0i vi\u1ebft nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "email_sent",
                                    "email_failed",
                                    "email_scheduled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 d\u1ef1a tr\u00ean m\u1ed1i quan h\u1ec7 gi\u1eefa nhi\u1ec1u nguy\u00ean t\u1eafc ph\u00e2n lo\u1ea1i.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Ghi \u0111\u00e8 \u0111\u1ed9 d\u00e0i \u0111o\u1ea1n tr\u00edch m\u1eb7c \u0111\u1ecbnh.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug duy nh\u1ea5t \u0111\u1ecbnh danh cho m\u1eabu.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u0110\u1ecbnh danh giao di\u1ec7n c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Lo\u1ea1i m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a m\u1eabu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung cho m\u1eabu, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n c\u1ee7a \u0111\u1ecbnh d\u1ea1ng kh\u1ed1i n\u1ed9i dung \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1eabu.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "T\u00ean m\u1eabu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00ean template, trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML cho m\u1eabu, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "ID cho t\u00e1c gi\u1ea3 c\u1ee7a m\u1eabu.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Gi\u1edbi h\u1ea1n \u0111\u1ed1i v\u1edbi id b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Gi\u1edbi h\u1ea1n v\u00f9ng ch\u1ee9a th\u00e0nh ph\u1ea7n m\u1eabu trang c\u1ee5 th\u1ec3.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Ki\u1ec3u b\u00e0i vi\u1ebft s\u1ebd \u0111\u01b0\u1ee3c nh\u1eadn m\u1eabu.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug duy nh\u1ea5t \u0111\u1ecbnh danh cho m\u1eabu.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u0110\u1ecbnh danh giao di\u1ec7n c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Lo\u1ea1i m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "N\u1ed9i dung c\u1ee7a m\u1eabu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung cho m\u1eabu, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n c\u1ee7a \u0111\u1ecbnh d\u1ea1ng kh\u1ed1i n\u1ed9i dung \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1eabu.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "T\u00ean m\u1eabu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00ean template, trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML cho m\u1eabu, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "M\u00f4 t\u1ea3 c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Tr\u1ea1ng th\u00e1i c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "ID cho t\u00e1c gi\u1ea3 c\u1ee7a m\u1eabu.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug c\u1ee7a m\u1eabu \u0111\u1ec3 l\u1ea5y ph\u1ea7n d\u1ef1 ph\u00f2ng cho",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Ch\u1ec9 ra n\u1ebfu m\u1ed9t m\u1eabu l\u00e0 t\u00f9y ch\u1ec9nh ho\u1eb7c l\u00e0 m\u1ed9t ph\u1ea7n c\u1ee7a h\u1ec7 th\u1ed1ng m\u1eabu",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Ti\u1ec1n t\u1ed1 m\u1eabu cho m\u1eabu \u0111\u00e3 t\u1ea1o. \u0110i\u1ec1u n\u00e0y \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng \u0111\u1ec3 tr\u00edch xu\u1ea5t lo\u1ea1i m\u1eabu ch\u00ednh, v\u00ed d\u1ee5: trong `s\u00e1ch ph\u00e2n lo\u1ea1i` tr\u00edch xu\u1ea5t `ph\u00e2n lo\u1ea1i`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/templates\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug duy nh\u1ea5t \u0111\u1ecbnh danh cho m\u1eabu.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u0110\u1ecbnh danh giao di\u1ec7n c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Lo\u1ea1i m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a m\u1eabu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung cho m\u1eabu, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n c\u1ee7a \u0111\u1ecbnh d\u1ea1ng kh\u1ed1i n\u1ed9i dung \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1eabu.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "T\u00ean m\u1eabu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00ean template, trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML cho m\u1eabu, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "ID cho t\u00e1c gi\u1ea3 c\u1ee7a m\u1eabu.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug duy nh\u1ea5t \u0111\u1ecbnh danh cho m\u1eabu.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u0110\u1ecbnh danh giao di\u1ec7n c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Lo\u1ea1i m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a m\u1eabu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung cho m\u1eabu, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n c\u1ee7a \u0111\u1ecbnh d\u1ea1ng kh\u1ed1i n\u1ed9i dung \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1eabu.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "T\u00ean m\u1eabu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00ean template, trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML cho m\u1eabu, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "ID cho t\u00e1c gi\u1ea3 c\u1ee7a m\u1eabu.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "N\u01a1i th\u00e0nh ph\u1ea7n m\u1eabu trang \u0111\u01b0\u1ee3c d\u1ef1 \u0111\u1ecbnh s\u1eed d\u1ee5ng (\u0111\u1ea7u trang, ch\u00e2n trang, v.v.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Gi\u1edbi h\u1ea1n \u0111\u1ed1i v\u1edbi id b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Gi\u1edbi h\u1ea1n v\u00f9ng ch\u1ee9a th\u00e0nh ph\u1ea7n m\u1eabu trang c\u1ee5 th\u1ec3.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Ki\u1ec3u b\u00e0i vi\u1ebft s\u1ebd \u0111\u01b0\u1ee3c nh\u1eadn m\u1eabu.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug duy nh\u1ea5t \u0111\u1ecbnh danh cho m\u1eabu.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u0110\u1ecbnh danh giao di\u1ec7n c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Lo\u1ea1i m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "N\u1ed9i dung c\u1ee7a m\u1eabu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung cho m\u1eabu, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n c\u1ee7a \u0111\u1ecbnh d\u1ea1ng kh\u1ed1i n\u1ed9i dung \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1eabu.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "T\u00ean m\u1eabu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00ean template, trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML cho m\u1eabu, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "M\u00f4 t\u1ea3 c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Tr\u1ea1ng th\u00e1i c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "ID cho t\u00e1c gi\u1ea3 c\u1ee7a m\u1eabu.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "N\u01a1i th\u00e0nh ph\u1ea7n m\u1eabu trang \u0111\u01b0\u1ee3c d\u1ef1 \u0111\u1ecbnh s\u1eed d\u1ee5ng (\u0111\u1ea7u trang, ch\u00e2n trang, v.v.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug c\u1ee7a m\u1eabu \u0111\u1ec3 l\u1ea5y ph\u1ea7n d\u1ef1 ph\u00f2ng cho",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Ch\u1ec9 ra n\u1ebfu m\u1ed9t m\u1eabu l\u00e0 t\u00f9y ch\u1ec9nh ho\u1eb7c l\u00e0 m\u1ed9t ph\u1ea7n c\u1ee7a h\u1ec7 th\u1ed1ng m\u1eabu",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Ti\u1ec1n t\u1ed1 m\u1eabu cho m\u1eabu \u0111\u00e3 t\u1ea1o. \u0110i\u1ec1u n\u00e0y \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng \u0111\u1ec3 tr\u00edch xu\u1ea5t lo\u1ea1i m\u1eabu ch\u00ednh, v\u00ed d\u1ee5: trong `s\u00e1ch ph\u00e2n lo\u1ea1i` tr\u00edch xu\u1ea5t `ph\u00e2n lo\u1ea1i`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/template-parts\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug duy nh\u1ea5t \u0111\u1ecbnh danh cho m\u1eabu.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u0110\u1ecbnh danh giao di\u1ec7n c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Lo\u1ea1i m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a m\u1eabu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung cho m\u1eabu, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n c\u1ee7a \u0111\u1ecbnh d\u1ea1ng kh\u1ed1i n\u1ed9i dung \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi m\u1eabu.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "T\u00ean m\u1eabu.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u00ean template, trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML cho m\u1eabu, \u0111\u01b0\u1ee3c chuy\u1ec3n \u0111\u1ed5i \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u1ee7a m\u1eabu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "ID cho t\u00e1c gi\u1ea3 c\u1ee7a m\u1eabu.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "N\u01a1i th\u00e0nh ph\u1ea7n m\u1eabu trang \u0111\u01b0\u1ee3c d\u1ef1 \u0111\u1ecbnh s\u1eed d\u1ee5ng (\u0111\u1ea7u trang, ch\u00e2n trang, v.v.)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a m\u1eabu",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a cha m\u1eb9 c\u1ee7a b\u1ea3n s\u1eeda \u0111\u1ed5i ki\u1ec3u chung.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "M\u00e3 \u0111\u1ecbnh danh duy nh\u1ea5t cho b\u1ea3n s\u1eeda \u0111\u1ed5i ki\u1ec3u to\u00e0n c\u1ea7u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "Ng\u01b0\u1eddi x\u00e1c \u0111\u1ecbnh ch\u1ee7 \u0111\u1ec1",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "Ng\u01b0\u1eddi x\u00e1c \u0111\u1ecbnh ch\u1ee7 \u0111\u1ec1",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\d+]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "id": {
                            "description": "ID thi\u1ebft l\u1eadp ki\u1ec3u d\u00e1ng to\u00e0n c\u1ee5c.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "Ki\u1ec3u d\u00e1ng to\u00e0n c\u1ee5c.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "C\u1ea5u h\u00ecnh chung.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho bi\u1ebfn th\u1ec3 ki\u1ec3u to\u00e0n c\u1ee5c.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "T\u1ef1a \u0111\u1ec1 cho bi\u1ebfn th\u1ec3 ki\u1ec3u to\u00e0n c\u1ee5c, v\u00ec n\u00f3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "email_sent",
                                    "email_failed",
                                    "email_scheduled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "Phi\u00ean b\u1ea3n c\u1ee7a l\u01b0\u1ee3c \u0111\u1ed3 theme.json \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng cho c\u00e0i \u0111\u1eb7t ki\u1ec3u ch\u1eef.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "khai b\u00e1o h\u1ecd ph\u00f4ng ch\u1eef \u1edf \u0111\u1ecbnh d\u1ea1ng theme.json, \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a d\u01b0\u1edbi d\u1ea1ng chu\u1ed7i.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/font-families"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-families\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "Phi\u00ean b\u1ea3n c\u1ee7a l\u01b0\u1ee3c \u0111\u1ed3 theme.json \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng cho c\u00e0i \u0111\u1eb7t ki\u1ec3u ch\u1eef.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "khai b\u00e1o h\u1ecd ph\u00f4ng ch\u1eef \u1edf \u0111\u1ecbnh d\u1ea1ng theme.json, \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a d\u01b0\u1edbi d\u1ea1ng chu\u1ed7i.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "ID c\u1ee7a h\u1ecd ph\u00f4ng ch\u1eef g\u1ed1c c\u1ee7a m\u1eb7t ph\u00f4ng ch\u1eef.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "ID c\u1ee7a h\u1ecd ph\u00f4ng ch\u1eef g\u1ed1c c\u1ee7a m\u1eb7t ph\u00f4ng ch\u1eef.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "Phi\u00ean b\u1ea3n c\u1ee7a l\u01b0\u1ee3c \u0111\u1ed3 theme.json \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng cho c\u00e0i \u0111\u1eb7t ki\u1ec3u ch\u1eef.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "khai b\u00e1o ph\u00f4ng ch\u1eef \u1edf \u0111\u1ecbnh d\u1ea1ng theme.json, \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a d\u01b0\u1edbi d\u1ea1ng chu\u1ed7i.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "ID c\u1ee7a h\u1ecd ph\u00f4ng ch\u1eef g\u1ed1c c\u1ee7a m\u1eb7t ph\u00f4ng ch\u1eef.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "M\u00e3 \u0111\u1ecbnh danh duy nh\u1ea5t cho m\u1eb7t ph\u00f4ng ch\u1eef.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "ID c\u1ee7a h\u1ecd ph\u00f4ng ch\u1eef g\u1ed1c c\u1ee7a m\u1eb7t ph\u00f4ng ch\u1eef.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "M\u00e3 \u0111\u1ecbnh danh duy nh\u1ea5t cho m\u1eb7t ph\u00f4ng ch\u1eef.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/event": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "email_sent",
                                    "email_failed",
                                    "email_scheduled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 d\u1ef1a tr\u00ean m\u1ed1i quan h\u1ec7 gi\u1eefa nhi\u1ec1u nguy\u00ean t\u1eafc ph\u00e2n lo\u1ea1i.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "event-type": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i event-type.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "event-type_exclude": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i event-type.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "event-type": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy event-type.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/event"
                    }
                ]
            }
        },
        "\/wp\/v2\/event\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "event-type": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy event-type.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/event\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "event-type": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy event-type.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/event\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feature": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "email_sent",
                                    "email_failed",
                                    "email_scheduled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 d\u1ef1a tr\u00ean m\u1ed1i quan h\u1ec7 gi\u1eefa nhi\u1ec1u nguy\u00ean t\u1eafc ph\u00e2n lo\u1ea1i.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "feature-type": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i feature-type.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "feature-type_exclude": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i feature-type.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "feature-type": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy feature-type.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/feature"
                    }
                ]
            }
        },
        "\/wp\/v2\/feature\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "feature-type": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy feature-type.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feature\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "feature-type": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy feature-type.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feature\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/success-story": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "email_sent",
                                    "email_failed",
                                    "email_scheduled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 d\u1ef1a tr\u00ean m\u1ed1i quan h\u1ec7 gi\u1eefa nhi\u1ec1u nguy\u00ean t\u1eafc ph\u00e2n lo\u1ea1i.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "industry": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i industry.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "industry_exclude": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i industry.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "success-story-topic": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i success-story-topic.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "success-story-topic_exclude": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i success-story-topic.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy industry.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "success-story-topic": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy success-story-topic.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/success-story"
                    }
                ]
            }
        },
        "\/wp\/v2\/success-story\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy industry.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "success-story-topic": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy success-story-topic.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/success-story\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "industry": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy industry.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "success-story-topic": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy success-story-topic.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/success-story\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/team": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "email_sent",
                                    "email_failed",
                                    "email_scheduled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 d\u1ef1a tr\u00ean m\u1ed1i quan h\u1ec7 gi\u1eefa nhi\u1ec1u nguy\u00ean t\u1eafc ph\u00e2n lo\u1ea1i.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "team-member": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i team-member.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "team-member_exclude": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i team-member.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "team-member": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy team-member.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/team"
                    }
                ]
            }
        },
        "\/wp\/v2\/team\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "team-member": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy team-member.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/team\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "team-member": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy team-member.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/team\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tool": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "email_sent",
                                    "email_failed",
                                    "email_scheduled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 d\u1ef1a tr\u00ean m\u1ed1i quan h\u1ec7 gi\u1eefa nhi\u1ec1u nguy\u00ean t\u1eafc ph\u00e2n lo\u1ea1i.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "tool-type": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9 \u0111\u1ecbnh trong ph\u00e2n lo\u1ea1i tool-type.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Cho d\u00f9 c\u00e1c m\u1ee5c \u0111\u1ec1u \u0111\u01b0\u1ee3c g\u00e1n ho\u1eb7c b\u1ea5t k\u1ef3 m\u1ee5c c\u1ee5 th\u1ec3 n\u00e0o.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tool-type_exclude": {
                            "description": "Gi\u1edbi h\u1ea1n b\u1ed9 k\u1ebft qu\u1ea3 cho c\u00e1c m\u1ee5c ngo\u1ea1i tr\u1eeb nh\u1eefng m\u1ee5c c\u00f3 thu\u1eadt ng\u1eef c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c g\u00e1n trong ph\u00e2n lo\u1ea1i tool-type.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Danh s\u00e1ch ID Thu\u1eadt ng\u1eef",
                                    "description": "Kh\u1edbp c\u00e1c thu\u1eadt ng\u1eef v\u1edbi c\u00e1c ID \u0111\u01b0\u1ee3c li\u1ec7t k\u00ea.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Truy v\u1ea5n Ph\u00e2n lo\u1ea1i theo ID Thu\u1eadt ng\u1eef",
                                    "description": "Th\u1ef1c hi\u1ec7n m\u1ed9t truy v\u1ea5n thu\u1eadt ng\u1eef n\u00e2ng cao.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID c\u1ee7a thu\u1eadt ng\u1eef.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "tool-type": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy tool-type.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/tool"
                    }
                ]
            }
        },
        "\/wp\/v2\/tool\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "tool-type": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy tool-type.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tool\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "tool-type": {
                            "description": "C\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee7a taxonomy tool-type.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tool\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fl-builder-template": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho b\u00e0i vi\u1ebft c\u00f3 gi\u00e1 tr\u1ecb menu_order c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "email_sent",
                                    "email_failed",
                                    "email_scheduled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Th\u1ee9 t\u1ef1 c\u1ee7a b\u00e0i vi\u1ebft t\u00ednh theo s\u1ef1 li\u00ean quan v\u1edbi c\u00e1c b\u00e0i vi\u1ebft kh\u00e1c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/fl-builder-template"
                    }
                ]
            }
        },
        "\/wp\/v2\/fl-builder-template\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Ghi \u0111\u00e8 \u0111\u1ed9 d\u00e0i \u0111o\u1ea1n tr\u00edch m\u1eb7c \u0111\u1ecbnh.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Ti\u00eau \u0111\u1ec1 cho b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ti\u00eau \u0111\u1ec1 c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ti\u00eau \u0111\u1ec1 HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb. ",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "M\u00f4 t\u1ea3 ng\u1eafn c\u1ee7a b\u00e0i vi\u1ebft, nh\u01b0 \u0111\u01b0\u1ee3c l\u01b0u trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Tr\u00edch \u0111o\u1ea1n HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u00e0nh cho hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng tr\u00edch \u0111o\u1ea1n \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "ID \u1ea3nh \u0111\u1ea1i di\u1ec7n c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Th\u1ee9 t\u1ef1 c\u1ee7a b\u00e0i vi\u1ebft t\u00ednh theo s\u1ef1 li\u00ean quan v\u1edbi c\u00e1c b\u00e0i vi\u1ebft kh\u00e1c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_acf_changed": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "ngg_post_thumbnail": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fl-builder-template\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fl-builder-template\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n b\u1ea3n th\u1ea3o cha.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "T\u00ean ri\u00eang c\u1ee7a b\u1ea3n th\u1ea3o.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u b\u1eaft bu\u1ed9c ph\u1ea3i \u0111\u00fang v\u00ec b\u1ea3n th\u1ea3o kh\u00f4ng h\u1ed7 tr\u1ee3 b\u1ecf th\u00f9ng r\u00e1c.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n sau m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i sau m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i ch\u1ec9 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc m\u1ed9t ng\u00e0y theo \u0111\u1ecbnh d\u1ea1ng ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Gi\u1edbi h\u1ea1n ph\u1ea3n h\u1ed3i cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c s\u1eeda \u0111\u1ed5i tr\u01b0\u1edbc m\u1ed9t ng\u00e0y tu\u00e2n th\u1ee7 ISO8601 \u0111\u00e3 cho.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "C\u00e1ch di\u1ec5n gi\u1ea3i th\u00f4ng tin t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 thi\u1ebft l\u1eadp cho b\u00e0i vi\u1ebft v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u \u0111\u01b0\u1eddng d\u1eabn c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "acf-disabled",
                                    "email_sent",
                                    "email_failed",
                                    "email_scheduled",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/rm_content_editor"
                    }
                ]
            }
        },
        "\/wp\/v2\/rm_content_editor\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y ph\u00e1t h\u00e0nh b\u00e0i vi\u1ebft, theo gi\u1edd GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho b\u00e0i vi\u1ebft duy nh\u1ea5t theo lo\u1ea1i c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u00f3 t\u00ean c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "acf-disabled"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u \u0111\u1ec3 b\u1ea3o v\u1ec7 quy\u1ec1n truy c\u1eadp v\u00e0o n\u1ed9i dung v\u00e0 m\u00f4 t\u1ea3 ng\u1eafn.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung c\u1ee7a b\u00e0i vi\u1ebft, n\u1ebfu n\u00f3 c\u00f3 s\u1eb5n trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML c\u1ee7a b\u00e0i vi\u1ebft, d\u01b0\u1edbi d\u1ea1ng hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Phi\u00ean b\u1ea3n \u0111\u1ecbnh d\u1ea1ng c\u1ee7a n\u1ed9i dung kh\u1ed1i \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng b\u1edfi b\u00e0i vi\u1ebft.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "C\u00f3 hay kh\u00f4ng n\u1ed9i dung \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u. ",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "File c\u1ee7a giao di\u1ec7n s\u1eed d\u1ee5ng \u0111\u1ec3 hi\u1ec3n th\u1ecb b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rm_content_editor\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "ID c\u1ee7a phi\u00ean b\u1ea3n t\u1ef1 \u0111\u1ed9ng l\u01b0u.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho lo\u1ea1i b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "\u0110\u1ecbnh danh ch\u1eef v\u00e0 s\u1ed1 cho tr\u1ea1ng th\u00e1i.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c taxonomy \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t lo\u1ea1i b\u00e0i vi\u1ebft c\u1ee5 th\u1ec3.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "Ch\u1eef v\u00e0 s\u1ed1 x\u00e1c nh\u1eadn \u0111\u1ec3 ph\u00e2n lo\u1ea1i.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u1ea8n hay kh\u00f4ng c\u00e1c term \u0111\u01b0\u1ee3c kh\u00f4ng \u0111\u01b0\u1ee3c g\u00e1n cho b\u1ea5t k\u1ef3 b\u00e0i vi\u1ebft n\u00e0o.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho term cha c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng terms v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "ID thu\u1eadt ng\u1eef g\u1ed1c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "ID thu\u1eadt ng\u1eef g\u1ed1c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u ph\u1ea3i \u0111\u00fang, c\u00e1c thu\u1eadt ng\u1eef kh\u00f4ng th\u1ec3 b\u1ecb x\u00f3a.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u1ea8n hay kh\u00f4ng c\u00e1c term \u0111\u01b0\u1ee3c kh\u00f4ng \u0111\u01b0\u1ee3c g\u00e1n cho b\u1ea5t k\u1ef3 b\u00e0i vi\u1ebft n\u00e0o.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng terms v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u ph\u1ea3i \u0111\u00fang, c\u00e1c thu\u1eadt ng\u1eef kh\u00f4ng th\u1ec3 b\u1ecb x\u00f3a.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u1ea8n hay kh\u00f4ng c\u00e1c term \u0111\u01b0\u1ee3c kh\u00f4ng \u0111\u01b0\u1ee3c g\u00e1n cho b\u1ea5t k\u1ef3 b\u00e0i vi\u1ebft n\u00e0o.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng terms v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Nh\u1eefng v\u1ecb tr\u00ed ch\u1ec9 \u0111\u1ecbnh cho menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "C\u00f3 t\u1ef1 \u0111\u1ed9ng th\u00eam c\u00e1c trang m\u1eb9 v\u00e0o menu n\u00e0y hay kh\u00f4ng.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/menus"
                    }
                ]
            }
        },
        "\/wp\/v2\/menus\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Nh\u1eefng v\u1ecb tr\u00ed ch\u1ec9 \u0111\u1ecbnh cho menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "C\u00f3 t\u1ef1 \u0111\u1ed9ng th\u00eam c\u00e1c trang m\u1eb9 v\u00e0o menu n\u00e0y hay kh\u00f4ng.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u ph\u1ea3i \u0111\u00fang, c\u00e1c thu\u1eadt ng\u1eef kh\u00f4ng th\u1ec3 b\u1ecb x\u00f3a.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u1ea8n hay kh\u00f4ng c\u00e1c term \u0111\u01b0\u1ee3c kh\u00f4ng \u0111\u01b0\u1ee3c g\u00e1n cho b\u1ea5t k\u1ef3 b\u00e0i vi\u1ebft n\u00e0o.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng terms v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/wp_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u ph\u1ea3i \u0111\u00fang, c\u00e1c thu\u1eadt ng\u1eef kh\u00f4ng th\u1ec3 b\u1ecb x\u00f3a.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/event-type": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u1ea8n hay kh\u00f4ng c\u00e1c term \u0111\u01b0\u1ee3c kh\u00f4ng \u0111\u01b0\u1ee3c g\u00e1n cho b\u1ea5t k\u1ef3 b\u00e0i vi\u1ebft n\u00e0o.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng terms v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/event-type"
                    }
                ]
            }
        },
        "\/wp\/v2\/event-type\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u ph\u1ea3i \u0111\u00fang, c\u00e1c thu\u1eadt ng\u1eef kh\u00f4ng th\u1ec3 b\u1ecb x\u00f3a.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feature-type": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u1ea8n hay kh\u00f4ng c\u00e1c term \u0111\u01b0\u1ee3c kh\u00f4ng \u0111\u01b0\u1ee3c g\u00e1n cho b\u1ea5t k\u1ef3 b\u00e0i vi\u1ebft n\u00e0o.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng terms v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/feature-type"
                    }
                ]
            }
        },
        "\/wp\/v2\/feature-type\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u ph\u1ea3i \u0111\u00fang, c\u00e1c thu\u1eadt ng\u1eef kh\u00f4ng th\u1ec3 b\u1ecb x\u00f3a.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/industry": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u1ea8n hay kh\u00f4ng c\u00e1c term \u0111\u01b0\u1ee3c kh\u00f4ng \u0111\u01b0\u1ee3c g\u00e1n cho b\u1ea5t k\u1ef3 b\u00e0i vi\u1ebft n\u00e0o.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng terms v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/industry"
                    }
                ]
            }
        },
        "\/wp\/v2\/industry\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u ph\u1ea3i \u0111\u00fang, c\u00e1c thu\u1eadt ng\u1eef kh\u00f4ng th\u1ec3 b\u1ecb x\u00f3a.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/success-story-topic": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u1ea8n hay kh\u00f4ng c\u00e1c term \u0111\u01b0\u1ee3c kh\u00f4ng \u0111\u01b0\u1ee3c g\u00e1n cho b\u1ea5t k\u1ef3 b\u00e0i vi\u1ebft n\u00e0o.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng terms v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/success-story-topic"
                    }
                ]
            }
        },
        "\/wp\/v2\/success-story-topic\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u ph\u1ea3i \u0111\u00fang, c\u00e1c thu\u1eadt ng\u1eef kh\u00f4ng th\u1ec3 b\u1ecb x\u00f3a.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/team-member": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u1ea8n hay kh\u00f4ng c\u00e1c term \u0111\u01b0\u1ee3c kh\u00f4ng \u0111\u01b0\u1ee3c g\u00e1n cho b\u1ea5t k\u1ef3 b\u00e0i vi\u1ebft n\u00e0o.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng terms v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/team-member"
                    }
                ]
            }
        },
        "\/wp\/v2\/team-member\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u ph\u1ea3i \u0111\u00fang, c\u00e1c thu\u1eadt ng\u1eef kh\u00f4ng th\u1ec3 b\u1ecb x\u00f3a.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tool-type": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a term.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u1ea8n hay kh\u00f4ng c\u00e1c term \u0111\u01b0\u1ee3c kh\u00f4ng \u0111\u01b0\u1ee3c g\u00e1n cho b\u1ea5t k\u1ef3 b\u00e0i vi\u1ebft n\u00e0o.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho c\u00e1c term \u0111\u01b0\u1ee3c g\u00e1n cho m\u1ed9t b\u00e0i vi\u1ebft c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng terms v\u1edbi m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/tool-type"
                    }
                ]
            }
        },
        "\/wp\/v2\/tool-type\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 HTML cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Ti\u00eau \u0111\u1ec1 HTML cho term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t alphanumeric identifier cho term duy nh\u1ea5t t\u1edbi lo\u1ea1i c\u1ee7a n\u00f3.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 x\u00e1c nh\u1eadn cho thu\u1eadt ng\u1eef",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Y\u00eau c\u1ea7u ph\u1ea3i \u0111\u00fang, c\u00e1c thu\u1eadt ng\u1eef kh\u00f4ng th\u1ec3 b\u1ecb x\u00f3a.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh ng\u01b0\u1eddi d\u00f9ng.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng ng\u01b0\u1eddi d\u00f9ng c\u00f3 m\u1ed9t ho\u1eb7c nhi\u1ec1u slugs c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng ng\u01b0\u1eddi d\u00f9ng c\u00f3 \u00edt nh\u1ea5t m\u1ed9t vai tr\u00f2 c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c cung c\u1ea5p. Ch\u1ea5p nh\u1eadn danh s\u00e1ch csv ho\u1eb7c m\u1ed9t vai tr\u00f2 \u0111\u01a1n l\u1ebb.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c \u0111\u1eb7t cho ng\u01b0\u1eddi d\u00f9ng ph\u00f9 h\u1ee3p v\u1edbi \u00edt nh\u1ea5t m\u1ed9t kh\u1ea3 n\u0103ng c\u1ee5 th\u1ec3 \u0111\u01b0\u1ee3c cung c\u1ea5p. Ch\u1ea5p nh\u1eadn danh s\u00e1ch csv ho\u1eb7c kh\u1ea3 n\u0103ng \u0111\u01a1n l\u1ebb.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 cho nh\u1eefng ng\u01b0\u1eddi d\u00f9ng \u0111\u01b0\u1ee3c xem l\u00e0 t\u00e1c gi\u1ea3.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c \u0111\u1eb7t cho nh\u1eefng ng\u01b0\u1eddi d\u00f9ng \u0111\u00e3 t\u1eebng xu\u1ea5t b\u1ea3n b\u00e0i.",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_global_styles": "wp_global_styles",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "event": "event",
                                    "feature": "feature",
                                    "success-story": "success-story",
                                    "team": "team",
                                    "tool": "tool",
                                    "fl-builder-template": "fl-builder-template",
                                    "rm_content_editor": "rm_content_editor"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "M\u1ea3ng t\u00ean c\u1ed9t c\u1ea7n t\u00ecm ki\u1ebfm.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "T\u00ean \u0111\u0103ng nh\u1eadp cho ng\u01b0\u1eddi d\u00f9ng.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "T\u00ean hi\u1ec3n th\u1ecb.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "T\u00ean ng\u01b0\u1eddi s\u1eed d\u1ee5ng.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "H\u1ecd ng\u01b0\u1eddi s\u1eed d\u1ee5ng.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u0110\u1ecba ch\u1ec9 email cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "\u0110\u01b0\u1eddng d\u1eabn c\u1ee7a ng\u01b0\u1eddi s\u1eed d\u1ee5ng",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 c\u1ee7a ng\u01b0\u1eddi d\u00f9ng.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Ng\u00f4n ng\u1eef cho ng\u01b0\u1eddi s\u1eed d\u1ee5ng",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "es_MX",
                                "ja",
                                "ko_KR",
                                "tl",
                                "vi",
                                "zh_CN"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Bi\u1ec7t hi\u1ec7u cho ng\u01b0\u1eddi d\u00f9ng.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t ID b\u1eb1ng ch\u1eef v\u00e0 s\u1ed1 cho th\u00e0nh vi\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Vai tr\u00f2 (roles) c\u1ee7a ng\u01b0\u1eddi d\u00f9ng",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u cho ng\u01b0\u1eddi s\u1eed d\u1ee5ng (kh\u00f4ng bao gi\u1edd bao g\u1ed3m).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Ng\u00e0y v\u00e0 gi\u1edd c\u00e1c t\u00f9y ch\u1ecdn \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho c\u00e1c t\u00e0i nguy\u00ean.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho c\u00e1c t\u00e0i nguy\u00ean.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "T\u00ean \u0111\u0103ng nh\u1eadp cho ng\u01b0\u1eddi d\u00f9ng.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "T\u00ean hi\u1ec3n th\u1ecb.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "T\u00ean ng\u01b0\u1eddi s\u1eed d\u1ee5ng.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "H\u1ecd ng\u01b0\u1eddi s\u1eed d\u1ee5ng.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u0110\u1ecba ch\u1ec9 email cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "\u0110\u01b0\u1eddng d\u1eabn c\u1ee7a ng\u01b0\u1eddi s\u1eed d\u1ee5ng",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 c\u1ee7a ng\u01b0\u1eddi d\u00f9ng.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Ng\u00f4n ng\u1eef cho ng\u01b0\u1eddi s\u1eed d\u1ee5ng",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "es_MX",
                                "ja",
                                "ko_KR",
                                "tl",
                                "vi",
                                "zh_CN"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Bi\u1ec7t hi\u1ec7u cho ng\u01b0\u1eddi d\u00f9ng.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t ID b\u1eb1ng ch\u1eef v\u00e0 s\u1ed1 cho th\u00e0nh vi\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Vai tr\u00f2 (roles) c\u1ee7a ng\u01b0\u1eddi d\u00f9ng",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u cho ng\u01b0\u1eddi s\u1eed d\u1ee5ng (kh\u00f4ng bao gi\u1edd bao g\u1ed3m).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Ng\u00e0y v\u00e0 gi\u1edd c\u00e1c t\u00f9y ch\u1ecdn \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho c\u00e1c t\u00e0i nguy\u00ean.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "B\u1eaft bu\u1ed9c l\u00e0 true, v\u00ec ng\u01b0\u1eddi s\u1eed d\u1ee5ng kh\u00f4ng h\u1ed7 tr\u1ee3 \u0111\u01b0a v\u00e0o th\u00f9ng r\u00e1c.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "G\u00e1n l\u1ea1i b\u00e0i vi\u1ebft v\u00e0 c\u00e1c li\u00ean k\u1ebft c\u1ee7a ng\u01b0\u1eddi d\u00f9ng b\u1ecb x\u00f3a cho ng\u01b0\u1eddi d\u00f9ng v\u1edbi ID n\u00e0y.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "T\u00ean \u0111\u0103ng nh\u1eadp cho ng\u01b0\u1eddi d\u00f9ng.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "T\u00ean hi\u1ec3n th\u1ecb.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "T\u00ean ng\u01b0\u1eddi s\u1eed d\u1ee5ng.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "H\u1ecd ng\u01b0\u1eddi s\u1eed d\u1ee5ng.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u0110\u1ecba ch\u1ec9 email cho t\u00e0i nguy\u00ean.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "\u0110\u01b0\u1eddng d\u1eabn c\u1ee7a ng\u01b0\u1eddi s\u1eed d\u1ee5ng",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "M\u00f4 t\u1ea3 c\u1ee7a ng\u01b0\u1eddi d\u00f9ng.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Ng\u00f4n ng\u1eef cho ng\u01b0\u1eddi s\u1eed d\u1ee5ng",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "es_MX",
                                "ja",
                                "ko_KR",
                                "tl",
                                "vi",
                                "zh_CN"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Bi\u1ec7t hi\u1ec7u cho ng\u01b0\u1eddi d\u00f9ng.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "M\u1ed9t ID b\u1eb1ng ch\u1eef v\u00e0 s\u1ed1 cho th\u00e0nh vi\u00ean.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Vai tr\u00f2 (roles) c\u1ee7a ng\u01b0\u1eddi d\u00f9ng",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u cho ng\u01b0\u1eddi s\u1eed d\u1ee5ng (kh\u00f4ng bao gi\u1edd bao g\u1ed3m).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Ng\u00e0y v\u00e0 gi\u1edd c\u00e1c t\u00f9y ch\u1ecdn \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "B\u1eaft bu\u1ed9c l\u00e0 true, v\u00ec ng\u01b0\u1eddi s\u1eed d\u1ee5ng kh\u00f4ng h\u1ed7 tr\u1ee3 \u0111\u01b0a v\u00e0o th\u00f9ng r\u00e1c.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "G\u00e1n l\u1ea1i b\u00e0i vi\u1ebft v\u00e0 c\u00e1c li\u00ean k\u1ebft c\u1ee7a ng\u01b0\u1eddi d\u00f9ng b\u1ecb x\u00f3a cho ng\u01b0\u1eddi d\u00f9ng v\u1edbi ID n\u00e0y.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/users\/me"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "UUID \u0111\u01b0\u1ee3c cung c\u1ea5p b\u1edfi c\u00e1c \u1ee9ng d\u1ee5ng \u0111\u1ec3 x\u00e1c \u0111\u1ecbnh n\u00f3 duy nh\u1ea5t. B\u1ea1n n\u00ean s\u1eed d\u1ee5ng UUID v5 v\u1edbi URL ho\u1eb7c namespace DNS.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "T\u00ean c\u1ee7a m\u1eadt kh\u1ea9u \u1ee9ng d\u1ee5ng.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/introspect": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/(?P<uuid>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "UUID \u0111\u01b0\u1ee3c cung c\u1ea5p b\u1edfi c\u00e1c \u1ee9ng d\u1ee5ng \u0111\u1ec3 x\u00e1c \u0111\u1ecbnh n\u00f3 duy nh\u1ea5t. B\u1ea1n n\u00ean s\u1eed d\u1ee5ng UUID v5 v\u1edbi URL ho\u1eb7c namespace DNS.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "T\u00ean c\u1ee7a m\u1eadt kh\u1ea9u \u1ee9ng d\u1ee5ng.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/comments": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Gi\u1edbi h\u1ea1n nh\u1eefng b\u00ecnh lu\u1eadn Xu\u1ea5t b\u1ea3n sau ng\u00e0y ti\u00eau chu\u1ea9n ISO8601",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 g\u1ed3m nh\u1eefng b\u00ecnh lu\u1eadn c\u1ee7a m\u1ed9t s\u1ed1 ng\u01b0\u1eddi d\u00f9ng c\u1ee5 th\u1ec3. Y\u00eau c\u1ea7u x\u00e1c th\u1ef1c t\u00e0i kho\u1ea3n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u0110\u1ea3m b\u1ea3o r\u1eb1ng k\u1ebft qu\u1ea3 \u0111\u00e3 lo\u1ea1i b\u1ecf nh\u1eefng b\u00ecnh lu\u1eadn c\u1ee7a m\u1ed9t s\u1ed1 ng\u01b0\u1eddi d\u00f9ng nh\u1ea5t \u0111\u1ecbnh. Y\u00eau c\u1ea7u x\u00e1c th\u1ef1c t\u00e0i kho\u1ea3n.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 t\u1eeb m\u1ed9t t\u00e1c gi\u1ea3 c\u00f3 email c\u1ee5 th\u1ec3. Y\u00eau c\u1ea7u x\u00e1c th\u1ef1c t\u00e0i kho\u1ea3n.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Gi\u1edbi h\u1ea1n nh\u1eefng b\u00ecnh lu\u1eadn Xu\u1ea5t b\u1ea3n tr\u01b0\u1edbc ng\u00e0y ti\u00eau chu\u1ea9n ISO8601",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp danh s\u00e1ch b\u1eb1ng thu\u1ed9c t\u00ednh c\u1ee7a b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "\u0110\u1ea3m b\u1ea3o r\u1eb1ng k\u1ebft qu\u1ea3 \u0111\u00e3 lo\u1ea1i b\u1ecf nh\u1eefng b\u00ecnh lu\u1eadn c\u00f3 IDs cha c\u1ee5 th\u1ec3.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "\u0110\u1ea3m b\u1ea3o r\u1eb1ng k\u1ebft qu\u1ea3 \u0111\u00e3 lo\u1ea1i b\u1ecf nh\u1eefng IDs cha \u0111\u01b0\u1ee3c ch\u1ecdn.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 g\u1ed3m nh\u1eefng b\u00ecnh lu\u1eadn c\u1ee7a m\u1ed9t s\u1ed1 b\u00e0i vi\u1ebft nh\u1ea5t \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 l\u00e0 c\u00e1c b\u00ecnh lu\u1eadn c\u00f3 m\u1ed9t tr\u1ea1ng th\u00e1i c\u1ee5 th\u1ec3. Y\u00eau c\u1ea7u x\u00e1c th\u1ef1c t\u00e0i kho\u1ea3n.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 l\u00e0 c\u00e1c b\u00ecnh lu\u1eadn theo m\u1ed9t lo\u1ea1i c\u1ee5 th\u1ec3. Y\u00eau c\u1ea7u x\u00e1c th\u1ef1c t\u00e0i kho\u1ea3n.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u c\u1ee7a b\u00e0i vi\u1ebft \u0111\u00f3 n\u1ebfu n\u00f3 \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "ID c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng ng\u01b0\u1eddi d\u00f9ng, n\u1ebfu t\u00e1c gi\u1ea3 l\u00e0 m\u1ed9t ng\u01b0\u1eddi d\u00f9ng.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "\u0110\u1ecba ch\u1ec9 email c\u1ee7a t\u00e1c gi\u1ea3 b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "\u0110\u1ecba ch\u1ec9 IP c\u1ee7a t\u00e1c gi\u1ea3 b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Hi\u1ec3n th\u1ecb t\u00ean c\u1ee7a t\u00e1c gi\u1ea3 b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL c\u1ee7a t\u00e1c gi\u1ea3 b\u00ecnh lu\u1eadn",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "Tr\u00ecnh duy\u1ec7t c\u1ee7a t\u00e1c gi\u1ea3 b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung cho b\u00ecnh lu\u1eadn.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung cho b\u00ecnh lu\u1eadn, nh\u01b0 \u0111\u00e3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML cho b\u00ecnh lu\u1eadn, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00ecnh lu\u1eadn \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y b\u00ecnh lu\u1eadn \u0111\u01b0\u1ee3c c\u00f4ng b\u1ed1, theo gi\u1edd GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "ID cha c\u1ee7a b\u00ecnh lu\u1eadn.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "ID c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng b\u00e0i vi\u1ebft li\u00ean quan.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u1ee7a b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Note resolution status",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/comments"
                    }
                ]
            }
        },
        "\/wp\/v2\/comments\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00ecnh lu\u1eadn.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u cho b\u00e0i vi\u1ebft n\u01a1i b\u00ecnh lu\u1eadn n\u00e0y \u0111\u01b0\u1ee3c \u0111\u0103ng (n\u1ebfu b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00ecnh lu\u1eadn.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "ID c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng ng\u01b0\u1eddi d\u00f9ng, n\u1ebfu t\u00e1c gi\u1ea3 l\u00e0 m\u1ed9t ng\u01b0\u1eddi d\u00f9ng.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "\u0110\u1ecba ch\u1ec9 email c\u1ee7a t\u00e1c gi\u1ea3 b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "\u0110\u1ecba ch\u1ec9 IP c\u1ee7a t\u00e1c gi\u1ea3 b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Hi\u1ec3n th\u1ecb t\u00ean c\u1ee7a t\u00e1c gi\u1ea3 b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL c\u1ee7a t\u00e1c gi\u1ea3 b\u00ecnh lu\u1eadn",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "Tr\u00ecnh duy\u1ec7t c\u1ee7a t\u00e1c gi\u1ea3 b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "N\u1ed9i dung cho b\u00ecnh lu\u1eadn.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "N\u1ed9i dung cho b\u00ecnh lu\u1eadn, nh\u01b0 \u0111\u00e3 t\u1ed3n t\u1ea1i trong c\u01a1 s\u1edf d\u1eef li\u1ec7u.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "N\u1ed9i dung HTML cho b\u00ecnh lu\u1eadn, d\u00f9ng \u0111\u1ec3 hi\u1ec3n th\u1ecb.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "Ng\u00e0y b\u00ecnh lu\u1eadn \u0111\u01b0\u1ee3c xu\u1ea5t b\u1ea3n, theo m\u00fai gi\u1edd c\u1ee7a trang web.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ng\u00e0y b\u00ecnh lu\u1eadn \u0111\u01b0\u1ee3c c\u00f4ng b\u1ed1, theo gi\u1edd GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "ID cha c\u1ee7a b\u00ecnh lu\u1eadn.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "ID c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng b\u00e0i vi\u1ebft li\u00ean quan.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u1ee7a b\u00ecnh lu\u1eadn.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "C\u00e1c tr\u01b0\u1eddng meta.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Note resolution status",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0110\u1ecbnh danh duy nh\u1ea5t cho b\u00ecnh lu\u1eadn.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "C\u00f3 x\u00f3a v\u0129nh vi\u1ec5n hay kh\u00f4ng.",
                            "required": false
                        },
                        "password": {
                            "description": "M\u1eadt kh\u1ea9u cho b\u00e0i vi\u1ebft n\u01a1i b\u00ecnh lu\u1eadn n\u00e0y \u0111\u01b0\u1ee3c \u0111\u0103ng (n\u1ebfu b\u00e0i vi\u1ebft \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1edfi m\u1eadt kh\u1ea9u).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 theo c\u00e1c item c\u1ee7a m\u1ed9t ki\u1ec3u \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 theo c\u00e1c item c\u1ee7a m\u1ed9t ho\u1eb7c nhi\u1ec1u ki\u1ec3u ph\u1ee5 c\u1ee7a \u0111\u1ed1i t\u01b0\u1ee3ng.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "event",
                                    "feature",
                                    "success-story",
                                    "team",
                                    "tool",
                                    "category",
                                    "post_tag",
                                    "event-type",
                                    "feature-type",
                                    "industry",
                                    "success-story-topic",
                                    "team-member",
                                    "tool-type",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Ch\u1eafc ch\u1eafn k\u1ebft qu\u1ea3 lo\u1ea1i tr\u1eeb nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 nh\u1eefng ID c\u1ed1 \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-renderer\/(?P<name>[a-z0-9-]+\/[a-z0-9-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "T\u00ean \u0111\u0103ng k\u00ed duy nh\u1ea5t cho kh\u1ed1i.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "C\u00e1c thu\u1ed9c t\u00ednh cho kh\u1ed1i.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID c\u1ee7a ng\u1eef c\u1ea3nh b\u00e0i \u0111\u0103ng.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace c\u1ee7a kh\u1ed1i.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/block-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace c\u1ee7a kh\u1ed1i.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)\/(?P<name>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "T\u00ean kh\u1ed1i.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace c\u1ee7a kh\u1ed1i.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "title": "Ti\u00eau \u0111\u1ec1",
                            "description": "Ti\u00eau \u0111\u1ec1 trang web.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "D\u00f2ng m\u00f4 t\u1ea3",
                            "description": "D\u00f2ng m\u00f4 t\u1ea3 trang web.",
                            "type": "string",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "M\u1ed9t th\u00e0nh ph\u1ed1 chung m\u00fai gi\u1edd v\u1edbi b\u1ea1n.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "\u0110\u1ecbnh d\u1ea1ng ng\u00e0y cho t\u1ea5t c\u1ea3 c\u00e1c chu\u1ed7i ng\u00e0y th\u00e1ng.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "\u0110\u1ecbnh d\u1ea1ng th\u1eddi gian cho t\u1ea5t c\u1ea3 c\u00e1c chu\u1ed7i th\u1eddi gian.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "Ng\u00e0y (th\u1ee9) b\u1eaft \u0111\u1ea7u trong tu\u1ea7n.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "M\u00e3 qu\u1ed1c gia WordPress.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "Chuy\u1ec3n bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\u00fac nh\u01b0 :-) v\u00e0 :-P th\u00e0nh \u0111\u1ed3 h\u1ecda khi hi\u1ec3n th\u1ecb.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "Danh m\u1ee5c m\u1eb7c \u0111\u1ecbnh cho b\u00e0i vi\u1ebft.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "B\u00e0i \u0111\u1ecbnh d\u1ea1ng m\u1eb7c \u0111\u1ecbnh.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "B\u00e0i vi\u1ebft t\u1ed1i \u0111a tr\u00ean m\u1ed7i trang",
                            "description": "Nh\u1eefng trang blog \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb nhi\u1ec1u nh\u1ea5t.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "Hi\u1ec3n th\u1ecb tr\u00ean trang nh\u1ea5t",
                            "description": "Ch\u1ecdn m\u1ee5c hi\u1ec3n th\u1ecb \u1edf trang ch\u1ee7",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "Tr\u00ean trang nh\u1ea5t",
                            "description": "ID c\u1ee7a trang s\u1ebd \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb tr\u00ean trang ch\u1ee7",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "ID c\u1ee7a trang n\u00ean hi\u1ec3n th\u1ecb nh\u1eefng b\u00e0i vi\u1ebft m\u1edbi nh\u1ea5t",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "Cho ph\u00e9p th\u00f4ng b\u00e1o li\u00ean k\u1ebft (pingback v\u00e0 trackback) t\u1eeb c\u00e1c blog kh\u00e1c tr\u00ean c\u00e1c b\u00e0i vi\u1ebft m\u1edbi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "Cho ph\u00e9p b\u00ecnh lu\u1eadn tr\u00ean b\u00e0i vi\u1ebft m\u1edbi",
                            "description": "Cho ph\u00e9p m\u1ecdi ng\u01b0\u1eddi g\u1eedi b\u00ecnh lu\u1eadn v\u1ec1 b\u00e0i vi\u1ebft m\u1edbi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "Logo",
                            "description": "Logo trang web.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "Bi\u1ec3u t\u01b0\u1ee3ng",
                            "description": "Bi\u1ec3u t\u01b0\u1ee3ng c\u1ee7a web.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c \u0111\u1eb7t cho giao di\u1ec7n \u0111\u01b0\u1ee3c g\u00e1n m\u1ed9t ho\u1eb7c nhi\u1ec1u tr\u1ea1ng th\u00e1i.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "B\u1ea3ng \u0111\u1ecbnh ki\u1ec3u c\u1ee7a giao di\u1ec7n. Ph\u1ea7n n\u00e0y x\u00e1c \u0111\u1ecbnh duy nh\u1ea5t giao di\u1ec7n.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 c\u00e1c plugin v\u1edbi tr\u1ea1ng th\u00e1i nh\u1ea5t \u0111\u1ecbnh.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active",
                                    "network-active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u0110\u01b0\u1eddng d\u1eabn plugin trong th\u01b0 vi\u1ec7n WordPress.org.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i k\u00edch ho\u1ea1t c\u1ee7a plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active",
                                "network-active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/plugins"
                    }
                ]
            }
        },
        "\/wp\/v2\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "Tr\u1ea1ng th\u00e1i k\u00edch ho\u1ea1t c\u1ee7a plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active",
                                "network-active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sidebars": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/sidebars"
                    }
                ]
            }
        },
        "\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a c\u1ed9t b\u00ean \u0111\u00e3 \u0111\u0103ng k\u00fd",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "C\u00e1c ti\u1ec7n \u00edch l\u1ed3ng nhau.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/widget-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a ki\u1ec3u ti\u1ec7n \u00edch.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/encode": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a ki\u1ec3u ti\u1ec7n \u00edch.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Tr\u1ea1ng th\u00e1i thi\u1ebft l\u1eadp hi\u1ec7n t\u1ea1i c\u1ee7a ti\u1ec7n \u00edch.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "D\u1eef li\u1ec7u bi\u1ec3u m\u1eabu ti\u1ec7n \u00edch \u0111\u01b0\u1ee3c tu\u1ea7n t\u1ef1 h\u00f3a \u0111\u1ec3 m\u00e3 h\u00f3a th\u00e0nh c\u00e0i \u0111\u1eb7t phi\u00ean b\u1ea3n.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Id c\u1ee7a ki\u1ec3u ti\u1ec7n \u00edch.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Tr\u1ea1ng th\u00e1i thi\u1ebft l\u1eadp hi\u1ec7n t\u1ea1i c\u1ee7a ti\u1ec7n \u00edch.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "C\u1ed9t b\u00ean \u0111\u1ec3 tr\u1ea3 c\u00e1c ti\u1ec7n \u00edch v\u1ec1.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 \u0111\u1ecbnh danh duy nh\u1ea5t cho ti\u1ec7n \u00edch.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Lo\u1ea1i ti\u1ec7n \u00edch. T\u01b0\u01a1ng \u1ee9ng v\u1edbi ID trong \u0111i\u1ec3m cu\u1ed1i lo\u1ea1i ti\u1ec7n \u00edch.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "Thanh b\u00ean m\u00e0 ti\u1ec7n \u00edch thu\u1ed9c v\u1ec1.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u1ea5u h\u00ecnh c\u1ee7a ti\u1ec7n \u00edch, n\u1ebfu \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "M\u00e3 h\u00f3a base64 c\u1ee7a thi\u1ebft l\u1eadp tr\u1ea1ng th\u00e1i.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "M\u00e3 \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a c\u1ee7a tr\u1ea1ng th\u00e1i thi\u1ebft l\u1eadp.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "C\u00e0i \u0111\u1eb7t phi\u00ean b\u1ea3n ch\u01b0a \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a, n\u1ebfu \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "D\u1eef li\u1ec7u bi\u1ec3u m\u1eabu \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a URL t\u1eeb bi\u1ec3u m\u1eabu qu\u1ea3n tr\u1ecb ti\u1ec7n \u00edch. \u0110\u01b0\u1ee3c s\u1eed d\u1ee5ng \u0111\u1ec3 c\u1eadp nh\u1eadt ti\u1ec7n \u00edch kh\u00f4ng h\u1ed7 tr\u1ee3 tr\u1ea1ng th\u00e1i. Ch\u1ec9 cho ghi.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/widgets"
                    }
                ]
            }
        },
        "\/wp\/v2\/widgets\/(?P<id>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "M\u00e3 \u0111\u1ecbnh danh duy nh\u1ea5t cho ti\u1ec7n \u00edch.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Lo\u1ea1i ti\u1ec7n \u00edch. T\u01b0\u01a1ng \u1ee9ng v\u1edbi ID trong \u0111i\u1ec3m cu\u1ed1i lo\u1ea1i ti\u1ec7n \u00edch.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "Thanh b\u00ean m\u00e0 ti\u1ec7n \u00edch thu\u1ed9c v\u1ec1.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Tr\u1ea1ng th\u00e1i c\u1ea5u h\u00ecnh c\u1ee7a ti\u1ec7n \u00edch, n\u1ebfu \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "M\u00e3 h\u00f3a base64 c\u1ee7a thi\u1ebft l\u1eadp tr\u1ea1ng th\u00e1i.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "M\u00e3 \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a c\u1ee7a tr\u1ea1ng th\u00e1i thi\u1ebft l\u1eadp.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "C\u00e0i \u0111\u1eb7t phi\u00ean b\u1ea3n ch\u01b0a \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a, n\u1ebfu \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "D\u1eef li\u1ec7u bi\u1ec3u m\u1eabu \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a URL t\u1eeb bi\u1ec3u m\u1eabu qu\u1ea3n tr\u1ecb ti\u1ec7n \u00edch. \u0110\u01b0\u1ee3c s\u1eed d\u1ee5ng \u0111\u1ec3 c\u1eadp nh\u1eadt ti\u1ec7n \u00edch kh\u00f4ng h\u1ed7 tr\u1ee3 tr\u1ea1ng th\u00e1i. Ch\u1ec9 cho ghi.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Li\u1ec7u c\u00f3 th\u1ec3 x\u00f3a ti\u1ec7n \u00edch, hay chuy\u1ec3n n\u00f3 t\u1edbi danh s\u00e1ch ti\u1ec7n \u00edch kh\u00f4ng s\u1eed d\u1ee5ng.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ch\u1ec9 c\u00e1c kh\u1ed1i theo k\u1ebft qu\u1ea3 t\u00ecm ki\u1ebfm.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t chu\u1ed7i.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong m\u1ed9t ID danh m\u1ee5c.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p trong ID t\u1eeb kho\u00e1.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Gi\u1edbi h\u1ea1n k\u1ebft qu\u1ea3 \u0111\u1ed1i v\u1edbi nh\u1eefng k\u1ebft qu\u1ea3 ph\u00f9 h\u1ee3p v\u1edbi m\u1ed9t m\u1eabu (slug).",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Offset k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c thi\u1ebft l\u1eadp b\u1edfi m\u1ed9t s\u1ed1 l\u01b0\u1ee3ng c\u1ee5 th\u1ec3.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u1eafp x\u1ebfp thu\u1ed9c t\u00ednh t\u0103ng d\u1ea7n ho\u1eb7c gi\u1ea3m d\u1ea7n.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "S\u1eafp x\u1ebfp b\u1ed9 s\u01b0u t\u1eadp theo thu\u1ed9c t\u00ednh c\u1ee7a b\u00e0i vi\u1ebft.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/pattern-directory\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/block-patterns\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/block-patterns\/categories"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-site-health\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-site-health\/v1"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/background-updates": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-site-health\/v1\/tests\/background-updates"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/loopback-requests": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/https-status": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-site-health\/v1\/tests\/https-status"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/dotorg-communication": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/authorization-header": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/directory-sizes": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-site-health\/v1\/directory-sizes"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/page-cache": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-site-health\/v1\/tests\/page-cache"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-block-editor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "URL x\u1eed l\u00fd.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "Ch\u1ec9 d\u00f9ng ch\u1eef v\u00e0 s\u1ed1 cho v\u1ecb tr\u00ed menu.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-block-editor\/v1\/export": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-block-editor\/v1\/export"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/navigation-fallback": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-abilities\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-abilities\/v1"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-abilities\/v1\/categories"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories\/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Unique identifier for the ability category.",
                            "type": "string",
                            "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+?)\/run": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "Unique identifier for the ability.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        },
                        "input": {
                            "description": "Input parameters for the ability execution.",
                            "type": [
                                "integer",
                                "number",
                                "boolean",
                                "string",
                                "array",
                                "object",
                                "null"
                            ],
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope c\u1ee7a request; quy\u1ebft \u0111\u1ecbnh tr\u01b0\u1eddng n\u00e0o s\u1ebd \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 \u1edf response.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Trang hi\u1ec7n t\u1ea1i c\u1ee7a b\u1ed9 s\u01b0u t\u1eadp.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "S\u1ed1 l\u01b0\u1ee3ng k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c tr\u1ea3 v\u1ec1 m\u1ed9t l\u1ea7n.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "description": "Limit results to abilities in specific ability category.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp-abilities\/v1\/abilities"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Unique identifier for the ability.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 14,
    "site_icon": 28782,
    "site_icon_url": "https:\/\/www.pacificcommunityventures.org\/wp-content\/uploads\/sites\/9\/2026\/01\/cropped-PCV-facvicon_512-1.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/media\/14"
            },
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/www.pacificcommunityventures.org\/vi\/wp-json\/wp\/v2\/media\/28782"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}