{
    "name": "HKBU Fact Check",
    "description": "",
    "url": "https:\/\/factcheck.hkbu.edu.hk\/home",
    "home": "https:\/\/factcheck.hkbu.edu.hk\/home\/en",
    "gmt_offset": 8,
    "timezone_string": "Asia\/Hong_Kong",
    "namespaces": [
        "oembed\/1.0",
        "akismet\/v1",
        "bsf-custom-fonts\/v1",
        "filebird\/v1",
        "filebird\/public\/v1",
        "metaslider\/v1",
        "metaslider-pro\/v1",
        "wp\/v2"
    ],
    "authentication": [],
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/"
                    }
                ]
            }
        },
        "\/oembed\/1.0": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "required": false,
                            "default": "oembed\/1.0"
                        },
                        "context": {
                            "required": false,
                            "default": "view"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "required": true
                        },
                        "format": {
                            "required": false,
                            "default": "json"
                        },
                        "maxwidth": {
                            "required": false,
                            "default": 600
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "required": true,
                            "description": "The URL of the resource for which to fetch oEmbed data.",
                            "type": "string"
                        },
                        "format": {
                            "required": false,
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "description": "The oEmbed format to use.",
                            "type": "string"
                        },
                        "maxwidth": {
                            "required": false,
                            "default": 600,
                            "description": "The maximum width of the embed frame in pixels.",
                            "type": "integer"
                        },
                        "maxheight": {
                            "required": false,
                            "description": "The maximum height of the embed frame in pixels.",
                            "type": "integer"
                        },
                        "discover": {
                            "required": false,
                            "default": true,
                            "description": "Whether to perform an oEmbed discovery request for non-whitelisted providers.",
                            "type": "boolean"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/akismet\/v1": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "required": false,
                            "default": "akismet\/v1"
                        },
                        "context": {
                            "required": false,
                            "default": "view"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/akismet\/v1"
                    }
                ]
            }
        },
        "\/akismet\/v1\/key": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "required": true,
                            "description": "A 12-character Akismet API key. Available at akismet.com\/get\/",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/akismet\/v1\/key"
                    }
                ]
            }
        },
        "\/akismet\/v1\/settings": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "akismet_strictness": {
                            "required": false,
                            "description": "If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.",
                            "type": "boolean"
                        },
                        "akismet_show_user_comments_approved": {
                            "required": false,
                            "description": "If true, show the number of approved comments beside each comment author in the comments list page.",
                            "type": "boolean"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/akismet\/v1\/settings"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "required": false,
                            "default": "all",
                            "description": "The time period for which to retrieve stats. Options: 60-days, 6-months, all",
                            "type": "string"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/akismet\/v1\/stats"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats\/(?P<interval>[\\w+])": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "required": false,
                            "description": "The time period for which to retrieve stats. Options: 60-days, 6-months, all",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/akismet\/v1\/alert": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "key": {
                            "required": false,
                            "description": "A 12-character Akismet API key. Available at akismet.com\/get\/",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "required": false,
                            "description": "A 12-character Akismet API key. Available at akismet.com\/get\/",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "key": {
                            "required": false,
                            "description": "A 12-character Akismet API key. Available at akismet.com\/get\/",
                            "type": "string"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/akismet\/v1\/alert"
                    }
                ]
            }
        },
        "\/bsf-custom-fonts\/v1": {
            "namespace": "bsf-custom-fonts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "required": false,
                            "default": "bsf-custom-fonts\/v1"
                        },
                        "context": {
                            "required": false,
                            "default": "view"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/bsf-custom-fonts\/v1"
                    }
                ]
            }
        },
        "\/bsf-custom-fonts\/v1\/admin\/settings": {
            "namespace": "bsf-custom-fonts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/bsf-custom-fonts\/v1\/admin\/settings"
                    }
                ]
            }
        },
        "\/filebird\/v1": {
            "namespace": "filebird\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "required": false,
                            "default": "filebird\/v1"
                        },
                        "context": {
                            "required": false,
                            "default": "view"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1"
                    }
                ]
            }
        },
        "\/filebird\/v1\/fb-import": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/fb-import"
                    }
                ]
            }
        },
        "\/filebird\/v1\/fb-import-insert-folder": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/fb-import-insert-folder"
                    }
                ]
            }
        },
        "\/filebird\/v1\/fb-import-after-inserting": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/fb-import-after-inserting"
                    }
                ]
            }
        },
        "\/filebird\/v1\/fb-no-thanks": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/fb-no-thanks"
                    }
                ]
            }
        },
        "\/filebird\/v1\/fb-get-old-data": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/fb-get-old-data"
                    }
                ]
            }
        },
        "\/filebird\/v1\/fb-insert-old-data": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/fb-insert-old-data"
                    }
                ]
            }
        },
        "\/filebird\/v1\/fb-wipe-old-data": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/fb-wipe-old-data"
                    }
                ]
            }
        },
        "\/filebird\/v1\/fb-wipe-clear-all-data": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/fb-wipe-clear-all-data"
                    }
                ]
            }
        },
        "\/filebird\/v1\/get-folders": {
            "namespace": "filebird\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/get-folders"
                    }
                ]
            }
        },
        "\/filebird\/v1\/gutenberg-get-folders": {
            "namespace": "filebird\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/gutenberg-get-folders"
                    }
                ]
            }
        },
        "\/filebird\/v1\/new-folder": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/new-folder"
                    }
                ]
            }
        },
        "\/filebird\/v1\/update-folder": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/update-folder"
                    }
                ]
            }
        },
        "\/filebird\/v1\/update-folder-ord": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/update-folder-ord"
                    }
                ]
            }
        },
        "\/filebird\/v1\/delete-folder": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/delete-folder"
                    }
                ]
            }
        },
        "\/filebird\/v1\/set-folder-attachments": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/set-folder-attachments"
                    }
                ]
            }
        },
        "\/filebird\/v1\/generate-attachment-size": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/generate-attachment-size"
                    }
                ]
            }
        },
        "\/filebird\/v1\/update-tree": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/update-tree"
                    }
                ]
            }
        },
        "\/filebird\/v1\/get-relations": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/get-relations"
                    }
                ]
            }
        },
        "\/filebird\/v1\/set-settings": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/set-settings"
                    }
                ]
            }
        },
        "\/filebird\/v1\/export-csv": {
            "namespace": "filebird\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/export-csv"
                    }
                ]
            }
        },
        "\/filebird\/v1\/import-csv": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/import-csv"
                    }
                ]
            }
        },
        "\/filebird\/v1\/import-csv-detail": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/import-csv-detail"
                    }
                ]
            }
        },
        "\/filebird\/v1\/fbv-api": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/fbv-api"
                    }
                ]
            }
        },
        "\/filebird\/public\/v1": {
            "namespace": "filebird\/public\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "required": false,
                            "default": "filebird\/public\/v1"
                        },
                        "context": {
                            "required": false,
                            "default": "view"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/public\/v1"
                    }
                ]
            }
        },
        "\/filebird\/public\/v1\/folders": {
            "namespace": "filebird\/public\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/public\/v1\/folders"
                    }
                ]
            }
        },
        "\/filebird\/public\/v1\/folder": {
            "namespace": "filebird\/public\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/public\/v1\/folder"
                    }
                ]
            }
        },
        "\/filebird\/public\/v1\/folder\/set-attachment": {
            "namespace": "filebird\/public\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/public\/v1\/folder\/set-attachment"
                    }
                ]
            }
        },
        "\/filebird\/public\/v1\/attachment-id": {
            "namespace": "filebird\/public\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/public\/v1\/attachment-id"
                    }
                ]
            }
        },
        "\/filebird\/public\/v1\/attachment-count": {
            "namespace": "filebird\/public\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/public\/v1\/attachment-count"
                    }
                ]
            }
        },
        "\/filebird\/v1\/gutenberg-get-images": {
            "namespace": "filebird\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/filebird\/v1\/gutenberg-get-images"
                    }
                ]
            }
        },
        "\/metaslider\/v1": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "required": false,
                            "default": "metaslider\/v1"
                        },
                        "context": {
                            "required": false,
                            "default": "view"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/slideshow\/all": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/slideshow\/all"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/slideshow\/list": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/slideshow\/list"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/slideshow\/single": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/slideshow\/single"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/slideshow\/legacy": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/slideshow\/legacy"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/slideshow\/preview": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/slideshow\/preview"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/slideshow\/save": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/slideshow\/save"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/slideshow\/delete": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/slideshow\/delete"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/slideshow\/duplicate": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/slideshow\/duplicate"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/slideshow\/search": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/slideshow\/search"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/slideshow\/export": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/slideshow\/export"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/slideshow\/import": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/slideshow\/import"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/themes\/all": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/themes\/all"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/themes\/custom": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/themes\/custom"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/themes\/set": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/themes\/set"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/import\/images": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/import\/images"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/import\/others": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/import\/others"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/tour\/status": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/tour\/status"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/settings\/user\/save": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/settings\/user\/save"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/settings\/user": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/settings\/user"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/settings\/global\/save": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/settings\/global\/save"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/settings\/global\/single\/save": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/settings\/global\/single\/save"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/settings\/single": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/settings\/single"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/settings\/global": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/settings\/global"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/settings\/slideshow\/save": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/settings\/slideshow\/save"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/settings\/slideshow\/save-single": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/settings\/slideshow\/save-single"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/settings\/slideshow\/defaults": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/settings\/slideshow\/defaults"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/settings\/slideshow\/defaults\/save": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/settings\/slideshow\/defaults\/save"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/images\/ids-from-filenames": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/images\/ids-from-filenames"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/settings\/pro": {
            "namespace": "metaslider\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/settings\/pro"
                    }
                ]
            }
        },
        "\/metaslider\/v1\/settings\/pro\/save": {
            "namespace": "metaslider\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider\/v1\/settings\/pro\/save"
                    }
                ]
            }
        },
        "\/metaslider-pro\/v1": {
            "namespace": "metaslider-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "required": false,
                            "default": "metaslider-pro\/v1"
                        },
                        "context": {
                            "required": false,
                            "default": "view"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider-pro\/v1"
                    }
                ]
            }
        },
        "\/metaslider-pro\/v1\/slideshow\/extra-css": {
            "namespace": "metaslider-pro\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/metaslider-pro\/v1\/slideshow\/extra-css"
                    }
                ]
            }
        },
        "\/wp\/v2": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "required": false,
                            "default": "wp\/v2"
                        },
                        "context": {
                            "required": false,
                            "default": "view"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "tags": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the tags taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "tags_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the tags taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "sticky": {
                            "required": false,
                            "description": "Limit result set to items that are sticky.",
                            "type": "boolean"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "format": {
                            "required": false,
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "description": "The format for the object.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "sticky": {
                            "required": false,
                            "description": "Whether or not the object should be treated as sticky.",
                            "type": "boolean"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "tags": {
                            "required": false,
                            "description": "The terms assigned to the object in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "format": {
                            "required": false,
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "description": "The format for the object.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "sticky": {
                            "required": false,
                            "description": "Whether or not the object should be treated as sticky.",
                            "type": "boolean"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "tags": {
                            "required": false,
                            "description": "The terms assigned to the object in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "format": {
                            "required": false,
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "description": "The format for the object.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "sticky": {
                            "required": false,
                            "description": "Whether or not the object should be treated as sticky.",
                            "type": "boolean"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "tags": {
                            "required": false,
                            "description": "The terms assigned to the object in the post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "menu_order": {
                            "required": false,
                            "description": "Limit result set to posts with a specific menu_order value.",
                            "type": "integer"
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "parent": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to items with particular parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "parent_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those of a particular parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "menu_order": {
                            "required": false,
                            "description": "The order of the object in relation to other object of its type.",
                            "type": "integer"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "menu_order": {
                            "required": false,
                            "description": "The order of the object in relation to other object of its type.",
                            "type": "integer"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "menu_order": {
                            "required": false,
                            "description": "The order of the object in relation to other object of its type.",
                            "type": "integer"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "parent": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to items with particular parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "parent_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those of a particular parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "inherit",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            }
                        },
                        "media_type": {
                            "required": false,
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio"
                            ],
                            "description": "Limit result set to attachments of a particular media type.",
                            "type": "string"
                        },
                        "mime_type": {
                            "required": false,
                            "description": "Limit result set to attachments of a particular MIME type.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "alt_text": {
                            "required": false,
                            "description": "Alternative text to display when attachment is not displayed.",
                            "type": "string"
                        },
                        "caption": {
                            "required": false,
                            "description": "The attachment caption.",
                            "type": "object"
                        },
                        "description": {
                            "required": false,
                            "description": "The attachment description.",
                            "type": "object"
                        },
                        "post": {
                            "required": false,
                            "description": "The ID for the associated post of the attachment.",
                            "type": "integer"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/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": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "alt_text": {
                            "required": false,
                            "description": "Alternative text to display when attachment is not displayed.",
                            "type": "string"
                        },
                        "caption": {
                            "required": false,
                            "description": "The attachment caption.",
                            "type": "object"
                        },
                        "description": {
                            "required": false,
                            "description": "The attachment description.",
                            "type": "object"
                        },
                        "post": {
                            "required": false,
                            "description": "The ID for the associated post of the attachment.",
                            "type": "integer"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "action": {
                            "required": true,
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_report_eng": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_report_eng"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_report_eng\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_report_eng\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_report_eng\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_report_eng\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_report_eng\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_clarification": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_clarification"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_clarification\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_clarification\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_clarification\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_clarification\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_clarification\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_clarification_en": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_clarification_en"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_clarification_en\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_clarification_en\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_clarification_en\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_clarification_en\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_clarification_en\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_n_comments": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_n_comments"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_n_comments\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_n_comments\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_n_comments\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_n_comments\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_n_comments\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_n_comments_en": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_n_comments_en"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_n_comments_en\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_n_comments_en\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_n_comments_en\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_n_comments_en\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_n_comments_en\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_videos": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_videos"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_videos\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_videos\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_videos\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_videos\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_videos\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_videos_en": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_videos_en"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_videos_en\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_videos_en\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_videos_en\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_videos_en\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_videos_en\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_news_release": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_news_release"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_news_release\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_news_release\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_news_release\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_news_release\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_news_release\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_news_release_en": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_news_release_en"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_news_release_en\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_news_release_en\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_news_release_en\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_news_release_en\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_news_release_en\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_research": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_research"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_research\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_research\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_research\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_research\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_research\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_research_en": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_research_en"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_research_en\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_research_en\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_research_en\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_research_en\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_research_en\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_workshop": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_workshop"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_workshop\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_workshop\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_workshop\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_workshop\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_workshop\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_workshop_en": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_workshop_en"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_workshop_en\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_workshop_en\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_workshop_en\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_workshop_en\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_workshop_en\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_literacy": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_literacy"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_literacy\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_literacy\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_literacy\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_literacy\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_literacy\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_literacy_en": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_literacy_en"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_literacy_en\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_literacy_en\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_literacy_en\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_literacy_en\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_literacy_en\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_tips": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_tips"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_tips\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_tips\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_tips\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_tips\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_tips\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_tips_en": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/fc_tips_en"
                    }
                ]
            }
        },
        "\/wp\/v2\/fc_tips_en\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_tips_en\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_tips_en\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_tips_en\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/fc_tips_en\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/recent_activities": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/recent_activities"
                    }
                ]
            }
        },
        "\/wp\/v2\/recent_activities\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/recent_activities\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/recent_activities\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/recent_activities\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/recent_activities\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/recent_activities_en": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to posts published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes posts assigned to specific authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to posts published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to posts with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "publish",
                            "description": "Limit result set to posts assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "any"
                                ],
                                "type": "string"
                            }
                        },
                        "tax_relation": {
                            "required": false,
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "description": "Limit result set based on relationship between multiple taxonomies.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "categories_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to all items except those that have the specified term assigned in the categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/recent_activities_en"
                    }
                ]
            }
        },
        "\/wp\/v2\/recent_activities_en\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/recent_activities_en\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/recent_activities_en\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as revisions do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/recent_activities_en\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": [
                                "string",
                                "null"
                            ]
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the object unique to its type.",
                            "type": "string"
                        },
                        "status": {
                            "required": false,
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private"
                            ],
                            "description": "A named status for the object.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "A password to protect access to the content and excerpt.",
                            "type": "string"
                        },
                        "title": {
                            "required": false,
                            "description": "The title for the object.",
                            "type": "object"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID for the author of the object.",
                            "type": "integer"
                        },
                        "excerpt": {
                            "required": false,
                            "description": "The excerpt for the object.",
                            "type": "object"
                        },
                        "featured_media": {
                            "required": false,
                            "description": "The ID of the featured media for the object.",
                            "type": "integer"
                        },
                        "comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not comments are open on the object.",
                            "type": "string"
                        },
                        "ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Whether or not the object can be pinged.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        },
                        "template": {
                            "required": false,
                            "description": "The theme file to use to display the object.",
                            "type": "string"
                        },
                        "categories": {
                            "required": false,
                            "description": "The terms assigned to the object in the category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/recent_activities_en\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "id": {
                            "required": false,
                            "description": "The ID for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "required": false,
                            "description": "An alphanumeric identifier for the post type.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "required": false,
                            "description": "An alphanumeric identifier for the status.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "type": {
                            "required": false,
                            "description": "Limit results to taxonomies associated with a specific post type.",
                            "type": "string"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "required": false,
                            "description": "An alphanumeric identifier for the taxonomy.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "order": {
                            "required": false,
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "description": "Sort collection by term attribute.",
                            "type": "string"
                        },
                        "hide_empty": {
                            "required": false,
                            "default": false,
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean"
                        },
                        "parent": {
                            "required": false,
                            "description": "Limit result set to terms assigned to a specific parent.",
                            "type": "integer"
                        },
                        "post": {
                            "required": false,
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "description": {
                            "required": false,
                            "description": "HTML description of the term.",
                            "type": "string"
                        },
                        "name": {
                            "required": true,
                            "description": "HTML title for the term.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string"
                        },
                        "parent": {
                            "required": false,
                            "description": "The parent term ID.",
                            "type": "integer"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the term.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the term.",
                            "type": "integer"
                        },
                        "description": {
                            "required": false,
                            "description": "HTML description of the term.",
                            "type": "string"
                        },
                        "name": {
                            "required": false,
                            "description": "HTML title for the term.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string"
                        },
                        "parent": {
                            "required": false,
                            "description": "The parent term ID.",
                            "type": "integer"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the term.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "description": "Sort collection by term attribute.",
                            "type": "string"
                        },
                        "hide_empty": {
                            "required": false,
                            "default": false,
                            "description": "Whether to hide terms not assigned to any posts.",
                            "type": "boolean"
                        },
                        "post": {
                            "required": false,
                            "description": "Limit result set to terms assigned to a specific post.",
                            "type": "integer"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to terms with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "description": {
                            "required": false,
                            "description": "HTML description of the term.",
                            "type": "string"
                        },
                        "name": {
                            "required": true,
                            "description": "HTML title for the term.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the term.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the term.",
                            "type": "integer"
                        },
                        "description": {
                            "required": false,
                            "description": "HTML description of the term.",
                            "type": "string"
                        },
                        "name": {
                            "required": false,
                            "description": "HTML title for the term.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the term unique to its type.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the term.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as terms do not support trashing.",
                            "type": "boolean"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "Limit result set to users with one or more specific slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "roles": {
                            "required": false,
                            "description": "Limit result set to users matching at least one specific role provided. Accepts csv list or single role.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "who": {
                            "required": false,
                            "enum": [
                                "authors"
                            ],
                            "description": "Limit result set to users who are considered authors.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "username": {
                            "required": true,
                            "description": "Login name for the user.",
                            "type": "string"
                        },
                        "name": {
                            "required": false,
                            "description": "Display name for the user.",
                            "type": "string"
                        },
                        "first_name": {
                            "required": false,
                            "description": "First name for the user.",
                            "type": "string"
                        },
                        "last_name": {
                            "required": false,
                            "description": "Last name for the user.",
                            "type": "string"
                        },
                        "email": {
                            "required": true,
                            "description": "The email address for the user.",
                            "type": "string"
                        },
                        "url": {
                            "required": false,
                            "description": "URL of the user.",
                            "type": "string"
                        },
                        "description": {
                            "required": false,
                            "description": "Description of the user.",
                            "type": "string"
                        },
                        "locale": {
                            "required": false,
                            "enum": [
                                "",
                                "en_US",
                                "zh_HK"
                            ],
                            "description": "Locale for the user.",
                            "type": "string"
                        },
                        "nickname": {
                            "required": false,
                            "description": "The nickname for the user.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the user.",
                            "type": "string"
                        },
                        "roles": {
                            "required": false,
                            "description": "Roles assigned to the user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "password": {
                            "required": true,
                            "description": "Password for the user (never included).",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the user.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the user.",
                            "type": "integer"
                        },
                        "username": {
                            "required": false,
                            "description": "Login name for the user.",
                            "type": "string"
                        },
                        "name": {
                            "required": false,
                            "description": "Display name for the user.",
                            "type": "string"
                        },
                        "first_name": {
                            "required": false,
                            "description": "First name for the user.",
                            "type": "string"
                        },
                        "last_name": {
                            "required": false,
                            "description": "Last name for the user.",
                            "type": "string"
                        },
                        "email": {
                            "required": false,
                            "description": "The email address for the user.",
                            "type": "string"
                        },
                        "url": {
                            "required": false,
                            "description": "URL of the user.",
                            "type": "string"
                        },
                        "description": {
                            "required": false,
                            "description": "Description of the user.",
                            "type": "string"
                        },
                        "locale": {
                            "required": false,
                            "enum": [
                                "",
                                "en_US",
                                "zh_HK"
                            ],
                            "description": "Locale for the user.",
                            "type": "string"
                        },
                        "nickname": {
                            "required": false,
                            "description": "The nickname for the user.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the user.",
                            "type": "string"
                        },
                        "roles": {
                            "required": false,
                            "description": "Roles assigned to the user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "password": {
                            "required": false,
                            "description": "Password for the user (never included).",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the user.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as users do not support trashing.",
                            "type": "boolean"
                        },
                        "reassign": {
                            "required": true,
                            "description": "Reassign the deleted user's posts and links to this user ID.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "required": false,
                            "description": "Login name for the user.",
                            "type": "string"
                        },
                        "name": {
                            "required": false,
                            "description": "Display name for the user.",
                            "type": "string"
                        },
                        "first_name": {
                            "required": false,
                            "description": "First name for the user.",
                            "type": "string"
                        },
                        "last_name": {
                            "required": false,
                            "description": "Last name for the user.",
                            "type": "string"
                        },
                        "email": {
                            "required": false,
                            "description": "The email address for the user.",
                            "type": "string"
                        },
                        "url": {
                            "required": false,
                            "description": "URL of the user.",
                            "type": "string"
                        },
                        "description": {
                            "required": false,
                            "description": "Description of the user.",
                            "type": "string"
                        },
                        "locale": {
                            "required": false,
                            "enum": [
                                "",
                                "en_US",
                                "zh_HK"
                            ],
                            "description": "Locale for the user.",
                            "type": "string"
                        },
                        "nickname": {
                            "required": false,
                            "description": "The nickname for the user.",
                            "type": "string"
                        },
                        "slug": {
                            "required": false,
                            "description": "An alphanumeric identifier for the user.",
                            "type": "string"
                        },
                        "roles": {
                            "required": false,
                            "description": "Roles assigned to the user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "password": {
                            "required": false,
                            "description": "Password for the user (never included).",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Required to be true, as users do not support trashing.",
                            "type": "boolean"
                        },
                        "reassign": {
                            "required": true,
                            "description": "Reassign the deleted user's posts and links to this user ID.",
                            "type": "integer"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/users\/me"
                    }
                ]
            }
        },
        "\/wp\/v2\/comments": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "after": {
                            "required": false,
                            "description": "Limit response to comments published after a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "author": {
                            "required": false,
                            "description": "Limit result set to comments assigned to specific user IDs. Requires authorization.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_exclude": {
                            "required": false,
                            "description": "Ensure result set excludes comments assigned to specific user IDs. Requires authorization.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "author_email": {
                            "required": false,
                            "description": "Limit result set to that from a specific author email. Requires authorization.",
                            "type": "string"
                        },
                        "before": {
                            "required": false,
                            "description": "Limit response to comments published before a given ISO8601 compliant date.",
                            "type": "string"
                        },
                        "exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "include": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "offset": {
                            "required": false,
                            "description": "Offset the result set by a specific number of items.",
                            "type": "integer"
                        },
                        "order": {
                            "required": false,
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string"
                        },
                        "orderby": {
                            "required": false,
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "description": "Sort collection by object attribute.",
                            "type": "string"
                        },
                        "parent": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to comments of specific parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "parent_exclude": {
                            "required": false,
                            "default": [],
                            "description": "Ensure result set excludes specific parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "post": {
                            "required": false,
                            "default": [],
                            "description": "Limit result set to comments assigned to specific post IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            }
                        },
                        "status": {
                            "required": false,
                            "default": "approve",
                            "description": "Limit result set to comments assigned a specific status. Requires authorization.",
                            "type": "string"
                        },
                        "type": {
                            "required": false,
                            "default": "comment",
                            "description": "Limit result set to comments assigned a specific type. Requires authorization.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the post if it is password protected.",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "required": false,
                            "description": "The ID of the user object, if author was a user.",
                            "type": "integer"
                        },
                        "author_email": {
                            "required": false,
                            "description": "Email address for the object author.",
                            "type": "string"
                        },
                        "author_ip": {
                            "required": false,
                            "description": "IP address for the object author.",
                            "type": "string"
                        },
                        "author_name": {
                            "required": false,
                            "description": "Display name for the object author.",
                            "type": "string"
                        },
                        "author_url": {
                            "required": false,
                            "description": "URL for the object author.",
                            "type": "string"
                        },
                        "author_user_agent": {
                            "required": false,
                            "description": "User agent for the object author.",
                            "type": "string"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": "string"
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": "string"
                        },
                        "parent": {
                            "required": false,
                            "default": 0,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "post": {
                            "required": false,
                            "default": 0,
                            "description": "The ID of the associated post object.",
                            "type": "integer"
                        },
                        "status": {
                            "required": false,
                            "description": "State of the object.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/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": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the parent post of the comment (if the post is password protected).",
                            "type": "string"
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "author": {
                            "required": false,
                            "description": "The ID of the user object, if author was a user.",
                            "type": "integer"
                        },
                        "author_email": {
                            "required": false,
                            "description": "Email address for the object author.",
                            "type": "string"
                        },
                        "author_ip": {
                            "required": false,
                            "description": "IP address for the object author.",
                            "type": "string"
                        },
                        "author_name": {
                            "required": false,
                            "description": "Display name for the object author.",
                            "type": "string"
                        },
                        "author_url": {
                            "required": false,
                            "description": "URL for the object author.",
                            "type": "string"
                        },
                        "author_user_agent": {
                            "required": false,
                            "description": "User agent for the object author.",
                            "type": "string"
                        },
                        "content": {
                            "required": false,
                            "description": "The content for the object.",
                            "type": "object"
                        },
                        "date": {
                            "required": false,
                            "description": "The date the object was published, in the site's timezone.",
                            "type": "string"
                        },
                        "date_gmt": {
                            "required": false,
                            "description": "The date the object was published, as GMT.",
                            "type": "string"
                        },
                        "parent": {
                            "required": false,
                            "description": "The ID for the parent of the object.",
                            "type": "integer"
                        },
                        "post": {
                            "required": false,
                            "description": "The ID of the associated post object.",
                            "type": "integer"
                        },
                        "status": {
                            "required": false,
                            "description": "State of the object.",
                            "type": "string"
                        },
                        "meta": {
                            "required": false,
                            "description": "Meta fields.",
                            "type": "object"
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": false,
                            "description": "Unique identifier for the object.",
                            "type": "integer"
                        },
                        "force": {
                            "required": false,
                            "default": false,
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean"
                        },
                        "password": {
                            "required": false,
                            "description": "The password for the parent post of the comment (if the post is password protected).",
                            "type": "string"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "type": {
                            "required": false,
                            "default": "post",
                            "enum": [
                                "post"
                            ],
                            "description": "Limit results to items of an object type.",
                            "type": "string"
                        },
                        "subtype": {
                            "required": false,
                            "default": "any",
                            "description": "Limit results to items of one or more object subtypes.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "fc_report_eng",
                                    "fc_clarification",
                                    "fc_clarification_en",
                                    "fc_n_comments",
                                    "fc_n_comments_en",
                                    "fc_videos",
                                    "fc_videos_en",
                                    "fc_news_release",
                                    "fc_news_release_en",
                                    "fc_research",
                                    "fc_research_en",
                                    "fc_workshop",
                                    "fc_workshop_en",
                                    "fc_literacy",
                                    "fc_literacy_en",
                                    "fc_tips",
                                    "fc_tips_en",
                                    "recent_activities",
                                    "recent_activities_en",
                                    "any"
                                ],
                                "type": "string"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-renderer\/(?P<name>core\/archives)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": false,
                            "description": "Unique registered name for the block.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "attributes": {
                            "required": false,
                            "default": [],
                            "description": "Attributes for core\/archives block",
                            "type": "object"
                        },
                        "post_id": {
                            "required": false,
                            "description": "ID of the post context.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-renderer\/(?P<name>core\/block)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": false,
                            "description": "Unique registered name for the block.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "attributes": {
                            "required": false,
                            "default": [],
                            "description": "Attributes for core\/block block",
                            "type": "object"
                        },
                        "post_id": {
                            "required": false,
                            "description": "ID of the post context.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-renderer\/(?P<name>core\/calendar)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": false,
                            "description": "Unique registered name for the block.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "attributes": {
                            "required": false,
                            "default": [],
                            "description": "Attributes for core\/calendar block",
                            "type": "object"
                        },
                        "post_id": {
                            "required": false,
                            "description": "ID of the post context.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-renderer\/(?P<name>core\/categories)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": false,
                            "description": "Unique registered name for the block.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "attributes": {
                            "required": false,
                            "default": [],
                            "description": "Attributes for core\/categories block",
                            "type": "object"
                        },
                        "post_id": {
                            "required": false,
                            "description": "ID of the post context.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-renderer\/(?P<name>core\/latest-comments)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": false,
                            "description": "Unique registered name for the block.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "attributes": {
                            "required": false,
                            "default": [],
                            "description": "Attributes for core\/latest-comments block",
                            "type": "object"
                        },
                        "post_id": {
                            "required": false,
                            "description": "ID of the post context.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-renderer\/(?P<name>core\/latest-posts)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": false,
                            "description": "Unique registered name for the block.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "attributes": {
                            "required": false,
                            "default": [],
                            "description": "Attributes for core\/latest-posts block",
                            "type": "object"
                        },
                        "post_id": {
                            "required": false,
                            "description": "ID of the post context.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-renderer\/(?P<name>core\/rss)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": false,
                            "description": "Unique registered name for the block.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "attributes": {
                            "required": false,
                            "default": [],
                            "description": "Attributes for core\/rss block",
                            "type": "object"
                        },
                        "post_id": {
                            "required": false,
                            "description": "ID of the post context.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-renderer\/(?P<name>core\/search)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": false,
                            "description": "Unique registered name for the block.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "attributes": {
                            "required": false,
                            "default": [],
                            "description": "Attributes for core\/search block",
                            "type": "object"
                        },
                        "post_id": {
                            "required": false,
                            "description": "ID of the post context.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-renderer\/(?P<name>core\/shortcode)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": false,
                            "description": "Unique registered name for the block.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "attributes": {
                            "required": false,
                            "default": [],
                            "description": "Attributes for core\/shortcode block",
                            "type": "object"
                        },
                        "post_id": {
                            "required": false,
                            "description": "ID of the post context.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-renderer\/(?P<name>core\/social-link)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": false,
                            "description": "Unique registered name for the block.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "attributes": {
                            "required": false,
                            "default": [],
                            "description": "Attributes for core\/social-link block",
                            "type": "object"
                        },
                        "post_id": {
                            "required": false,
                            "description": "ID of the post context.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-renderer\/(?P<name>core\/tag-cloud)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": false,
                            "description": "Unique registered name for the block.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "attributes": {
                            "required": false,
                            "default": [],
                            "description": "Attributes for core\/tag-cloud block",
                            "type": "object"
                        },
                        "post_id": {
                            "required": false,
                            "description": "ID of the post context.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-renderer\/(?P<name>filebird\/block-filebird-gallery)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": false,
                            "description": "Unique registered name for the block.",
                            "type": "string"
                        },
                        "context": {
                            "required": false,
                            "default": "view",
                            "enum": [
                                "edit"
                            ],
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "attributes": {
                            "required": false,
                            "default": [],
                            "description": "Attributes for filebird\/block-filebird-gallery block",
                            "type": "object"
                        },
                        "post_id": {
                            "required": false,
                            "description": "ID of the post context.",
                            "type": "integer"
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "required": false,
                            "description": "Site title.",
                            "type": "string"
                        },
                        "description": {
                            "required": false,
                            "description": "Site tagline.",
                            "type": "string"
                        },
                        "url": {
                            "required": false,
                            "description": "Site URL.",
                            "type": "string"
                        },
                        "email": {
                            "required": false,
                            "description": "This address is used for admin purposes, like new user notification.",
                            "type": "string"
                        },
                        "timezone": {
                            "required": false,
                            "description": "A city in the same timezone as you.",
                            "type": "string"
                        },
                        "date_format": {
                            "required": false,
                            "description": "A date format for all date strings.",
                            "type": "string"
                        },
                        "time_format": {
                            "required": false,
                            "description": "A time format for all time strings.",
                            "type": "string"
                        },
                        "start_of_week": {
                            "required": false,
                            "description": "A day number of the week that the week should start on.",
                            "type": "integer"
                        },
                        "language": {
                            "required": false,
                            "description": "WordPress locale code.",
                            "type": "string"
                        },
                        "use_smilies": {
                            "required": false,
                            "description": "Convert emoticons like :-) and :-P to graphics on display.",
                            "type": "boolean"
                        },
                        "default_category": {
                            "required": false,
                            "description": "Default post category.",
                            "type": "integer"
                        },
                        "default_post_format": {
                            "required": false,
                            "description": "Default post format.",
                            "type": "string"
                        },
                        "posts_per_page": {
                            "required": false,
                            "description": "Blog pages show at most.",
                            "type": "integer"
                        },
                        "default_ping_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.",
                            "type": "string"
                        },
                        "default_comment_status": {
                            "required": false,
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "description": "Allow people to submit comments on new posts.",
                            "type": "string"
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "required": false,
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string"
                        },
                        "page": {
                            "required": false,
                            "default": 1,
                            "description": "Current page of the collection.",
                            "type": "integer"
                        },
                        "per_page": {
                            "required": false,
                            "default": 10,
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer"
                        },
                        "search": {
                            "required": false,
                            "description": "Limit results to those matching a string.",
                            "type": "string"
                        },
                        "status": {
                            "required": true,
                            "description": "Limit result set to themes assigned one or more statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active"
                                ],
                                "type": "string"
                            }
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/factcheck.hkbu.edu.hk\/home\/en\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        }
    },
    "_links": {
        "help": [
            {
                "href": "http:\/\/v2.wp-api.org\/"
            }
        ]
    }
}