{
    "name": "San Diego Community Power",
    "description": "Powering a clean, affordable energy future",
    "url": "https:\/\/sdcommunitypower.org",
    "home": "https:\/\/sdcommunitypower.org\/tl",
    "gmt_offset": -7,
    "timezone_string": "America\/Los_Angeles",
    "page_for_posts": 0,
    "page_on_front": 9028,
    "show_on_front": "page",
    "namespaces": [
        "oembed\/1.0",
        "akismet\/v1",
        "fluentform\/v1",
        "jet-engine\/v1",
        "userway\/v1",
        "wordfence\/v1",
        "yoast\/v1",
        "sweep\/v1",
        "elementor-one\/v1",
        "tribe\/event-aggregator\/v1",
        "tribe\/events\/v1",
        "tribe\/views\/v2",
        "tec\/v2\/onboarding",
        "tec\/v1",
        "elementor\/v1",
        "elementor-pro\/v1",
        "elementor-hello-elementor\/v1",
        "jet-form-builder\/v1",
        "jet-blocks-api\/v1",
        "jet-elements-api\/v1",
        "jet-engine\/v2",
        "croco\/v1",
        "jet-menu-api\/v2",
        "jet-popup\/v2",
        "jet-search\/v1",
        "jet-smart-filters-api\/v1",
        "jet-tabs-api\/v1",
        "elementor\/v1\/documents",
        "elementor-ai\/v1",
        "elementor\/v1\/feedback",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1",
        "wp-abilities\/v1"
    ],
    "authentication": [],
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/"
                    }
                ]
            }
        },
        "\/batch\/v1": {
            "namespace": "",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/batch\/v1"
                    }
                ]
            }
        },
        "\/oembed\/1.0": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "oembed\/1.0",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "Ang URL ng mapagkukunan kung saan kukunin ang data ng oEmbed.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "Ang URL ng mapagkukunan kung saan kukunin ang data ng oEmbed.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "Ang format ng oEmbed na gagamitin.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "Ang maximum na lapad ng embed frame sa mga pixel.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "Ang maximum na taas ng embed frame sa mga pixel.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "Kung magsasagawa ng isang oEmbed discovery request para sa mga hindi pinahintulutang provider.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/akismet\/v1": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "akismet\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/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": {
                            "type": "string",
                            "description": "A 12-character Akismet API key. Available at akismet.com\/account",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/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": {
                            "type": "boolean",
                            "description": "If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.",
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "type": "boolean",
                            "description": "If true, show the number of approved comments beside each comment author in the comments list page.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/akismet\/v1\/settings"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "type": "string",
                            "description": "The time period for which to retrieve stats. Options: 60-days, 6-months, all",
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/akismet\/v1\/stats"
                    }
                ]
            }
        },
        "\/akismet\/v1\/stats\/(?P<interval>[\\w+])": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "interval": {
                            "description": "The time period for which to retrieve stats. Options: 60-days, 6-months, all",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/akismet\/v1\/alert": {
            "namespace": "akismet\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "A 12-character Akismet API key. Available at akismet.com\/account",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "A 12-character Akismet API key. Available at akismet.com\/account",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "A 12-character Akismet API key. Available at akismet.com\/account",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/akismet\/v1\/alert"
                    }
                ]
            }
        },
        "\/akismet\/v1\/webhook": {
            "namespace": "akismet\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/akismet\/v1\/webhook"
                    }
                ]
            }
        },
        "\/fluentform\/v1": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "fluentform\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/forms": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/forms"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/forms\/templates": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/forms\/templates"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/forms\/ping": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/forms\/ping"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/duplicate": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/convert": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/resources": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/pages": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/fields": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/shortcodes": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/findShortCodePage": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/editHistory": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/clearHistory": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/general": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/customizer": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/entry-columns": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/conversational-design": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/store-conversational-design": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/preset": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/save-preset": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/submissions"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/resources": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/submissions\/resources"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/bulk-actions": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/submissions\/bulk-actions"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/print": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/submissions\/print"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/all": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/submissions\/all"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "DELETE",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/status": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/is-favorite": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/logs": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/notes": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/submission-users": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/update-submission-user": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/logs": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/logs"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/logs\/filters": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/logs\/filters"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/integrations": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/integrations"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/integrations\/update-status": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/integrations\/update-status"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/integrations\/(?P<form_id>[^\\s(?!\/)]+)\/form-integrations": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/integrations\/(?P<form_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/integrations\/(?P<form_id>[^\\s(?!\/)]+)\/integration-list-id": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/global-settings": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/global-settings"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/roles": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/roles"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/managers": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/managers"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/managers\/users": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/managers\/users"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/analytics\/(?P<form_id>[^\\s(?!\/)]+)\/reset": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/form-submit": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/form-submit"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/overview-chart": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/overview-chart"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/revenue-chart": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/revenue-chart"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/completion-rate": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/completion-rate"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/form-stats": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/form-stats"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/heatmap-data": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/heatmap-data"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/country-heatmap": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/country-heatmap"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/api-logs": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/api-logs"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/top-performing-forms": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/top-performing-forms"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/subscriptions": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/subscriptions"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/payment-types": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/payment-types"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/select-forms": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/select-forms"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/net-revenue": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/net-revenue"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/submissions-analysis": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/submissions-analysis"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/submissions": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/report\/submissions"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/forms\/(?P<form_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/notice": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/notice"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/global-search": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/global-search"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/suggested-plugins\/check-plugin-statuses": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/suggested-plugins\/check-plugin-statuses"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/suggested-plugins\/install-plugin": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/suggested-plugins\/install-plugin"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/suggested-plugins\/activate-plugin": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/fluentform\/v1\/suggested-plugins\/activate-plugin"
                    }
                ]
            }
        },
        "\/jet-engine\/v1": {
            "namespace": "jet-engine\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jet-engine\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v1"
                    }
                ]
            }
        },
        "\/jet-engine\/v1\/mcp-tools": {
            "namespace": "jet-engine\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v1\/mcp-tools"
                    }
                ]
            }
        },
        "\/jet-engine\/v1\/mcp-tools\/run\/(?P<name>[a-zA-Z0-9\\-\\\/]+?)": {
            "namespace": "jet-engine\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "input": {
                            "description": "The input data for the feature.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jet-engine\/v1\/mcp": {
            "namespace": "jet-engine\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v1\/mcp"
                    }
                ]
            }
        },
        "\/userway\/v1": {
            "namespace": "userway\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "userway\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/userway\/v1"
                    }
                ]
            }
        },
        "\/userway\/v1\/save": {
            "namespace": "userway\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/userway\/v1\/save"
                    }
                ]
            }
        },
        "\/userway\/v1\/debug": {
            "namespace": "userway\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/userway\/v1\/debug"
                    }
                ]
            }
        },
        "\/wordfence\/v1": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wordfence\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wordfence\/v1"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/authenticate": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wordfence\/v1\/authenticate"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/authenticate-premium": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wordfence\/v1\/authenticate-premium"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/config": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wordfence\/v1\/config"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/disconnect": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wordfence\/v1\/disconnect"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/premium-connect": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wordfence\/v1\/premium-connect"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan\/issues": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wordfence\/v1\/scan\/issues"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wordfence\/v1\/scan"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan\/issue": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wordfence\/v1\/scan\/issue"
                    }
                ]
            }
        },
        "\/yoast\/v1": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "yoast\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1"
                    }
                ]
            }
        },
        "\/yoast\/v1\/file_size": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "type": "string",
                            "description": "The url to retrieve",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/file_size"
                    }
                ]
            }
        },
        "\/yoast\/v1\/statistics": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/statistics"
                    }
                ]
            }
        },
        "\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "postTypeName": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/new-content-type-visibility\/dismiss-post-type"
                    }
                ]
            }
        },
        "\/yoast\/v1\/new-content-type-visibility\/dismiss-taxonomy": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "taxonomyName": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/new-content-type-visibility\/dismiss-taxonomy"
                    }
                ]
            }
        },
        "\/yoast\/v1\/site_kit_configuration_permanent_dismissal": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "is_dismissed": {
                            "type": "bool",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/site_kit_configuration_permanent_dismissal"
                    }
                ]
            }
        },
        "\/yoast\/v1\/readability_scores": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "contentType": {
                            "type": "string",
                            "required": true
                        },
                        "taxonomy": {
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "term": {
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "troubleshooting": {
                            "type": "bool",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/readability_scores"
                    }
                ]
            }
        },
        "\/yoast\/v1\/seo_scores": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "contentType": {
                            "type": "string",
                            "required": true
                        },
                        "taxonomy": {
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "term": {
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "troubleshooting": {
                            "type": "bool",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/seo_scores"
                    }
                ]
            }
        },
        "\/yoast\/v1\/setup_steps_tracking": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "setup_widget_loaded": {
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        },
                        "first_interaction_stage": {
                            "type": "string",
                            "enum": [
                                "install",
                                "activate",
                                "setup",
                                "grantConsent",
                                "successfullyConnected"
                            ],
                            "required": false
                        },
                        "last_interaction_stage": {
                            "type": "string",
                            "enum": [
                                "install",
                                "activate",
                                "setup",
                                "grantConsent",
                                "successfullyConnected"
                            ],
                            "required": false
                        },
                        "setup_widget_temporarily_dismissed": {
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        },
                        "setup_widget_permanently_dismissed": {
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/setup_steps_tracking"
                    }
                ]
            }
        },
        "\/yoast\/v1\/introductions\/(?P<introduction_id>[\\w-]+)\/seen": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "introduction_id": {
                            "type": "string",
                            "required": true
                        },
                        "is_seen": {
                            "type": "bool",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/yoast\/v1\/wistia_embed_permission": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "value": {
                            "type": "bool",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/wistia_embed_permission"
                    }
                ]
            }
        },
        "\/yoast\/v1\/available_posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "search": {
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "postType": {
                            "type": "string",
                            "default": "page",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/available_posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/alerts\/dismiss": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/alerts\/dismiss"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/site_representation": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "company_or_person": {
                            "type": "string",
                            "enum": [
                                "company",
                                "person"
                            ],
                            "required": true
                        },
                        "company_name": {
                            "type": "string",
                            "required": false
                        },
                        "company_logo": {
                            "type": "string",
                            "required": false
                        },
                        "company_logo_id": {
                            "type": "integer",
                            "required": false
                        },
                        "person_logo": {
                            "type": "string",
                            "required": false
                        },
                        "person_logo_id": {
                            "type": "integer",
                            "required": false
                        },
                        "company_or_person_user_id": {
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/configuration\/site_representation"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/social_profiles": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "facebook_site": {
                            "type": "string",
                            "required": false
                        },
                        "twitter_site": {
                            "type": "string",
                            "required": false
                        },
                        "other_social_urls": {
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/configuration\/social_profiles"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/check_capability": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "user_id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/configuration\/check_capability"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/enable_tracking": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "tracking": {
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/configuration\/enable_tracking"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/save_configuration_state": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "finishedSteps": {
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/configuration\/save_configuration_state"
                    }
                ]
            }
        },
        "\/yoast\/v1\/configuration\/get_configuration_state": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/configuration\/get_configuration_state"
                    }
                ]
            }
        },
        "\/yoast\/v1\/import\/(?P<plugin>[\\w-]+)\/(?P<type>[\\w-]+)": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/yoast\/v1\/get_head": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/get_head"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/indexing\/posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/terms": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/indexing\/terms"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/post-type-archives": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/indexing\/post-type-archives"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/general": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/indexing\/general"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/prepare": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/indexing\/prepare"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/indexables-complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/indexing\/indexables-complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/indexing\/complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/indexing\/complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/link-indexing\/posts": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/link-indexing\/posts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/link-indexing\/terms": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/link-indexing\/terms"
                    }
                ]
            }
        },
        "\/yoast\/v1\/integrations\/set_active": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "active": {
                            "type": "boolean",
                            "required": true
                        },
                        "integration": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/integrations\/set_active"
                    }
                ]
            }
        },
        "\/yoast\/v1\/meta\/search": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/meta\/search"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/authenticate": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/semrush\/authenticate"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/country_code": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country_code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/semrush\/country_code"
                    }
                ]
            }
        },
        "\/yoast\/v1\/semrush\/related_keyphrases": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "keyphrase": {
                            "required": true
                        },
                        "country_code": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/semrush\/related_keyphrases"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/authorization-url": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/wincher\/authorization-url"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/authenticate": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "required": true
                        },
                        "websiteId": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/wincher\/authenticate"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases\/track": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyphrases": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/wincher\/keyphrases\/track"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "keyphrases": {
                            "required": false
                        },
                        "permalink": {
                            "required": false
                        },
                        "startAt": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/wincher\/keyphrases"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/keyphrases\/untrack": {
            "namespace": "yoast\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/wincher\/keyphrases\/untrack"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/account\/limit": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/wincher\/account\/limit"
                    }
                ]
            }
        },
        "\/yoast\/v1\/wincher\/account\/upgrade-campaign": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/wincher\/account\/upgrade-campaign"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "cornerstone": {
                            "required": true
                        },
                        "orphaned": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/workouts"
                    }
                ]
            }
        },
        "\/yoast\/v1\/complete_task": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "options": {
                            "type": "object",
                            "properties": {
                                "task": {
                                    "type": "string",
                                    "required": true,
                                    "sanitize_callback": "sanitize_text_field"
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/complete_task"
                    }
                ]
            }
        },
        "\/yoast\/v1\/get_tasks": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "options": {
                            "type": "object",
                            "properties": {
                                "filter": {
                                    "type": "string",
                                    "required": false,
                                    "sanitize_callback": "sanitize_text_field"
                                },
                                "limit": {
                                    "type": "int",
                                    "required": false,
                                    "sanitize_callback": "absint"
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/get_tasks"
                    }
                ]
            }
        },
        "\/yoast\/v1\/action_tracking": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "action": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/action_tracking"
                    }
                ]
            }
        },
        "\/yoast\/v1\/link_suggestions": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "prominent_words": {
                            "type": "object",
                            "description": "Stems of prominent words and their term frequencies we want link suggestions based on",
                            "required": true
                        },
                        "object_id": {
                            "type": "integer",
                            "description": "The object id of the current indexable.",
                            "required": true
                        },
                        "object_type": {
                            "type": "string",
                            "description": "The object type of the current indexable.",
                            "required": true
                        },
                        "limit": {
                            "default": 5,
                            "type": "integer",
                            "description": "The maximum number of link suggestions to retrieve",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/link_suggestions"
                    }
                ]
            }
        },
        "\/yoast\/v1\/prominent_words\/get_content": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/prominent_words\/get_content"
                    }
                ]
            }
        },
        "\/yoast\/v1\/prominent_words\/complete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/prominent_words\/complete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/prominent_words\/save": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "object_id": {
                                        "type": "number",
                                        "required": true
                                    },
                                    "prominent_words": {
                                        "type": "object",
                                        "required": false
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/prominent_words\/save"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/noindex": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "object_id": {
                            "type": "integer",
                            "required": true
                        },
                        "object_type": {
                            "type": "string",
                            "required": true
                        },
                        "object_sub_type": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/workouts\/noindex"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/remove_redirect": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "object_id": {
                            "type": "integer",
                            "required": true
                        },
                        "object_type": {
                            "type": "string",
                            "required": true
                        },
                        "object_sub_type": {
                            "type": "string",
                            "required": true
                        },
                        "permalink": {
                            "type": "string",
                            "required": true
                        },
                        "redirect_url": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/workouts\/remove_redirect"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/link_suggestions": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "indexableId": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/workouts\/link_suggestions"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/last_updated": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "postId": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/workouts\/last_updated"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/cornerstone_data": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/workouts\/cornerstone_data"
                    }
                ]
            }
        },
        "\/yoast\/v1\/workouts\/enable_cornerstone": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "object_id": {
                            "type": "integer",
                            "required": true
                        },
                        "object_type": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/workouts\/enable_cornerstone"
                    }
                ]
            }
        },
        "\/sweep\/v1": {
            "namespace": "sweep\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "sweep\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/sweep\/v1"
                    }
                ]
            }
        },
        "\/sweep\/v1\/count\/(?P<name>\\w+)": {
            "namespace": "sweep\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/sweep\/v1\/details\/(?P<name>\\w+)": {
            "namespace": "sweep\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/sweep\/v1\/sweep\/(?P<name>\\w+)": {
            "namespace": "sweep\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor-one\/v1": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor-one\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-one\/v1"
                    }
                ]
            }
        },
        "\/elementor-one\/v1\/connect\/authorize": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "clearSession": {
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-one\/v1\/connect\/authorize"
                    }
                ]
            }
        },
        "\/elementor-one\/v1\/connect\/disconnect": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-one\/v1\/connect\/disconnect"
                    }
                ]
            }
        },
        "\/elementor-one\/v1\/connect\/switch-domain": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-one\/v1\/connect\/switch-domain"
                    }
                ]
            }
        },
        "\/elementor-one\/v1\/connect\/deactivate": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-one\/v1\/connect\/deactivate"
                    }
                ]
            }
        },
        "\/elementor-one\/v1\/top-bar\/notifications": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "app_name": {
                            "type": "string",
                            "required": true
                        },
                        "app_version": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-one\/v1\/top-bar\/notifications"
                    }
                ]
            }
        },
        "\/elementor-one\/v1\/top-bar\/feedback": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product": {
                            "type": "string",
                            "required": true
                        },
                        "subject": {
                            "type": "string",
                            "required": true
                        },
                        "title": {
                            "type": "string",
                            "required": true
                        },
                        "description": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-one\/v1\/top-bar\/feedback"
                    }
                ]
            }
        },
        "\/elementor-one\/v1\/themes": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org theme directory slug.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "The theme activation status.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-one\/v1\/themes"
                    }
                ]
            }
        },
        "\/elementor-one\/v1\/themes\/(?P<slug>[\\w\\-]+)\/activate": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org theme directory slug.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor-one\/v1\/plugins": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nililimitahan ang mga resulta sa mga plugin na may ibinigay na status.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org plugin directory slug.",
                            "enum": [
                                "angie",
                                "manage",
                                "elementor",
                                "elementor-pro",
                                "site-mailer",
                                "image-optimization",
                                "pojo-accessibility"
                            ],
                            "required": true
                        },
                        "status": {
                            "description": "The plugin activation status.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-one\/v1\/plugins"
                    }
                ]
            }
        },
        "\/elementor-one\/v1\/plugins\/(?P<slug>[\\w\\-]+)\/activate": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org plugin directory slug.",
                            "enum": [
                                "angie",
                                "manage",
                                "elementor",
                                "elementor-pro",
                                "site-mailer",
                                "image-optimization",
                                "pojo-accessibility"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor-one\/v1\/plugins\/(?P<slug>[\\w\\-]+)\/deactivate": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org plugin directory slug.",
                            "enum": [
                                "angie",
                                "manage",
                                "elementor",
                                "elementor-pro",
                                "site-mailer",
                                "image-optimization",
                                "pojo-accessibility"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor-one\/v1\/plugins\/(?P<slug>[\\w\\-]+)\/upgrade": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org plugin directory slug.",
                            "enum": [
                                "angie",
                                "manage",
                                "elementor",
                                "elementor-pro",
                                "site-mailer",
                                "image-optimization",
                                "pojo-accessibility"
                            ],
                            "required": true
                        },
                        "status": {
                            "description": "The plugin activation status.",
                            "type": "string",
                            "enum": [
                                "active"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor-one\/v1\/plugins\/(?P<slug>[\\w\\-]+)\/migration\/run": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org plugin directory slug.",
                            "enum": {
                                "1": "manage",
                                "2": "elementor",
                                "3": "elementor-pro",
                                "4": "site-mailer",
                                "5": "image-optimization",
                                "6": "pojo-accessibility"
                            },
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": true,
                            "description": "Force migration even if the plugin is already connected.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor-one\/v1\/plugins\/(?P<slug>[\\w\\-]+)\/migration\/rollback": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org plugin directory slug.",
                            "enum": {
                                "1": "manage",
                                "2": "elementor",
                                "3": "elementor-pro",
                                "4": "site-mailer",
                                "5": "image-optimization",
                                "6": "pojo-accessibility"
                            },
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor-one\/v1\/settings": {
            "namespace": "elementor-one\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-one\/v1\/settings"
                    }
                ]
            }
        },
        "\/tribe\/event-aggregator\/v1": {
            "namespace": "tribe\/event-aggregator\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "tribe\/event-aggregator\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tribe\/event-aggregator\/v1"
                    }
                ]
            }
        },
        "\/tribe\/event-aggregator\/v1\/import\/(?P<import_id>\\w+)\/batch": {
            "namespace": "tribe\/event-aggregator\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "import_id": {
                            "type": "string",
                            "description": "The import unique ID as provided by Event Aggregator service",
                            "required": true
                        },
                        "batch_hash": {
                            "type": "string",
                            "description": "The hash of the next expected batch, as previously provided by the client",
                            "required": true
                        },
                        "status": {
                            "type": "object",
                            "description": "The current status of the import.",
                            "required": true
                        },
                        "percentage_complete": {
                            "type": "integer",
                            "description": "The percentage of import completed.",
                            "required": true
                        },
                        "interval": {
                            "type": "integer",
                            "description": "The current interval, in seconds, between the end of a batch process and the start of the next; as set on the server.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tribe\/event-aggregator\/v1\/import\/(?P<import_id>\\w+)\/state": {
            "namespace": "tribe\/event-aggregator\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "import_id": {
                            "type": "string",
                            "description": "The import unique ID as provided by Event Aggregator service",
                            "required": true
                        },
                        "batch_hash": {
                            "type": "string",
                            "description": "The hash of the next expected batch, as previously provided by the client",
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "enum": [
                                "success",
                                "failed",
                                "pending"
                            ],
                            "description": "The new status of the import.",
                            "required": true
                        },
                        "message": {
                            "type": "string",
                            "description": "The new status message for the user, not localized.",
                            "required": true
                        },
                        "message_slug": {
                            "type": "string",
                            "description": "The new status message slug, to allow for localized messages.",
                            "required": true
                        },
                        "percentage_complete": {
                            "type": "integer",
                            "description": "The percentage of import completed.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/tribe\/events\/v1": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "tribe\/events\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tribe\/events\/v1"
                    }
                ]
            }
        },
        "\/tribe\/events\/v1\/doc": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tribe\/events\/v1\/doc"
                    }
                ]
            }
        },
        "\/tribe\/events\/v1\/events": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "default": 1,
                            "description": "The archive page to return",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "default": "12",
                            "description": "The number of events to return on each page",
                            "type": "integer",
                            "required": false
                        },
                        "start_date": {
                            "default": "2026-04-02 16:59:00",
                            "description": "Events that start on the specified date",
                            "required": false
                        },
                        "end_date": {
                            "default": "2028-04-03 22:40:58",
                            "description": "Events that end on the specified date",
                            "required": false
                        },
                        "starts_before": {
                            "description": "Events that start before the specified date",
                            "required": false
                        },
                        "starts_after": {
                            "description": "Events that start after the specified date",
                            "required": false
                        },
                        "ends_before": {
                            "description": "Events that end before the specified date",
                            "required": false
                        },
                        "ends_after": {
                            "description": "Events that end after the specified date",
                            "required": false
                        },
                        "strict_dates": {
                            "default": "false",
                            "description": "Dates set using the start_date\/end_date, starts_*\/ends_* are set to start at the specified times. The default behavior is to include the entire days.",
                            "required": false
                        },
                        "search": {
                            "description": "Events should contain the specified string in the title or description",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Events should be assigned one of the specified categories slugs or IDs",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Events should be assigned one of the specified tags slugs or IDs",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "venue": {
                            "description": "Events should be assigned one of the specified venue IDs",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "organizer": {
                            "description": "Events should be assigned one of the specified organizer IDs",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "featured": {
                            "type": "boolean",
                            "description": "Events should be filtered by their featured status",
                            "required": false
                        },
                        "status": {
                            "format": "string",
                            "description": "The event post status",
                            "required": false
                        },
                        "geoloc": {
                            "type": "boolean",
                            "description": "Requires Events Calendar Pro. Events should be filtered by whether their venue has geolocation data",
                            "required": false
                        },
                        "geoloc_lat": {
                            "format": "double",
                            "description": "Requires Events Calendar Pro. Events should be filtered by their venue latitude location, must also provide geoloc_lng",
                            "required": false
                        },
                        "geoloc_lng": {
                            "format": "double",
                            "description": "Requires Events Calendar Pro. Events should be filtered by their venue longitude location, must also provide geoloc_lat",
                            "required": false
                        },
                        "include": {
                            "description": "Include events with one of the post IDs specified in the array of CSV list, date filters will be ignored.",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post_parent": {
                            "type": "integer",
                            "description": "Events should be filtered by their post_parent being the specified one.",
                            "required": false
                        },
                        "ticketed": {
                            "type": "boolean",
                            "description": "Filter events with or without tickets.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "type": "integer",
                            "description": "The event author ID",
                            "required": false
                        },
                        "date": {
                            "type": "string",
                            "description": "The event publication date",
                            "required": false
                        },
                        "date_utc": {
                            "type": "string",
                            "description": "The event publication date (UTC time zone)",
                            "required": false
                        },
                        "title": {
                            "type": "string",
                            "description": "The event title",
                            "required": true
                        },
                        "description": {
                            "type": "string",
                            "description": "The event description",
                            "required": false
                        },
                        "slug": {
                            "type": "string",
                            "description": "The event slug",
                            "required": false
                        },
                        "excerpt": {
                            "type": "string",
                            "description": "The event excerpt",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "The event post status",
                            "required": false
                        },
                        "timezone": {
                            "type": "string",
                            "description": "The event time zone",
                            "required": false
                        },
                        "all_day": {
                            "default": false,
                            "type": "boolean",
                            "description": "Whether the event lasts the whole day or not",
                            "required": false
                        },
                        "start_date": {
                            "type": "string",
                            "description": "The event start date and time",
                            "required": true
                        },
                        "end_date": {
                            "type": "string",
                            "description": "The event end date and time",
                            "required": true
                        },
                        "image": {
                            "type": "string",
                            "description": "The event featured image ID or URL",
                            "required": false
                        },
                        "cost": {
                            "description": "The event cost",
                            "required": false
                        },
                        "website": {
                            "default": null,
                            "description": "The event website URL",
                            "required": false
                        },
                        "show_map": {
                            "type": "boolean",
                            "description": "Whether the event should show a map or not",
                            "required": false
                        },
                        "show_map_link": {
                            "type": "boolean",
                            "description": "Whether the event should show a map link or not",
                            "required": false
                        },
                        "hide_from_listings": {
                            "type": "boolean",
                            "description": "Whether events should be hidden in the calendar view or not",
                            "required": false
                        },
                        "sticky": {
                            "type": "boolean",
                            "description": "Whether the event should be sticky in the calendar view or not",
                            "required": false
                        },
                        "featured": {
                            "type": "boolean",
                            "description": "Whether the event should be featured on the site or not",
                            "required": false
                        },
                        "categories": {
                            "default": null,
                            "items": {
                                "type": "integer"
                            },
                            "description": "The event category ID or name",
                            "required": false
                        },
                        "tags": {
                            "default": null,
                            "items": {
                                "type": "integer"
                            },
                            "description": "The event tag ID or name",
                            "required": false
                        },
                        "venue": {
                            "default": null,
                            "items": {
                                "type": "integer"
                            },
                            "description": "The event venue IDs or data",
                            "required": false
                        },
                        "organizer": {
                            "default": null,
                            "items": {
                                "type": "integer"
                            },
                            "description": "The event organizer IDs or data",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tribe\/events\/v1\/events"
                    }
                ]
            }
        },
        "\/tribe\/events\/v1\/events\/(?P<id>\\d+)": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the event post ID",
                            "required": true
                        },
                        "password": {
                            "type": "string",
                            "description": "The event password",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the event post ID",
                            "required": true
                        },
                        "password": {
                            "type": "string",
                            "description": "The event password",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the event post ID",
                            "required": true
                        },
                        "password": {
                            "type": "string",
                            "description": "The event password",
                            "required": false
                        },
                        "author": {
                            "type": "integer",
                            "description": "The event author ID",
                            "required": false
                        },
                        "date": {
                            "type": "string",
                            "description": "The event publication date",
                            "required": false
                        },
                        "date_utc": {
                            "type": "string",
                            "description": "The event publication date (UTC time zone)",
                            "required": false
                        },
                        "title": {
                            "type": "string",
                            "description": "The event title",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "description": "The event description",
                            "required": false
                        },
                        "slug": {
                            "type": "string",
                            "description": "The event slug",
                            "required": false
                        },
                        "excerpt": {
                            "type": "string",
                            "description": "The event excerpt",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "The event post status",
                            "required": false
                        },
                        "timezone": {
                            "type": "string",
                            "description": "The event time zone",
                            "required": false
                        },
                        "all_day": {
                            "default": false,
                            "type": "boolean",
                            "description": "Whether the event lasts the whole day or not",
                            "required": false
                        },
                        "start_date": {
                            "type": "string",
                            "description": "The event start date and time",
                            "required": false
                        },
                        "end_date": {
                            "type": "string",
                            "description": "The event end date and time",
                            "required": false
                        },
                        "image": {
                            "type": "string",
                            "description": "The event featured image ID or URL",
                            "required": false
                        },
                        "cost": {
                            "description": "The event cost",
                            "required": false
                        },
                        "website": {
                            "default": null,
                            "description": "The event website URL",
                            "required": false
                        },
                        "show_map": {
                            "type": "boolean",
                            "description": "Whether the event should show a map or not",
                            "required": false
                        },
                        "show_map_link": {
                            "type": "boolean",
                            "description": "Whether the event should show a map link or not",
                            "required": false
                        },
                        "hide_from_listings": {
                            "type": "boolean",
                            "description": "Whether events should be hidden in the calendar view or not",
                            "required": false
                        },
                        "sticky": {
                            "type": "boolean",
                            "description": "Whether the event should be sticky in the calendar view or not",
                            "required": false
                        },
                        "featured": {
                            "type": "boolean",
                            "description": "Whether the event should be featured on the site or not",
                            "required": false
                        },
                        "categories": {
                            "default": null,
                            "items": {
                                "type": "integer"
                            },
                            "description": "The event category ID or name",
                            "required": false
                        },
                        "tags": {
                            "default": null,
                            "items": {
                                "type": "integer"
                            },
                            "description": "The event tag ID or name",
                            "required": false
                        },
                        "venue": {
                            "default": null,
                            "items": {
                                "type": "integer"
                            },
                            "description": "The event venue IDs or data",
                            "required": false
                        },
                        "organizer": {
                            "default": null,
                            "items": {
                                "type": "integer"
                            },
                            "description": "The event organizer IDs or data",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tribe\/events\/v1\/events\/by-slug\/(?P<slug>[^\/]+)": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "the event post name",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "the event post name",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "The event slug",
                            "required": false
                        },
                        "author": {
                            "type": "integer",
                            "description": "The event author ID",
                            "required": false
                        },
                        "date": {
                            "type": "string",
                            "description": "The event publication date",
                            "required": false
                        },
                        "date_utc": {
                            "type": "string",
                            "description": "The event publication date (UTC time zone)",
                            "required": false
                        },
                        "title": {
                            "type": "string",
                            "description": "The event title",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "description": "The event description",
                            "required": false
                        },
                        "excerpt": {
                            "type": "string",
                            "description": "The event excerpt",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "The event post status",
                            "required": false
                        },
                        "timezone": {
                            "type": "string",
                            "description": "The event time zone",
                            "required": false
                        },
                        "all_day": {
                            "default": false,
                            "type": "boolean",
                            "description": "Whether the event lasts the whole day or not",
                            "required": false
                        },
                        "start_date": {
                            "type": "string",
                            "description": "The event start date and time",
                            "required": false
                        },
                        "end_date": {
                            "type": "string",
                            "description": "The event end date and time",
                            "required": false
                        },
                        "image": {
                            "type": "string",
                            "description": "The event featured image ID or URL",
                            "required": false
                        },
                        "cost": {
                            "description": "The event cost",
                            "required": false
                        },
                        "website": {
                            "default": null,
                            "description": "The event website URL",
                            "required": false
                        },
                        "show_map": {
                            "type": "boolean",
                            "description": "Whether the event should show a map or not",
                            "required": false
                        },
                        "show_map_link": {
                            "type": "boolean",
                            "description": "Whether the event should show a map link or not",
                            "required": false
                        },
                        "hide_from_listings": {
                            "type": "boolean",
                            "description": "Whether events should be hidden in the calendar view or not",
                            "required": false
                        },
                        "sticky": {
                            "type": "boolean",
                            "description": "Whether the event should be sticky in the calendar view or not",
                            "required": false
                        },
                        "featured": {
                            "type": "boolean",
                            "description": "Whether the event should be featured on the site or not",
                            "required": false
                        },
                        "categories": {
                            "default": null,
                            "items": {
                                "type": "integer"
                            },
                            "description": "The event category ID or name",
                            "required": false
                        },
                        "tags": {
                            "default": null,
                            "items": {
                                "type": "integer"
                            },
                            "description": "The event tag ID or name",
                            "required": false
                        },
                        "venue": {
                            "default": null,
                            "items": {
                                "type": "integer"
                            },
                            "description": "The event venue IDs or data",
                            "required": false
                        },
                        "organizer": {
                            "default": null,
                            "items": {
                                "type": "integer"
                            },
                            "description": "The event organizer IDs or data",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tribe\/events\/v1\/venues": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "default": 1,
                            "description": "The archive page to return",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "default": "12",
                            "description": "The number of venues to return on each page",
                            "type": "integer",
                            "required": false
                        },
                        "search": {
                            "description": "Venues should contain the specified string in the title, description or custom fields",
                            "type": "string",
                            "required": false
                        },
                        "event": {
                            "description": "Venues should be related to this event",
                            "type": "integer",
                            "required": false
                        },
                        "has_events": {
                            "description": "Venues should have events associated to them",
                            "required": false
                        },
                        "only_with_upcoming": {
                            "description": "Venues should have upcoming events associated to them",
                            "default": false,
                            "required": false
                        },
                        "status": {
                            "format": "string",
                            "description": "The organizer post status",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "type": "integer",
                            "description": "The venue author ID",
                            "required": false
                        },
                        "date": {
                            "type": "string",
                            "description": "The venue publication date",
                            "required": false
                        },
                        "date_utc": {
                            "type": "string",
                            "description": "The venue publication date (UTC time zone)",
                            "required": false
                        },
                        "venue": {
                            "type": "string",
                            "description": "The venue name",
                            "required": true
                        },
                        "description": {
                            "type": "string",
                            "default": null,
                            "description": "The venue description",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "The venue post status",
                            "required": false
                        },
                        "show_map": {
                            "type": "string",
                            "default": null,
                            "description": "Whether events linked to the venue should show a map or not",
                            "required": false
                        },
                        "show_map_link": {
                            "type": "string",
                            "default": null,
                            "description": "Whether events linked to the venue should show a map link or not",
                            "required": false
                        },
                        "address": {
                            "type": "string",
                            "default": null,
                            "description": "The venue address",
                            "required": false
                        },
                        "city": {
                            "type": "string",
                            "default": null,
                            "description": "The venue city",
                            "required": false
                        },
                        "country": {
                            "type": "string",
                            "default": null,
                            "description": "The venue country",
                            "required": false
                        },
                        "province": {
                            "type": "string",
                            "default": null,
                            "description": "The venue province",
                            "required": false
                        },
                        "state": {
                            "type": "string",
                            "default": null,
                            "description": "The venue state",
                            "required": false
                        },
                        "zip": {
                            "type": "string",
                            "default": null,
                            "description": "The venue ZIP code",
                            "required": false
                        },
                        "phone": {
                            "type": "string",
                            "default": null,
                            "description": "The venue phone number",
                            "required": false
                        },
                        "stateprovince": {
                            "type": "string",
                            "default": null,
                            "description": "The venue state and province",
                            "required": false
                        },
                        "website": {
                            "type": "string",
                            "default": null,
                            "description": "The venue website URL",
                            "required": false
                        },
                        "image": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer featured image ID or URL",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tribe\/events\/v1\/venues"
                    }
                ]
            }
        },
        "\/tribe\/events\/v1\/venues\/(?P<id>\\d+)": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the venue post ID",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the venue post ID",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the venue post ID",
                            "required": true
                        },
                        "author": {
                            "type": "integer",
                            "description": "The venue author ID",
                            "required": false
                        },
                        "date": {
                            "type": "string",
                            "description": "The venue publication date",
                            "required": false
                        },
                        "date_utc": {
                            "type": "string",
                            "description": "The venue publication date (UTC time zone)",
                            "required": false
                        },
                        "venue": {
                            "type": "string",
                            "description": "The venue name",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "default": null,
                            "description": "The venue description",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "The venue post status",
                            "required": false
                        },
                        "show_map": {
                            "type": "string",
                            "default": null,
                            "description": "Whether events linked to the venue should show a map or not",
                            "required": false
                        },
                        "show_map_link": {
                            "type": "string",
                            "default": null,
                            "description": "Whether events linked to the venue should show a map link or not",
                            "required": false
                        },
                        "address": {
                            "type": "string",
                            "default": null,
                            "description": "The venue address",
                            "required": false
                        },
                        "city": {
                            "type": "string",
                            "default": null,
                            "description": "The venue city",
                            "required": false
                        },
                        "country": {
                            "type": "string",
                            "default": null,
                            "description": "The venue country",
                            "required": false
                        },
                        "province": {
                            "type": "string",
                            "default": null,
                            "description": "The venue province",
                            "required": false
                        },
                        "state": {
                            "type": "string",
                            "default": null,
                            "description": "The venue state",
                            "required": false
                        },
                        "zip": {
                            "type": "string",
                            "default": null,
                            "description": "The venue ZIP code",
                            "required": false
                        },
                        "phone": {
                            "type": "string",
                            "default": null,
                            "description": "The venue phone number",
                            "required": false
                        },
                        "stateprovince": {
                            "type": "string",
                            "default": null,
                            "description": "The venue state and province",
                            "required": false
                        },
                        "website": {
                            "type": "string",
                            "default": null,
                            "description": "The venue website URL",
                            "required": false
                        },
                        "image": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer featured image ID or URL",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tribe\/events\/v1\/venues\/by-slug\/(?P<slug>[^\/]+)": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "the venue post name",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "the venue post name",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "the venue post name",
                            "required": true
                        },
                        "author": {
                            "type": "integer",
                            "description": "The venue author ID",
                            "required": false
                        },
                        "date": {
                            "type": "string",
                            "description": "The venue publication date",
                            "required": false
                        },
                        "date_utc": {
                            "type": "string",
                            "description": "The venue publication date (UTC time zone)",
                            "required": false
                        },
                        "venue": {
                            "type": "string",
                            "description": "The venue name",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "default": null,
                            "description": "The venue description",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "The venue post status",
                            "required": false
                        },
                        "show_map": {
                            "type": "string",
                            "default": null,
                            "description": "Whether events linked to the venue should show a map or not",
                            "required": false
                        },
                        "show_map_link": {
                            "type": "string",
                            "default": null,
                            "description": "Whether events linked to the venue should show a map link or not",
                            "required": false
                        },
                        "address": {
                            "type": "string",
                            "default": null,
                            "description": "The venue address",
                            "required": false
                        },
                        "city": {
                            "type": "string",
                            "default": null,
                            "description": "The venue city",
                            "required": false
                        },
                        "country": {
                            "type": "string",
                            "default": null,
                            "description": "The venue country",
                            "required": false
                        },
                        "province": {
                            "type": "string",
                            "default": null,
                            "description": "The venue province",
                            "required": false
                        },
                        "state": {
                            "type": "string",
                            "default": null,
                            "description": "The venue state",
                            "required": false
                        },
                        "zip": {
                            "type": "string",
                            "default": null,
                            "description": "The venue ZIP code",
                            "required": false
                        },
                        "phone": {
                            "type": "string",
                            "default": null,
                            "description": "The venue phone number",
                            "required": false
                        },
                        "stateprovince": {
                            "type": "string",
                            "default": null,
                            "description": "The venue state and province",
                            "required": false
                        },
                        "website": {
                            "type": "string",
                            "default": null,
                            "description": "The venue website URL",
                            "required": false
                        },
                        "image": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer featured image ID or URL",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tribe\/events\/v1\/organizers": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "default": 1,
                            "description": "The archive page to return",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "default": "12",
                            "description": "The number of organizers to return on each page",
                            "type": "integer",
                            "required": false
                        },
                        "search": {
                            "description": "Organizers should contain the specified string in the title, description or custom fields",
                            "type": "string",
                            "required": false
                        },
                        "event": {
                            "description": "Organizers should be related to this event",
                            "type": "integer",
                            "required": false
                        },
                        "has_events": {
                            "description": "Organizers should have events associated to them",
                            "required": false
                        },
                        "only_with_upcoming": {
                            "description": "Organizers should have upcoming events associated to them",
                            "default": false,
                            "required": false
                        },
                        "status": {
                            "format": "string",
                            "description": "The organizer post status",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "type": "integer",
                            "default": null,
                            "description": "The organizer author ID",
                            "required": false
                        },
                        "date": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer publication date",
                            "required": false
                        },
                        "date_utc": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer publication date (UTC time zone)",
                            "required": false
                        },
                        "organizer": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer name",
                            "required": true
                        },
                        "description": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer description",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer post status",
                            "required": false
                        },
                        "phone": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer phone number",
                            "required": false
                        },
                        "website": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer website",
                            "required": false
                        },
                        "email": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer e-mail address",
                            "required": false
                        },
                        "image": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer featured image ID or URL",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tribe\/events\/v1\/organizers"
                    }
                ]
            }
        },
        "\/tribe\/events\/v1\/organizers\/(?P<id>\\d+)": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the organizer post ID",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the organizer post ID",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the organizer post ID",
                            "required": true
                        },
                        "author": {
                            "type": "integer",
                            "default": null,
                            "description": "The organizer author ID",
                            "required": false
                        },
                        "date": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer publication date",
                            "required": false
                        },
                        "date_utc": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer publication date (UTC time zone)",
                            "required": false
                        },
                        "organizer": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer name",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer description",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer post status",
                            "required": false
                        },
                        "phone": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer phone number",
                            "required": false
                        },
                        "website": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer website",
                            "required": false
                        },
                        "email": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer e-mail address",
                            "required": false
                        },
                        "image": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer featured image ID or URL",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tribe\/events\/v1\/organizers\/by-slug\/(?P<slug>[^\/]+)": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "the organizer post name",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "the organizer post name",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "the organizer post name",
                            "required": true
                        },
                        "author": {
                            "type": "integer",
                            "default": null,
                            "description": "The organizer author ID",
                            "required": false
                        },
                        "date": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer publication date",
                            "required": false
                        },
                        "date_utc": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer publication date (UTC time zone)",
                            "required": false
                        },
                        "organizer": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer name",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer description",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer post status",
                            "required": false
                        },
                        "phone": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer phone number",
                            "required": false
                        },
                        "website": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer website",
                            "required": false
                        },
                        "email": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer e-mail address",
                            "required": false
                        },
                        "image": {
                            "type": "string",
                            "default": null,
                            "description": "The organizer featured image ID or URL",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tribe\/events\/v1\/categories": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "default": 1,
                            "description": "The archive page to return",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "default": "12",
                            "description": "The number of event categories to return on each page",
                            "type": "integer",
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set exclude specific IDs",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending",
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute",
                            "type": "string",
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts",
                            "type": "boolean",
                            "default": "1",
                            "required": false
                        },
                        "parent": {
                            "description": "Limit result set to terms assigned to a specific parent",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post",
                            "type": "integer",
                            "required": false
                        },
                        "event": {
                            "description": "Limit result set to terms assigned to a specific event (an alias of the \"post\" parameter)",
                            "type": "integer",
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with a specific slug",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "The event category name",
                            "required": true
                        },
                        "description": {
                            "type": "string",
                            "description": "The event category description",
                            "required": false
                        },
                        "slug": {
                            "type": "string",
                            "description": "The event category slug",
                            "required": false
                        },
                        "parent": {
                            "type": "integer",
                            "description": "The event category slug",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tribe\/events\/v1\/categories"
                    }
                ]
            }
        },
        "\/tribe\/events\/v1\/categories\/(?P<id>\\d+)": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the event category term ID",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the event category term ID",
                            "required": true
                        },
                        "name": {
                            "type": "string",
                            "description": "The event category name",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "description": "The event category description",
                            "required": false
                        },
                        "slug": {
                            "type": "string",
                            "description": "The event category slug",
                            "required": false
                        },
                        "parent": {
                            "type": "integer",
                            "description": "The event category slug",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the event category term ID",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/tribe\/events\/v1\/tags": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "default": 1,
                            "description": "The archive page to return",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "default": "12",
                            "description": "The number of event tags to return on each page",
                            "type": "integer",
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set exclude specific IDs",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific IDs",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending",
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by term attribute",
                            "type": "string",
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to hide terms not assigned to any posts",
                            "type": "boolean",
                            "default": "1",
                            "required": false
                        },
                        "post": {
                            "description": "Limit result set to terms assigned to a specific post",
                            "type": "integer",
                            "required": false
                        },
                        "event": {
                            "description": "Limit result set to terms assigned to a specific event (an alias of the \"post\" parameter)",
                            "type": "integer",
                            "required": false
                        },
                        "slug": {
                            "description": "Limit result set to terms with a specific slug",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "The event tag name",
                            "required": true
                        },
                        "description": {
                            "type": "string",
                            "description": "The event tag description",
                            "required": false
                        },
                        "slug": {
                            "type": "string",
                            "description": "The event tag slug",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tribe\/events\/v1\/tags"
                    }
                ]
            }
        },
        "\/tribe\/events\/v1\/tags\/(?P<id>\\d+)": {
            "namespace": "tribe\/events\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the event tag term ID",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the event tag term ID",
                            "required": true
                        },
                        "name": {
                            "type": "string",
                            "description": "The event tag name",
                            "required": false
                        },
                        "description": {
                            "type": "string",
                            "description": "The event tag description",
                            "required": false
                        },
                        "slug": {
                            "type": "string",
                            "description": "The event tag slug",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "the event tag term ID",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/tribe\/views\/v2": {
            "namespace": "tribe\/views\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "tribe\/views\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tribe\/views\/v2"
                    }
                ]
            }
        },
        "\/tribe\/views\/v2\/html": {
            "namespace": "tribe\/views\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "u": {
                            "required": true
                        },
                        "view": {
                            "required": false
                        },
                        "tvn1": {
                            "required": false
                        },
                        "tvn2": {
                            "required": false
                        },
                        "view_data": {
                            "required": false
                        },
                        "action": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tribe\/views\/v2\/html"
                    }
                ]
            }
        },
        "\/tec\/v2\/onboarding": {
            "namespace": "tec\/v2\/onboarding",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "tec\/v2\/onboarding",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tec\/v2\/onboarding"
                    }
                ]
            }
        },
        "\/tec\/v2\/onboarding\/wizard": {
            "namespace": "tec\/v2\/onboarding",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "action_nonce": {
                            "type": "string",
                            "description": "The action nonce for the request.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tec\/v2\/onboarding\/wizard"
                    }
                ]
            }
        },
        "\/tec\/v1": {
            "namespace": "tec\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "tec\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tec\/v1"
                    }
                ]
            }
        },
        "\/tec\/v1\/events": {
            "namespace": "tec\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The collection page number.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 12,
                            "maximum": 100,
                            "minimum": 1,
                            "required": false
                        },
                        "start_date": {
                            "description": "Limit events to those starting after the specified date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "end_date": {
                            "description": "Limit events to those ending before the specified date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Limit result set to events assigned specific categories.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "tags": {
                            "description": "Limit result set to events assigned specific tags.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "venue": {
                            "description": "Limit result set to events assigned to specific venues.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "organizer": {
                            "description": "Limit result set to events assigned to specific organizers.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "featured": {
                            "description": "Limit result set to featured events only.",
                            "type": "boolean",
                            "required": false
                        },
                        "status": {
                            "description": "Limit result set to events with specific status.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "publish",
                                    "pending",
                                    "draft",
                                    "future",
                                    "private"
                                ]
                            },
                            "default": [
                                "publish"
                            ],
                            "uniqueItems": true,
                            "required": false
                        },
                        "post_parent": {
                            "description": "Limit result set to events with specific post parent.",
                            "type": "integer",
                            "required": false
                        },
                        "starts_before": {
                            "description": "Limit result set to events starting before the specified date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "starts_after": {
                            "description": "Limit result set to events starting after the specified date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "ends_before": {
                            "description": "Limit result set to events ending before the specified date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "ends_after": {
                            "description": "Limit result set to events ending after the specified date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "ticketed": {
                            "description": "Limit result set to events with tickets.",
                            "type": "boolean",
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by event attribute.",
                            "type": "string",
                            "default": "event_date",
                            "enum": [
                                "date",
                                "event_date",
                                "title",
                                "menu_order",
                                "modified"
                            ],
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "ASC",
                            "enum": [
                                "ASC",
                                "DESC"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "The date the entity was published, in the site's timezone. In RFC3339 format.",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^\\d{4}-\\d{2}-\\d{2}[Tt ]\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}(?::\\d{2})?)?$",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the entity was published, as GMT. In RFC3339 format.",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^\\d{4}-\\d{2}-\\d{2}[Tt ]\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}(?::\\d{2})?)?$",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the entity unique to its type",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the entity.",
                            "type": "string",
                            "default": "publish",
                            "enum": [
                                "publish",
                                "pending",
                                "draft",
                                "future",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "HTML title for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "HTML content for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "excerpt": {
                            "description": "HTML excerpt for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the entity.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the entity.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the entity.",
                            "type": "string",
                            "default": "open",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the entity can be pinged",
                            "type": "string",
                            "default": "open",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the entity.",
                            "type": "string",
                            "default": "standard",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether the event is sticky",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the entity.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the entity in the post_tag taxonomy",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "tribe_events_cat": {
                            "description": "The terms assigned to the entity in the tribe_events_cat taxonomy",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "start_date": {
                            "description": "The start date of the event",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$",
                            "required": false
                        },
                        "start_date_utc": {
                            "description": "The start date of the event in UTC",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$",
                            "required": false
                        },
                        "end_date": {
                            "description": "The end date of the event",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$",
                            "required": false
                        },
                        "end_date_utc": {
                            "description": "The end date of the event in UTC",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$",
                            "required": false
                        },
                        "timezone": {
                            "description": "The timezone of the event",
                            "type": "string",
                            "required": false
                        },
                        "duration": {
                            "description": "The duration of the event in seconds",
                            "type": "integer",
                            "required": false
                        },
                        "all_day": {
                            "description": "Whether the event is all day",
                            "type": "boolean",
                            "required": false
                        },
                        "featured": {
                            "description": "Whether the event is featured",
                            "type": "boolean",
                            "required": false
                        },
                        "cost": {
                            "description": "The cost of the event",
                            "type": "string",
                            "required": false
                        },
                        "organizers": {
                            "description": "The organizers of the event",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "venues": {
                            "description": "The venues of the event",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tec\/v1\/events"
                    }
                ]
            }
        },
        "\/tec\/v1\/events\/(?P<id>\\d+)": {
            "namespace": "tec\/v1",
            "methods": [
                "GET",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "date": {
                            "description": "The date the entity was published, in the site's timezone. In RFC3339 format.",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^\\d{4}-\\d{2}-\\d{2}[Tt ]\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}(?::\\d{2})?)?$",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the entity was published, as GMT. In RFC3339 format.",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^\\d{4}-\\d{2}-\\d{2}[Tt ]\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}(?::\\d{2})?)?$",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the entity unique to its type",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the entity.",
                            "type": "string",
                            "default": "publish",
                            "enum": [
                                "publish",
                                "pending",
                                "draft",
                                "future",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "HTML title for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "HTML content for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "excerpt": {
                            "description": "HTML excerpt for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the entity.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the entity.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the entity.",
                            "type": "string",
                            "default": "open",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the entity can be pinged",
                            "type": "string",
                            "default": "open",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the entity.",
                            "type": "string",
                            "default": "standard",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether the event is sticky",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the entity.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the entity in the post_tag taxonomy",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "tribe_events_cat": {
                            "description": "The terms assigned to the entity in the tribe_events_cat taxonomy",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "start_date": {
                            "description": "The start date of the event",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$",
                            "required": false
                        },
                        "start_date_utc": {
                            "description": "The start date of the event in UTC",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$",
                            "required": false
                        },
                        "end_date": {
                            "description": "The end date of the event",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$",
                            "required": false
                        },
                        "end_date_utc": {
                            "description": "The end date of the event in UTC",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$",
                            "required": false
                        },
                        "timezone": {
                            "description": "The timezone of the event",
                            "type": "string",
                            "required": false
                        },
                        "duration": {
                            "description": "The duration of the event in seconds",
                            "type": "integer",
                            "required": false
                        },
                        "all_day": {
                            "description": "Whether the event is all day",
                            "type": "boolean",
                            "required": false
                        },
                        "featured": {
                            "description": "Whether the event is featured",
                            "type": "boolean",
                            "required": false
                        },
                        "cost": {
                            "description": "The cost of the event",
                            "type": "string",
                            "required": false
                        },
                        "organizers": {
                            "description": "The organizers of the event",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "venues": {
                            "description": "The venues of the event",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tec\/v1\/organizers": {
            "namespace": "tec\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The collection page number.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 12,
                            "maximum": 100,
                            "minimum": 1,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "event": {
                            "description": "Limit result set to organizers with specific event.",
                            "type": "integer",
                            "required": false
                        },
                        "has_events": {
                            "description": "Limit result set to organizers with events.",
                            "type": "boolean",
                            "required": false
                        },
                        "only_with_upcoming": {
                            "description": "Limit result set to organizers with upcoming events.",
                            "type": "boolean",
                            "required": false
                        },
                        "status": {
                            "description": "Limit result set to organizers with specific status.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "publish",
                                    "pending",
                                    "draft",
                                    "future",
                                    "private"
                                ]
                            },
                            "default": [
                                "publish"
                            ],
                            "uniqueItems": true,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "The date the entity was published, in the site's timezone. In RFC3339 format.",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^\\d{4}-\\d{2}-\\d{2}[Tt ]\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}(?::\\d{2})?)?$",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the entity was published, as GMT. In RFC3339 format.",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^\\d{4}-\\d{2}-\\d{2}[Tt ]\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}(?::\\d{2})?)?$",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the entity unique to its type",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the entity.",
                            "type": "string",
                            "default": "publish",
                            "enum": [
                                "publish",
                                "pending",
                                "draft",
                                "future",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "HTML title for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "HTML content for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "excerpt": {
                            "description": "HTML excerpt for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the entity.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the entity.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the entity.",
                            "type": "string",
                            "default": "open",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the entity can be pinged",
                            "type": "string",
                            "default": "open",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the entity.",
                            "type": "string",
                            "default": "standard",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the entity should be treated as sticky",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the entity.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the entity in the post_tag taxonomy",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "phone": {
                            "description": "The organizer's phone number",
                            "type": "string",
                            "format": "tel",
                            "required": false
                        },
                        "website": {
                            "description": "The organizer's website",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "description": "The organizer's email address",
                            "type": "string",
                            "format": "email",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tec\/v1\/organizers"
                    }
                ]
            }
        },
        "\/tec\/v1\/organizers\/(?P<id>\\d+)": {
            "namespace": "tec\/v1",
            "methods": [
                "GET",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "date": {
                            "description": "The date the entity was published, in the site's timezone. In RFC3339 format.",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^\\d{4}-\\d{2}-\\d{2}[Tt ]\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}(?::\\d{2})?)?$",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the entity was published, as GMT. In RFC3339 format.",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^\\d{4}-\\d{2}-\\d{2}[Tt ]\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}(?::\\d{2})?)?$",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the entity unique to its type",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the entity.",
                            "type": "string",
                            "default": "publish",
                            "enum": [
                                "publish",
                                "pending",
                                "draft",
                                "future",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "HTML title for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "HTML content for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "excerpt": {
                            "description": "HTML excerpt for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the entity.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the entity.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the entity.",
                            "type": "string",
                            "default": "open",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the entity can be pinged",
                            "type": "string",
                            "default": "open",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the entity.",
                            "type": "string",
                            "default": "standard",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the entity should be treated as sticky",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the entity.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the entity in the post_tag taxonomy",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "phone": {
                            "description": "The organizer's phone number",
                            "type": "string",
                            "format": "tel",
                            "required": false
                        },
                        "website": {
                            "description": "The organizer's website",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "description": "The organizer's email address",
                            "type": "string",
                            "format": "email",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tec\/v1\/venues": {
            "namespace": "tec\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The collection page number.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 12,
                            "maximum": 100,
                            "minimum": 1,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "event": {
                            "description": "Limit result set to venues with specific event.",
                            "type": "integer",
                            "required": false
                        },
                        "has_events": {
                            "description": "Limit result set to venues with events.",
                            "type": "boolean",
                            "required": false
                        },
                        "only_with_upcoming": {
                            "description": "Limit result set to venues with upcoming events.",
                            "type": "boolean",
                            "required": false
                        },
                        "status": {
                            "description": "Limit result set to venues with specific status.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "publish",
                                    "pending",
                                    "draft",
                                    "future",
                                    "private"
                                ]
                            },
                            "default": [
                                "publish"
                            ],
                            "uniqueItems": true,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "The date the entity was published, in the site's timezone. In RFC3339 format.",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^\\d{4}-\\d{2}-\\d{2}[Tt ]\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}(?::\\d{2})?)?$",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the entity was published, as GMT. In RFC3339 format.",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^\\d{4}-\\d{2}-\\d{2}[Tt ]\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}(?::\\d{2})?)?$",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the entity unique to its type",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the entity.",
                            "type": "string",
                            "default": "publish",
                            "enum": [
                                "publish",
                                "pending",
                                "draft",
                                "future",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "HTML title for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "HTML content for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "excerpt": {
                            "description": "HTML excerpt for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the entity.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the entity.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the entity.",
                            "type": "string",
                            "default": "open",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the entity can be pinged",
                            "type": "string",
                            "default": "open",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the entity.",
                            "type": "string",
                            "default": "standard",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the entity should be treated as sticky",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the entity.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the entity in the post_tag taxonomy",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "address": {
                            "description": "The venue address",
                            "type": "string",
                            "required": false
                        },
                        "country": {
                            "description": "The venue country",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "The venue city",
                            "type": "string",
                            "required": false
                        },
                        "state_province": {
                            "description": "The venue state\/province",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "The venue state",
                            "type": "string",
                            "required": false
                        },
                        "province": {
                            "description": "The venue province",
                            "type": "string",
                            "required": false
                        },
                        "zip": {
                            "description": "The venue zip code",
                            "type": "string",
                            "required": false
                        },
                        "phone": {
                            "description": "The venue phone number",
                            "type": "string",
                            "required": false
                        },
                        "website": {
                            "description": "The venue website",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tec\/v1\/venues"
                    }
                ]
            }
        },
        "\/tec\/v1\/venues\/(?P<id>\\d+)": {
            "namespace": "tec\/v1",
            "methods": [
                "GET",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "date": {
                            "description": "The date the entity was published, in the site's timezone. In RFC3339 format.",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^\\d{4}-\\d{2}-\\d{2}[Tt ]\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}(?::\\d{2})?)?$",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "The date the entity was published, as GMT. In RFC3339 format.",
                            "type": "string",
                            "format": "date-time",
                            "pattern": "^\\d{4}-\\d{2}-\\d{2}[Tt ]\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?(?:Z|[+-]\\d{2}(?::\\d{2})?)?$",
                            "required": false
                        },
                        "slug": {
                            "description": "An alphanumeric identifier for the entity unique to its type",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "A named status for the entity.",
                            "type": "string",
                            "default": "publish",
                            "enum": [
                                "publish",
                                "pending",
                                "draft",
                                "future",
                                "private"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "HTML title for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "HTML content for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "excerpt": {
                            "description": "HTML excerpt for the entity, transformed for display",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "The ID for the author of the entity.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "The ID of the featured media for the entity.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Whether or not comments are open on the entity.",
                            "type": "string",
                            "default": "open",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Whether or not the entity can be pinged",
                            "type": "string",
                            "default": "open",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "The format for the entity.",
                            "type": "string",
                            "default": "standard",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Whether or not the entity should be treated as sticky",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "template": {
                            "description": "The theme file to use to display the entity.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "The terms assigned to the entity in the post_tag taxonomy",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "address": {
                            "description": "The venue address",
                            "type": "string",
                            "required": false
                        },
                        "country": {
                            "description": "The venue country",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "The venue city",
                            "type": "string",
                            "required": false
                        },
                        "state_province": {
                            "description": "The venue state\/province",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "The venue state",
                            "type": "string",
                            "required": false
                        },
                        "province": {
                            "description": "The venue province",
                            "type": "string",
                            "required": false
                        },
                        "zip": {
                            "description": "The venue zip code",
                            "type": "string",
                            "required": false
                        },
                        "phone": {
                            "description": "The venue phone number",
                            "type": "string",
                            "required": false
                        },
                        "website": {
                            "description": "The venue website",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "description": "Whether to bypass Trash and force deletion.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/tec\/v1\/docs": {
            "namespace": "tec\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/tec\/v1\/docs"
                    }
                ]
            }
        },
        "\/elementor\/v1": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/site-editor"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/site-editor\/templates"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor\/templates\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/site-editor\/conditions-config": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/site-editor\/conditions-config"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor\/templates-conditions\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/site-editor\/templates-conditions-conflicts": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/site-editor\/templates-conditions-conflicts"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor-pro\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-pro\/v1"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/license\/tier-features": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-pro\/v1\/license\/tier-features"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/license\/get-license-status": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-pro\/v1\/license\/get-license-status"
                    }
                ]
            }
        },
        "\/yoast\/v1\/redirects": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "origin": {
                            "type": "string",
                            "description": "The origin to redirect",
                            "required": true
                        },
                        "target": {
                            "type": "string",
                            "description": "The redirect target",
                            "required": false
                        },
                        "type": {
                            "type": "integer",
                            "description": "The redirect type",
                            "required": true
                        },
                        "ignore_warning": {
                            "type": "boolean",
                            "description": "Whether to ignore warnings",
                            "default": false,
                            "required": false
                        },
                        "format": {
                            "description": "The format of the redirect to create.",
                            "type": "string",
                            "enum": [
                                "plain",
                                "regex"
                            ],
                            "default": "plain",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/redirects"
                    }
                ]
            }
        },
        "\/yoast\/v1\/redirects\/delete": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "origin": {
                            "type": "string",
                            "description": "The origin to redirect",
                            "required": true
                        },
                        "target": {
                            "type": "string",
                            "description": "The redirect target",
                            "required": false
                        },
                        "type": {
                            "type": "string",
                            "description": "The redirect format",
                            "required": false
                        },
                        "ignore_warning": {
                            "type": "boolean",
                            "description": "Whether to ignore warnings",
                            "default": false,
                            "required": false
                        },
                        "format": {
                            "description": "The format of the redirect to create.",
                            "type": "string",
                            "enum": [
                                "plain",
                                "regex"
                            ],
                            "default": "plain",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/redirects\/delete"
                    }
                ]
            }
        },
        "\/yoast\/v1\/redirects\/list": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "format": {
                            "description": "The format of the redirects to retrieve.",
                            "type": "string",
                            "enum": [
                                "plain",
                                "regex"
                            ],
                            "default": "plain",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/redirects\/list"
                    }
                ]
            }
        },
        "\/yoast\/v1\/redirects\/update": {
            "namespace": "yoast\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "old_origin": {
                            "type": "string",
                            "description": "The origin to redirect (old)",
                            "required": true
                        },
                        "old_target": {
                            "type": "string",
                            "description": "The redirect target (old)",
                            "required": false
                        },
                        "old_type": {
                            "type": "integer",
                            "description": "The redirect type (old)",
                            "required": true
                        },
                        "new_origin": {
                            "type": "string",
                            "description": "The origin to redirect (new)",
                            "required": true
                        },
                        "new_target": {
                            "type": "string",
                            "description": "The redirect target (new)",
                            "required": false
                        },
                        "new_type": {
                            "type": "integer",
                            "description": "The redirect type (new)",
                            "required": true
                        },
                        "ignore_warning": {
                            "type": "boolean",
                            "description": "Whether to ignore warnings",
                            "default": false,
                            "required": false
                        },
                        "format": {
                            "description": "The format of the redirects to retrieve.",
                            "type": "string",
                            "enum": [
                                "plain",
                                "regex"
                            ],
                            "default": "plain",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/redirects\/update"
                    }
                ]
            }
        },
        "\/yoast\/v1\/redirects\/settings": {
            "namespace": "yoast\/v1",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "disable_php_redirect": {
                            "description": "Whether to disable PHP-based redirects and use .htaccess instead.",
                            "type": "string",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": true
                        },
                        "separate_file": {
                            "description": "Whether to write redirects into a separate file instead of .htaccess.",
                            "type": "string",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/redirects\/settings"
                    }
                ]
            }
        },
        "\/yoast\/v1\/redirects\/undo-for-object": {
            "namespace": "yoast\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "obj_id": {
                            "type": "int",
                            "description": "The id of the post or term",
                            "required": true
                        },
                        "obj_type": {
                            "type": "string",
                            "description": "The object type: post or term",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/yoast\/v1\/redirects\/undo-for-object"
                    }
                ]
            }
        },
        "\/elementor-hello-elementor\/v1": {
            "namespace": "elementor-hello-elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor-hello-elementor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-hello-elementor\/v1"
                    }
                ]
            }
        },
        "\/elementor-hello-elementor\/v1\/promotions": {
            "namespace": "elementor-hello-elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-hello-elementor\/v1\/promotions"
                    }
                ]
            }
        },
        "\/elementor-hello-elementor\/v1\/admin-settings": {
            "namespace": "elementor-hello-elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-hello-elementor\/v1\/admin-settings"
                    }
                ]
            }
        },
        "\/elementor-hello-elementor\/v1\/theme-settings": {
            "namespace": "elementor-hello-elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-hello-elementor\/v1\/theme-settings"
                    }
                ]
            }
        },
        "\/elementor-hello-elementor\/v1\/whats-new": {
            "namespace": "elementor-hello-elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-hello-elementor\/v1\/whats-new"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jet-form-builder\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/(?P<id>[\\d]+)\/fields": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jet-form-builder\/v1\/migrations\/install": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/migrations\/install"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/verification\/verify": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/verification\/verify"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/ai\/generate": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/ai\/generate"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/validate-field": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/validate-field"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/mailchimp": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "apiKey": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/mailchimp"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/get-response": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "apiKey": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/get-response"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/records-table\/fetch-filters": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/records-table\/fetch-filters"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/records-table\/delete": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/records-table\/delete"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/records-table\/not-view": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/records-table\/not-view"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/records-table\/view": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/records-table\/view"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/records\/fetch-page": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/records\/fetch-page"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/records\/fields-box\/(?P<id>[\\d]+)": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jet-form-builder\/v1\/records\/count": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/records\/count"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/active-campaign": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "apiKey": {
                            "type": "string",
                            "required": true
                        },
                        "apiUrl": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/active-campaign"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/use-form\/(?P<formId>[\\d]+)": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "pageId": {
                            "type": "integer",
                            "required": false
                        },
                        "pageTitle": {
                            "type": "string",
                            "required": false
                        },
                        "builder": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jet-form-builder\/v1\/records\/user-journey\/(?P<id>[\\d]+)": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jet-form-builder\/v1\/render-states\/add\/option": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/render-states\/add\/option"
                    }
                ]
            }
        },
        "\/jet-form-builder\/v1\/render-states\/delete": {
            "namespace": "jet-form-builder\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-form-builder\/v1\/render-states\/delete"
                    }
                ]
            }
        },
        "\/jet-blocks-api\/v1": {
            "namespace": "jet-blocks-api\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jet-blocks-api\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-blocks-api\/v1"
                    }
                ]
            }
        },
        "\/jet-blocks-api\/v1\/elementor-template": {
            "namespace": "jet-blocks-api\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "default": "",
                            "required": false
                        },
                        "dev": {
                            "default": "false",
                            "required": false
                        },
                        "widget_id": {
                            "default": "",
                            "required": false
                        },
                        "signature": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-blocks-api\/v1\/elementor-template"
                    }
                ]
            }
        },
        "\/jet-blocks-api\/v1\/plugin-settings": {
            "namespace": "jet-blocks-api\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-blocks-api\/v1\/plugin-settings"
                    }
                ]
            }
        },
        "\/jet-elements-api\/v1": {
            "namespace": "jet-elements-api\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jet-elements-api\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-elements-api\/v1"
                    }
                ]
            }
        },
        "\/jet-elements-api\/v1\/elementor-template": {
            "namespace": "jet-elements-api\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "default": "",
                            "required": false
                        },
                        "dev": {
                            "default": "false",
                            "required": false
                        },
                        "signature": {
                            "default": "",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-elements-api\/v1\/elementor-template"
                    }
                ]
            }
        },
        "\/jet-elements-api\/v1\/plugin-settings": {
            "namespace": "jet-elements-api\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-elements-api\/v1\/plugin-settings"
                    }
                ]
            }
        },
        "\/jet-engine\/v2": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jet-engine\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/search-posts": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "query": {
                            "default": "",
                            "required": false
                        },
                        "ids": {
                            "default": "",
                            "required": false
                        },
                        "post_type": {
                            "default": "any",
                            "required": false
                        },
                        "tax": {
                            "default": "",
                            "required": false
                        },
                        "search_terms": {
                            "default": false,
                            "required": false
                        },
                        "query_context": {
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/search-posts"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/add-item": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/add-item"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/edit-item\/(?P<id>[a-z\\-\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/delete-item\/(?P<id>[a-z\\-\\_\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/get-item\/(?P<id>[a-z\\-\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/get-items": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/get-items"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/get-map-marker-info": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "listing_id": {
                            "default": 0,
                            "required": true
                        },
                        "post_id": {
                            "default": 0,
                            "required": true
                        },
                        "source": {
                            "default": "posts",
                            "required": false
                        },
                        "queried_id": {
                            "default": "",
                            "required": false
                        },
                        "geo_query_distance": {
                            "default": -1,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/get-map-marker-info"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/get-map-point-data": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "lat": {
                            "default": "",
                            "required": true
                        },
                        "lng": {
                            "default": "",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/get-map-point-data"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/get-map-location-hash": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "loc": {
                            "default": "",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/get-map-location-hash"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/get-map-location-data": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "address": {
                            "default": "",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/get-map-location-data"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/get-map-autocomplete-data": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "query": {
                            "default": "",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/get-map-autocomplete-data"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/add-post-type": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/add-post-type"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/edit-post-type\/(?P<id>[\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/get-post-type\/(?P<id>[\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/delete-post-type\/(?P<id>[\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "action": {
                            "default": "none",
                            "required": true
                        },
                        "to_post_type": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jet-engine\/v2\/get-post-types": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/get-post-types"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/get-built-in-post-type\/(?P<post_type>[a-z\\-\\_\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/edit-built-in-post-type\/(?P<post_type>[a-z\\-\\_\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/reset-built-in-post-type\/(?P<post_type>[a-z\\-\\_\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/copy-post-type\/(?P<id>[\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/add-meta-box": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/add-meta-box"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/edit-meta-box\/(?P<id>[a-z\\-\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/get-meta-box\/(?P<id>[a-z\\-\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/get-meta-boxes": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/get-meta-boxes"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/delete-meta-box\/(?P<id>[a-z\\-\\_\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/add-taxonomy": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/add-taxonomy"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/edit-taxonomy\/(?P<id>[\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/get-taxonomy\/(?P<id>[\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/delete-taxonomy\/(?P<id>[\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "action": {
                            "default": "none",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jet-engine\/v2\/get-taxonomies": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/get-taxonomies"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/get-built-in-tax\/(?P<tax>[a-z\\-\\_\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/edit-built-in-tax\/(?P<tax>[a-z\\-\\_\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/reset-built-in-tax\/(?P<tax>[a-z\\-\\_\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/copy-taxonomy\/(?P<id>[\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/add-relation": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/add-relation"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/edit-relation\/(?P<id>[a-z\\-\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/get-relation\/(?P<id>[a-z\\-\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/delete-relation\/(?P<id>[a-z\\-\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/get-relations": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/get-relations"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/add-options-page": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/add-options-page"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/edit-options-page\/(?P<id>[\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/get-options-page\/(?P<id>[\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/delete-options-page\/(?P<id>[\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "action": {
                            "default": "none",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jet-engine\/v2\/get-options-pages": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/get-options-pages"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/search-glossary-fields": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "query": {
                            "default": "",
                            "required": false
                        },
                        "glossary_id": {
                            "default": "",
                            "required": true
                        },
                        "values": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/search-glossary-fields"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/add-query": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/add-query"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/edit-query\/(?P<id>[a-z\\-\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/get-query\/(?P<id>[a-z\\-\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/delete-query\/(?P<id>[a-z\\-\\_\\d]+)": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/jet-engine\/v2\/get-queries": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/get-queries"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/search-query-preview": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "_s": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/search-query-preview"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/update-query-preview": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/update-query-preview"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/convert-query-advanced": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/convert-query-advanced"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/search-query-field-options": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "q": {
                            "default": "",
                            "required": false
                        },
                        "query_id": {
                            "default": "",
                            "required": true
                        },
                        "value_field": {
                            "default": "",
                            "required": false
                        },
                        "label_field": {
                            "default": "",
                            "required": false
                        },
                        "values": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/search-query-field-options"
                    }
                ]
            }
        },
        "\/jet-engine\/v2\/table-fetch-data": {
            "namespace": "jet-engine\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-engine\/v2\/table-fetch-data"
                    }
                ]
            }
        },
        "\/croco\/v1": {
            "namespace": "croco\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "croco\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/croco\/v1"
                    }
                ]
            }
        },
        "\/croco\/v1\/ai-api-proxy\/models": {
            "namespace": "croco\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/croco\/v1\/ai-api-proxy\/models"
                    }
                ]
            }
        },
        "\/croco\/v1\/ai-api-proxy\/key": {
            "namespace": "croco\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "api_key": {
                            "description": "The API key to save.",
                            "type": "string",
                            "required": true
                        },
                        "nonce": {
                            "description": "Nonce for verifying the request.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/croco\/v1\/ai-api-proxy\/key"
                    }
                ]
            }
        },
        "\/croco\/v1\/ai-api-proxy\/model": {
            "namespace": "croco\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "model": {
                            "description": "The model to save.",
                            "type": "string",
                            "required": true
                        },
                        "nonce": {
                            "description": "Nonce for verifying the request.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/croco\/v1\/ai-api-proxy\/model"
                    }
                ]
            }
        },
        "\/croco\/v1\/ai-api-proxy\/clear-conversation": {
            "namespace": "croco\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/croco\/v1\/ai-api-proxy\/clear-conversation"
                    }
                ]
            }
        },
        "\/croco\/v1\/ai-api-proxy\/response": {
            "namespace": "croco\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/croco\/v1\/ai-api-proxy\/response"
                    }
                ]
            }
        },
        "\/croco\/v1\/ai-api-proxy\/(?P<api_path>.*)": {
            "namespace": "croco\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "api_path": {
                            "description": "The path to proxy to the AI service API.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jet-menu-api\/v2": {
            "namespace": "jet-menu-api\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jet-menu-api\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-menu-api\/v2"
                    }
                ]
            }
        },
        "\/jet-menu-api\/v2\/clear-cache": {
            "namespace": "jet-menu-api\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-menu-api\/v2\/clear-cache"
                    }
                ]
            }
        },
        "\/jet-menu-api\/v2\/get-blocks-template-content": {
            "namespace": "jet-menu-api\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "default": "",
                            "required": false
                        },
                        "dev": {
                            "default": "false",
                            "required": false
                        },
                        "signature": {
                            "default": "",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-menu-api\/v2\/get-blocks-template-content"
                    }
                ]
            }
        },
        "\/jet-menu-api\/v2\/get-elementor-template-content": {
            "namespace": "jet-menu-api\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "default": "",
                            "required": false
                        },
                        "dev": {
                            "default": "false",
                            "required": false
                        },
                        "signature": {
                            "default": "",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-menu-api\/v2\/get-elementor-template-content"
                    }
                ]
            }
        },
        "\/jet-menu-api\/v2\/plugin-settings": {
            "namespace": "jet-menu-api\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-menu-api\/v2\/plugin-settings"
                    }
                ]
            }
        },
        "\/jet-menu-api\/v2\/get-menu-items": {
            "namespace": "jet-menu-api\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "menu_id": {
                            "default": "",
                            "required": false
                        },
                        "dev": {
                            "default": "false",
                            "required": false
                        },
                        "lang": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-menu-api\/v2\/get-menu-items"
                    }
                ]
            }
        },
        "\/jet-popup\/v2": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jet-popup\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/save-plugin-settings": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/save-plugin-settings"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/get-page-templates": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/get-page-templates"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/get-post-categories": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/get-post-categories"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/get-posts": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_type": {
                            "default": "post",
                            "required": false
                        },
                        "query": {
                            "default": "",
                            "required": false
                        },
                        "values": {
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/get-posts"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/get-post-tags": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/get-post-tags"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/get-post-types": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/get-post-types"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/get-static-pages": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/get-static-pages"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/get-tax-terms": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "tax_name": {
                            "default": "",
                            "required": false
                        },
                        "query": {
                            "default": "",
                            "required": false
                        },
                        "values": {
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/get-tax-terms"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/get-popup-conditions": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "popup_id": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/get-popup-conditions"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/update-popup-conditions": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "popup_id": {
                            "default": "",
                            "required": false
                        },
                        "conditions": {
                            "default": [],
                            "required": false
                        },
                        "relation_type": {
                            "default": "or",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/update-popup-conditions"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/create-popup": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "default": "",
                            "required": false
                        },
                        "contentType": {
                            "default": "default",
                            "required": false
                        },
                        "preset": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/create-popup"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/get-popup-settings": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "popup_id": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/get-popup-settings"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/update-popup-settings": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "popup_id": {
                            "default": "",
                            "required": false
                        },
                        "settings": {
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/update-popup-settings"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/get-elementor-icon-html": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "iconData": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/get-elementor-icon-html"
                    }
                ]
            }
        },
        "\/jet-popup\/v2\/clear-popup-cache": {
            "namespace": "jet-popup\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-popup\/v2\/clear-popup-cache"
                    }
                ]
            }
        },
        "\/jet-search\/v1": {
            "namespace": "jet-search\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jet-search\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-search\/v1"
                    }
                ]
            }
        },
        "\/jet-search\/v1\/search-posts": {
            "namespace": "jet-search\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "data": {
                            "default": [],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-search\/v1\/search-posts"
                    }
                ]
            }
        },
        "\/jet-search\/v1\/add-suggestion": {
            "namespace": "jet-search\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-search\/v1\/add-suggestion"
                    }
                ]
            }
        },
        "\/jet-search\/v1\/update-suggestion": {
            "namespace": "jet-search\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-search\/v1\/update-suggestion"
                    }
                ]
            }
        },
        "\/jet-search\/v1\/delete-suggestion": {
            "namespace": "jet-search\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-search\/v1\/delete-suggestion"
                    }
                ]
            }
        },
        "\/jet-search\/v1\/get-suggestions": {
            "namespace": "jet-search\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "offset": {
                            "default": 0,
                            "required": false
                        },
                        "per_page": {
                            "default": 30,
                            "required": false
                        },
                        "sort": {
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-search\/v1\/get-suggestions"
                    }
                ]
            }
        },
        "\/jet-search\/v1\/form-add-suggestion": {
            "namespace": "jet-search\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-search\/v1\/form-add-suggestion"
                    }
                ]
            }
        },
        "\/jet-smart-filters-api\/v1": {
            "namespace": "jet-smart-filters-api\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jet-smart-filters-api\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-smart-filters-api\/v1"
                    }
                ]
            }
        },
        "\/jet-smart-filters-api\/v1\/plugin-settings": {
            "namespace": "jet-smart-filters-api\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "key": {
                            "default": false,
                            "required": false
                        },
                        "settings": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-smart-filters-api\/v1\/plugin-settings"
                    }
                ]
            }
        },
        "\/jet-smart-filters-api\/v1\/filters": {
            "namespace": "jet-smart-filters-api\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "status": {
                            "default": "publish",
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "default": 20,
                            "required": false
                        },
                        "orderby": {
                            "default": "date",
                            "required": false
                        },
                        "order": {
                            "default": "DESC",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "required": false
                        },
                        "date": {
                            "default": [],
                            "required": false
                        },
                        "restore": {
                            "default": false,
                            "required": false
                        },
                        "move_to_trash": {
                            "default": false,
                            "required": false
                        },
                        "delete": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-smart-filters-api\/v1\/filters"
                    }
                ]
            }
        },
        "\/jet-smart-filters-api\/v1\/filter": {
            "namespace": "jet-smart-filters-api\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "data": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-smart-filters-api\/v1\/filter"
                    }
                ]
            }
        },
        "\/jet-smart-filters-api\/v1\/taxonomy-terms": {
            "namespace": "jet-smart-filters-api\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "taxonomy": {
                            "required": true
                        },
                        "lang": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-smart-filters-api\/v1\/taxonomy-terms"
                    }
                ]
            }
        },
        "\/jet-smart-filters-api\/v1\/posts-list": {
            "namespace": "jet-smart-filters-api\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_type": {
                            "default": "post",
                            "required": false
                        },
                        "post_status": {
                            "default": "publish",
                            "required": false
                        },
                        "posts_per_page": {
                            "default": -1,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-smart-filters-api\/v1\/posts-list"
                    }
                ]
            }
        },
        "\/jet-smart-filters-api\/v1\/admin-mode-switch": {
            "namespace": "jet-smart-filters-api\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "mode": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-smart-filters-api\/v1\/admin-mode-switch"
                    }
                ]
            }
        },
        "\/jet-tabs-api\/v1": {
            "namespace": "jet-tabs-api\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jet-tabs-api\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-tabs-api\/v1"
                    }
                ]
            }
        },
        "\/jet-tabs-api\/v1\/elementor-template": {
            "namespace": "jet-tabs-api\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "default": "",
                            "required": false
                        },
                        "dev": {
                            "default": "false",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-tabs-api\/v1\/elementor-template"
                    }
                ]
            }
        },
        "\/jet-tabs-api\/v1\/plugin-settings": {
            "namespace": "jet-tabs-api\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-tabs-api\/v1\/plugin-settings"
                    }
                ]
            }
        },
        "\/jet-tabs-api\/v1\/clear-tabs-cache": {
            "namespace": "jet-tabs-api\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/jet-tabs-api\/v1\/clear-tabs-cache"
                    }
                ]
            }
        },
        "\/elementor\/v1\/documents": {
            "namespace": "elementor\/v1\/documents",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor\/v1\/documents",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/documents"
                    }
                ]
            }
        },
        "\/elementor\/v1\/documents\/(?P<id>\\d+)\/media\/import": {
            "namespace": "elementor\/v1\/documents",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/cache": {
            "namespace": "elementor\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/cache"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/globals"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/colors": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/globals\/colors"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/colors\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/globals\/typography": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/globals\/typography"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/typography\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/settings\/(?P<key>[\\w_-]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/elementor\/v1\/post": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "included_types": {
                            "description": "Included post types",
                            "type": "array",
                            "default": null,
                            "required": false
                        },
                        "excluded_types": {
                            "description": "Post type to exclude",
                            "type": "array",
                            "default": [
                                "e-floating-buttons",
                                "e-landing-page",
                                "elementor_library",
                                "attachment",
                                "revision",
                                "nav_menu_item",
                                "custom_css",
                                "customize_changeset"
                            ],
                            "required": false
                        },
                        "term": {
                            "description": "Posts to search",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "keys_conversion_map": {
                            "description": "Specify keys to extract and convert, i.e. [\"key_1\" => \"new_key_1\"].",
                            "type": "array",
                            "default": {
                                "ID": "id",
                                "post_title": "label",
                                "post_type": "groupLabel"
                            },
                            "required": false
                        },
                        "items_count": {
                            "description": "Posts per page",
                            "type": "integer",
                            "default": 100,
                            "required": false
                        },
                        "is_public": {
                            "description": "Whether to include only public post types",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "meta_query": {
                            "description": "WP_Query meta_query array",
                            "type": "array",
                            "default": null,
                            "required": false
                        },
                        "tax_query": {
                            "description": "WP_Query tax_query array",
                            "type": "array",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/post"
                    }
                ]
            }
        },
        "\/elementor\/v1\/term": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "included_types": {
                            "description": "Included taxonomy containing terms (categories, tags, etc...)",
                            "type": "array",
                            "default": null,
                            "required": false
                        },
                        "excluded_types": {
                            "description": "Excluded taxonomy containing terms (categories, tags, etc...)",
                            "type": "array",
                            "default": null,
                            "required": false
                        },
                        "term": {
                            "description": "Terms to search",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "keys_conversion_map": {
                            "description": "Specify keys to extract and convert, i.e. [\"key_1\" => \"new_key_1\"].",
                            "type": "array",
                            "default": {
                                "term_id": "id",
                                "name": "label",
                                "taxonomy": "groupLabel"
                            },
                            "required": false
                        },
                        "items_count": {
                            "description": "Terms per request",
                            "type": "integer",
                            "default": 100,
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Whether to include only public terms",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "meta_query": {
                            "description": "WP_Query meta_query array",
                            "type": "array",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/term"
                    }
                ]
            }
        },
        "\/elementor\/v1\/user": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "term": {
                            "description": "Posts to search",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "keys_conversion_map": {
                            "description": "Specify keys to extract and convert, i.e. [\"key_1\" => \"new_key_1\"].",
                            "type": [
                                "array",
                                "string"
                            ],
                            "default": {
                                "ID": "id",
                                "display_name": "label",
                                "role": "groupLabel"
                            },
                            "required": false
                        },
                        "items_count": {
                            "description": "Posts per page",
                            "type": "integer",
                            "default": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/user"
                    }
                ]
            }
        },
        "\/elementor-ai\/v1": {
            "namespace": "elementor-ai\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor-ai\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-ai\/v1"
                    }
                ]
            }
        },
        "\/elementor-ai\/v1\/permissions": {
            "namespace": "elementor-ai\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-ai\/v1\/permissions"
                    }
                ]
            }
        },
        "\/elementor\/v1\/favorites": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/favorites"
                    }
                ]
            }
        },
        "\/elementor\/v1\/favorites\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Type of favorites.",
                            "type": "string",
                            "required": true
                        },
                        "favorite": {
                            "description": "The favorite slug to create.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Type of favorites.",
                            "type": "string",
                            "required": true
                        },
                        "favorite": {
                            "description": "The favorite slug to delete.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/kit-elements-defaults": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/kit-elements-defaults"
                    }
                ]
            }
        },
        "\/elementor\/v1\/kit-elements-defaults\/(?P<type>[\\w\\-\\_]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "The type of the element.",
                            "required": true
                        },
                        "settings": {
                            "description": "All the default values for the requested type",
                            "type": "object",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "The type of the element.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/site-navigation\/recent-posts": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "posts_per_page": {
                            "description": "Number of posts to return",
                            "type": "integer",
                            "required": true
                        },
                        "post_type": {
                            "description": "Post types to retrieve",
                            "type": "array",
                            "default": [
                                "page",
                                "post",
                                "elementor_library"
                            ],
                            "required": false
                        },
                        "post__not_in": {
                            "description": "Post id`s to exclude",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/site-navigation\/recent-posts"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-navigation\/add-new-post": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_type": {
                            "description": "Post type to create",
                            "type": "string",
                            "default": "post",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/site-navigation\/add-new-post"
                    }
                ]
            }
        },
        "\/elementor\/v1\/checklist": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/checklist"
                    }
                ]
            }
        },
        "\/elementor\/v1\/checklist\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/checklist\/steps": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/checklist\/steps"
                    }
                ]
            }
        },
        "\/elementor\/v1\/checklist\/steps\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/checklist\/steps\/(?P<id>[\\w\\-\\_]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "description": "The step id.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/checklist\/user-progress": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/checklist\/user-progress"
                    }
                ]
            }
        },
        "\/elementor\/v1\/components": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "status": {
                            "type": "string",
                            "enum": [
                                "publish",
                                "draft",
                                "autosave"
                            ],
                            "required": true
                        },
                        "items": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "uid": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "title": {
                                        "type": "string",
                                        "required": true,
                                        "minLength": 2,
                                        "maxLength": 200
                                    },
                                    "elements": {
                                        "type": "array",
                                        "required": true,
                                        "items": {
                                            "type": "object"
                                        }
                                    },
                                    "settings": {
                                        "type": "object",
                                        "required": false
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/components"
                    }
                ]
            }
        },
        "\/elementor\/v1\/components\/styles": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/components\/styles"
                    }
                ]
            }
        },
        "\/elementor\/v1\/components\/create-validate": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "items": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "uid": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "title": {
                                        "type": "string",
                                        "required": true,
                                        "minLength": 2,
                                        "maxLength": 200
                                    },
                                    "elements": {
                                        "type": "array",
                                        "required": true,
                                        "items": {
                                            "type": "object"
                                        }
                                    },
                                    "settings": {
                                        "type": "object",
                                        "required": false
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/components\/create-validate"
                    }
                ]
            }
        },
        "\/elementor\/v1\/components\/overridable-props": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "componentId": {
                            "type": "integer",
                            "description": "The component ID to get overridable props for",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/components\/overridable-props"
                    }
                ]
            }
        },
        "\/elementor\/v1\/components\/status": {
            "namespace": "elementor\/v1",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "status": {
                            "type": "string",
                            "enum": [
                                "publish"
                            ],
                            "required": true
                        },
                        "ids": {
                            "type": "array",
                            "items": {
                                "type": "number",
                                "required": true
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/components\/status"
                    }
                ]
            }
        },
        "\/elementor\/v1\/components\/lock": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "componentId": {
                            "type": "number",
                            "description": "The component ID to unlock",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/components\/lock"
                    }
                ]
            }
        },
        "\/elementor\/v1\/components\/unlock": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "componentId": {
                            "type": "number",
                            "description": "The component ID to unlock",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/components\/unlock"
                    }
                ]
            }
        },
        "\/elementor\/v1\/components\/lock-status": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "componentId": {
                            "type": "string",
                            "description": "The component ID to check lock status",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/components\/lock-status"
                    }
                ]
            }
        },
        "\/elementor\/v1\/components\/archive": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "componentIds": {
                            "type": "array",
                            "items": {
                                "type": "number",
                                "required": true
                            },
                            "description": "The component IDs to archive",
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "enum": [
                                "publish",
                                "draft",
                                "autosave"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/components\/archive"
                    }
                ]
            }
        },
        "\/elementor\/v1\/components\/update-titles": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "components": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "componentId": {
                                        "type": "number",
                                        "required": true,
                                        "description": "The component ID to update title"
                                    },
                                    "title": {
                                        "type": "string",
                                        "required": true,
                                        "description": "The new title for the component"
                                    }
                                }
                            },
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "enum": [
                                "publish",
                                "draft",
                                "autosave"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/components\/update-titles"
                    }
                ]
            }
        },
        "\/elementor\/v1\/feedback": {
            "namespace": "elementor\/v1\/feedback",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor\/v1\/feedback",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/feedback"
                    }
                ]
            }
        },
        "\/elementor\/v1\/feedback\/submit": {
            "namespace": "elementor\/v1\/feedback",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/feedback\/submit"
                    }
                ]
            }
        },
        "\/elementor\/v1\/template-library\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "description": "The title of the document",
                            "required": false
                        },
                        "type": {
                            "description": "The document type.",
                            "type": "string",
                            "enum": [
                                "page",
                                "section",
                                "container",
                                "floating-buttons",
                                "tec_event_single_dynamic",
                                "tec_event_single_static",
                                "popup",
                                "header",
                                "footer",
                                "single",
                                "single-post",
                                "single-page",
                                "archive",
                                "search-results",
                                "error-404",
                                "loop-item"
                            ],
                            "required": true
                        },
                        "content": {
                            "description": "Elementor data object",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/template-library\/templates"
                    }
                ]
            }
        },
        "\/elementor\/v1\/user-data\/current-user": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PATCH"
                    ],
                    "args": {
                        "suppressedMessages": {
                            "type": "array",
                            "description": "Array of suppressed message keys",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/user-data\/current-user"
                    }
                ]
            }
        },
        "\/elementor\/v1\/global-widget\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/global-widget\/templates"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/posts-widget": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-pro\/v1\/posts-widget"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "created_at",
                            "enum": [
                                "created_at",
                                "id",
                                "main_meta_id"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Limit result set to submissions assigned one or more statuses.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "unread",
                                "read",
                                "trash"
                            ],
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "form": {
                            "description": "Limit result set to submissions assigned to specific forms. The form id should follow this pattern {post_id}_{element_id} e.g: 10_476d0ce",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "referer": {
                            "description": "Limit result set to submissions assigned to specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to submissions sent after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to submissions sent before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        },
                        "force": {
                            "description": "Delete the object permanently.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        },
                        "is_read": {
                            "description": "mark whether the submission was read or not",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/form-submissions"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        },
                        "force": {
                            "description": "Delete the object permanently.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        },
                        "is_read": {
                            "description": "mark whether the submission was read or not",
                            "type": "boolean",
                            "required": false
                        },
                        "values": {
                            "description": "Form field values, receive an array, the key should be the form field id and the value should be the value.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/form-submissions\/restore\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/form-submissions\/restore": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/form-submissions\/restore"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/export": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 10000,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "created_at",
                            "enum": [
                                "created_at",
                                "id",
                                "main_meta_id"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Limit result set to submissions assigned one or more statuses.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "unread",
                                "read",
                                "trash"
                            ],
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "form": {
                            "description": "Limit result set to submissions assigned to specific forms. The form id should follow this pattern {post_id}_{element_id} e.g: 10_476d0ce",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "referer": {
                            "description": "Limit result set to submissions assigned to specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to submissions sent after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to submissions sent before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "format": {
                            "description": "The format of the export (for now only csv).",
                            "enum": [
                                "csv"
                            ],
                            "default": "csv",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/form-submissions\/export"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/referer": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made, determines fields present in response. (only \"options\" available for now)",
                            "type": "string",
                            "enum": [
                                "options"
                            ],
                            "default": "options",
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "value": {
                            "description": "Limit results specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/form-submissions\/referer"
                    }
                ]
            }
        },
        "\/elementor\/v1\/forms": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made, determines fields present in response. (only \"options\" available for now)",
                            "type": "string",
                            "enum": [
                                "options"
                            ],
                            "default": "options",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/forms"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/get-post-type-taxonomies": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_type": {
                            "description": "The post type for which to fetch the list of taxonomies.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-pro\/v1\/get-post-type-taxonomies"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/refresh-loop": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_id": {
                            "description": "The post ID of the page containing the loop.",
                            "type": "integer",
                            "required": true
                        },
                        "widget_id": {
                            "description": "The ID of the loop widget.",
                            "type": "string",
                            "required": true
                        },
                        "widget_filters": {
                            "description": "The filters for the loop widget.",
                            "type": "object",
                            "required": true
                        },
                        "widget_model": {
                            "description": "The model of the loop widget. In Editor mode only.",
                            "type": "object",
                            "required": false
                        },
                        "pagination_base_url": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-pro\/v1\/refresh-loop"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/refresh-search": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_id": {
                            "description": "The post ID of the page containing the loop.",
                            "type": "integer",
                            "required": true
                        },
                        "widget_id": {
                            "description": "The ID of the loop widget.",
                            "type": "string",
                            "required": true
                        },
                        "widget_model": {
                            "description": "The model of the loop widget. In Editor mode only.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor-pro\/v1\/refresh-search"
                    }
                ]
            }
        },
        "\/elementor\/v1\/notes": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "route_url": {
                            "type": "string",
                            "description": "The URL of the route where the note was created at.",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "The note status (e.g. \"publish\", \"draft\").",
                            "enum": [
                                "publish",
                                "draft"
                            ],
                            "default": "publish",
                            "required": false
                        },
                        "is_resolved": {
                            "type": "boolean",
                            "description": "Whether the note is resolved or not.",
                            "required": false
                        },
                        "parent_id": {
                            "type": "integer",
                            "description": "The note's parent id (use 0 for top-level).",
                            "required": false
                        },
                        "post_id": {
                            "type": "integer",
                            "description": "The ID of the post that the note is attached to.",
                            "required": false
                        },
                        "only_unread": {
                            "type": "boolean",
                            "description": "Show only unread notes (represents an unread thread if one of its replies is unread).",
                            "required": false
                        },
                        "only_relevant": {
                            "type": "boolean",
                            "description": "Show only notes that are relevant to the current user.",
                            "required": false
                        },
                        "order_by": {
                            "type": "string",
                            "description": "A column to order the results by.",
                            "default": "last_activity_at",
                            "enum": [
                                "last_activity_at",
                                "created_at"
                            ],
                            "required": false
                        },
                        "order": {
                            "type": "string",
                            "description": "Results order direction.",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_id": {
                            "type": "integer",
                            "description": "The id of the post where the note was created at (can be template, post, page, etc.).",
                            "required": true
                        },
                        "element_id": {
                            "type": "string",
                            "description": "Each note must be attached to an elementor element.",
                            "required": true
                        },
                        "content": {
                            "type": "string",
                            "description": "The content of the note.",
                            "required": true
                        },
                        "position": {
                            "type": "object",
                            "properties": {
                                "x": {
                                    "required": true,
                                    "type": "number"
                                },
                                "y": {
                                    "required": true,
                                    "type": "number"
                                }
                            },
                            "description": "The position of the note.",
                            "required": true
                        },
                        "mentioned_usernames": {
                            "type": "array",
                            "description": "List of user names that have been mentioned in the note's content.",
                            "default": [],
                            "items": {
                                "type": "string",
                                "sanitize_callback": []
                            },
                            "required": false
                        },
                        "route_post_id": {
                            "description": "The ID of the post that's associated with the route (doesn't always exist, e.g: home page, archive)",
                            "required": false
                        },
                        "route_url": {
                            "type": "string",
                            "description": "The URL of the route where the note was created at.",
                            "required": false
                        },
                        "route_title": {
                            "type": "string",
                            "description": "The title of the route where the note was created at.",
                            "required": false
                        },
                        "parent_id": {
                            "type": "integer",
                            "description": "If the new note is a reply to another note, the parent_id should be the thread's id.",
                            "default": 0,
                            "required": false
                        },
                        "is_public": {
                            "type": "boolean",
                            "description": "Should this note be visible for everyone or just for its author.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/notes"
                    }
                ]
            }
        },
        "\/elementor\/v1\/notes\/read-status": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ids": {
                            "type": "array",
                            "description": "The id's of the notes.",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "ids": {
                            "type": "array",
                            "description": "The id's of the notes.",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/notes\/read-status"
                    }
                ]
            }
        },
        "\/elementor\/v1\/notes\/summary": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "route_url": {
                            "type": "string",
                            "description": "The URL of the route where the note was created at.",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "The note status (e.g. \"publish\", \"draft\").",
                            "enum": [
                                "publish",
                                "draft"
                            ],
                            "default": "publish",
                            "required": false
                        },
                        "is_resolved": {
                            "type": "boolean",
                            "description": "Whether the note is resolved or not.",
                            "required": false
                        },
                        "parent_id": {
                            "type": "integer",
                            "description": "The note's parent id (use 0 for top-level).",
                            "required": false
                        },
                        "post_id": {
                            "type": "integer",
                            "description": "The ID of the post that the note is attached to.",
                            "required": false
                        },
                        "only_unread": {
                            "type": "boolean",
                            "description": "Show only unread notes (represents an unread thread if one of its replies is unread).",
                            "required": false
                        },
                        "only_relevant": {
                            "type": "boolean",
                            "description": "Show only notes that are relevant to the current user.",
                            "required": false
                        },
                        "order_by": {
                            "type": "string",
                            "description": "A column to order the results by.",
                            "default": "last_activity_at",
                            "enum": [
                                "last_activity_at",
                                "created_at"
                            ],
                            "required": false
                        },
                        "order": {
                            "type": "string",
                            "description": "Results order direction.",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/notes\/summary"
                    }
                ]
            }
        },
        "\/elementor\/v1\/notes\/users": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "limit": {
                            "type": "integer",
                            "description": "Limit the results.",
                            "required": false
                        },
                        "order_by": {
                            "type": "string",
                            "description": "A column to order the results by.",
                            "default": "display_name",
                            "enum": [
                                "user_nicename",
                                "display_name",
                                "user_registered"
                            ],
                            "required": false
                        },
                        "order": {
                            "type": "string",
                            "description": "Results order direction.",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "search": {
                            "type": "string",
                            "description": "Filter users by a search term.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/notes\/users"
                    }
                ]
            }
        },
        "\/elementor\/v1\/notes\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "Note ID to find.",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "The id the note.",
                            "required": true
                        },
                        "content": {
                            "type": "string",
                            "description": "The content of the note.",
                            "required": false
                        },
                        "mentioned_usernames": {
                            "type": "array",
                            "description": "List of user names that have been mentioned in the note's content.",
                            "items": {
                                "type": "string",
                                "sanitize_callback": []
                            },
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "Note status can be draft or publish.",
                            "enum": [
                                "publish",
                                "draft"
                            ],
                            "required": false
                        },
                        "is_public": {
                            "type": "boolean",
                            "description": "Should this note be visible for everyone or just for its author.",
                            "required": false
                        },
                        "is_resolved": {
                            "type": "boolean",
                            "description": "Is this note resolved and should be hidden.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "The id of the note.",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "description": "Determine if it should be deleted permanently or change the status to trash.",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/library\/connect": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "token": {
                            "type": "string",
                            "description": "Connect CLI token",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/library\/connect"
                    }
                ]
            }
        },
        "\/elementor\/v1\/send-event": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "event_data": {
                            "description": "All the recorded event data in JSON format",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/elementor\/v1\/send-event"
                    }
                ]
            }
        },
        "\/wp\/v2": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limitahan ang resulta batay sa ugnayan sa pagitan ng maraming taxonomy.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kung isasama ang mga child term sa mga term na naglilimita sa result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa categories taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kung isasama ang mga child term sa mga term na naglilimita sa result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa tags taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "press-releases": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng press-releases.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kung isasama ang mga child term sa mga term na naglilimita sa result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "press-releases_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa press-releases taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kung isasama ang mga child term sa mga term na naglilimita sa result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Limitahan ang resulta na naka set sa items na sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "I-ignore ba ang mga sticky post o hindi.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "Limitahan ang resulta sa mga item na may isa o higit pang mga format na ibinigay.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Ang format na para sa post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Kung maari o hindi ituring ang object na sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Ang terms na naka-assign sa object sa category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Ang terms na naka-assign sa object sa post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "press-releases": {
                            "description": "Ang terms na naka-assign sa object sa press-releases taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "I-override ang default na haba ng excerpt.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Ang format na para sa post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Kung maari o hindi ituring ang object na sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Ang terms na naka-assign sa object sa category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Ang terms na naka-assign sa object sa post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "press-releases": {
                            "description": "Ang terms na naka-assign sa object sa press-releases taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Ang format na para sa post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Kung maari o hindi ituring ang object na sticky.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "Ang terms na naka-assign sa object sa category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "Ang terms na naka-assign sa object sa post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "press-releases": {
                            "description": "Ang terms na naka-assign sa object sa press-releases taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limitahan ang resulta na naka set sa post na mayroong specific menu_order ng kahalagan.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limitahan ang resulta na naka set na may particular parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limitahan ang resulta ng set to all items puera lang yung mga mayroong particular parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang ID ng magulang ng post",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "I-override ang default na haba ng excerpt.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang ID ng magulang ng post",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID ng magulang ng post",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limitahan ang resulta na naka set na may particular parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limitahan ang resulta ng set to all items puera lang yung mga mayroong particular parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Limitahan ang hanay ng resulta sa mga attachment ng partikular na uri ng media o mga uri ng media.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "image",
                                    "video",
                                    "text",
                                    "application",
                                    "audio"
                                ]
                            },
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Limitahan ang hanay ng resulta sa mga attachment na may partikular na MIME type o mga MIME type.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternatibong teksto na ipapakita kapag hindi lumabas ang kalakip.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Ang attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Desciption para sa resource, kung ito ay nakikita sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption para sa resource, napalitan sa display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ang attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Detalye ng object, habang ito ay nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Binago ang paglalarawan ng attachment gamit ang HTML upang umayon sa display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Ang ID para sa kaugnay na post ng attachment.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/media"
                    }
                ]
            }
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternatibong teksto na ipapakita kapag hindi lumabas ang kalakip.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Ang attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Desciption para sa resource, kung ito ay nakikita sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption para sa resource, napalitan sa display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ang attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Detalye ng object, habang ito ay nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Binago ang paglalarawan ng attachment gamit ang HTML upang umayon sa display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Ang ID para sa kaugnay na post ng attachment.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa attachment.",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "URL sa na-edit na file ng imahe.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "Array ng mga image edit.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "I-edit ang larawan.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "I-flip",
                                        "properties": {
                                            "type": {
                                                "description": "Uri ng pag-flip",
                                                "type": "string",
                                                "enum": [
                                                    "flip"
                                                ]
                                            },
                                            "args": {
                                                "description": "Mga argumento sa pag-flip",
                                                "type": "object",
                                                "required": [
                                                    "flip"
                                                ],
                                                "properties": {
                                                    "flip": {
                                                        "description": "Direksyon ng pag-flip",
                                                        "type": "object",
                                                        "required": [
                                                            "horizontal",
                                                            "vertical"
                                                        ],
                                                        "properties": {
                                                            "horizontal": {
                                                                "description": "Kung i-flip sa pahalang na direksyon.",
                                                                "type": "boolean"
                                                            },
                                                            "vertical": {
                                                                "description": "Kung i-flip sa patayong direksyon.",
                                                                "type": "boolean"
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Rotasyon",
                                        "properties": {
                                            "type": {
                                                "description": "Uri ng rotation.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "Mga argumento ng rotation.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "Angle para i-rotate nang clockwise sa degrees.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "I-crop",
                                        "properties": {
                                            "type": {
                                                "description": "Uri ng crop.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "Mga argumento ng crop.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "Horizontal position mula sa kaliwa para simulan ang crop bilang porsyento ng lapad ng larawan.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "Vertical position mula sa itaas para simulan ang crop bilang porsyento ng taas ng larawan.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "Lapad ng crop bilang porsyento ng lapad ng larawan.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "Taas ng crop bilang porsyento ng taas ng larawan.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "Ang dami ng pag-ikot ng larawan nang clockwise sa degrees. DEPRECATED: Gamitin ang `modifiers` sa halip.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "Bilang porsyento ng larawan, ang x position na pagmumulan ng crop. DEPRECATED: Gamitin ang `modifiers` sa halip.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "Bilang porsyento ng larawan, ang y position na pagmumulan ng crop. DEPRECATED: Gamitin ang `modifiers` sa halip.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "Bilang porsyento ng larawan, ang lapad na i-crop ang larawan. DEPRECATED: Gamitin ang `modifiers` sa halip.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "Bilang porsyento ng larawan, ang taas na i-crop ang larawan. DEPRECATED: Gamitin ang `modifiers` sa halip.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "caption": {
                            "description": "Ang attachment caption.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Desciption para sa resource, kung ito ay nakikita sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML caption para sa resource, napalitan sa display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ang attachment description.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Detalye ng object, habang ito ay nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Binago ang paglalarawan ng attachment gamit ang HTML upang umayon sa display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Ang ID para sa kaugnay na post ng attachment.",
                            "type": "integer",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Alternatibong teksto na ipapakita kapag hindi lumabas ang kalakip.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "menu_order",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limitahan ang resulta batay sa ugnayan sa pagitan ng maraming taxonomy.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa menus taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limitahan ang resulta na naka set sa post na mayroong specific menu_order ng kahalagan.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "Ang pamagat ng object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Pamagat para sa object, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Pamagat ng HTML para sa object, na-transform para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "Ang pamilya ng mga object na orihinal na kinakatawan, tulad ng \"post_type\" o \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Isang pinangalanang status para sa object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "Ang ID para sa parent ng object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Teksto para sa title attribute ng link element para sa item ng menu na ito.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Mga pangalan ng klase para sa link element ng item ng menu na ito.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ang deskripsyon ng item ng menu na ito.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "Ang DB ID ng nav_menu_item na siyang parent ng menu ng item na ito, kung mayroon, kung hindi ay 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Ang uri ng object na orihinal na kinakatawan, tulad ng \"category\", \"post\", o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "Ang database ID ng orihinal na object na kinakatawan ng item ng menu na ito, halimbawa ang ID para sa mga post o ang term_id para sa mga kategorya.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Ang target attribute ng link element para sa item ng menu na ito.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "Ang URL kung saan nakaturo ang item ng menu na ito.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "Ang XFN relationship na ipinahayag sa link ng item ng menu na ito.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Ang mga term na nakatalaga sa object sa nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/menu-items"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Ang pamagat ng object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Pamagat para sa object, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Pamagat ng HTML para sa object, na-transform para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "Ang pamilya ng mga object na orihinal na kinakatawan, tulad ng \"post_type\" o \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Isang pinangalanang status para sa object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Ang ID para sa parent ng object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Teksto para sa title attribute ng link element para sa item ng menu na ito.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Mga pangalan ng klase para sa link element ng item ng menu na ito.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ang deskripsyon ng item ng menu na ito.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang DB ID ng nav_menu_item na siyang parent ng menu ng item na ito, kung mayroon, kung hindi ay 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Ang uri ng object na orihinal na kinakatawan, tulad ng \"category\", \"post\", o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "Ang database ID ng orihinal na object na kinakatawan ng item ng menu na ito, halimbawa ang ID para sa mga post o ang term_id para sa mga kategorya.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Ang target attribute ng link element para sa item ng menu na ito.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "Ang URL kung saan nakaturo ang item ng menu na ito.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "Ang XFN relationship na ipinahayag sa link ng item ng menu na ito.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Ang mga term na nakatalaga sa object sa nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng object.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "Ang pamagat ng object.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Pamagat para sa object, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Pamagat ng HTML para sa object, na-transform para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "Ang pamilya ng mga object na orihinal na kinakatawan, tulad ng \"post_type\" o \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Isang pinangalanang status para sa object.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Teksto para sa title attribute ng link element para sa item ng menu na ito.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Mga pangalan ng klase para sa link element ng item ng menu na ito.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ang deskripsyon ng item ng menu na ito.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang DB ID ng nav_menu_item na siyang parent ng menu ng item na ito, kung mayroon, kung hindi ay 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Ang uri ng object na orihinal na kinakatawan, tulad ng \"category\", \"post\", o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "Ang database ID ng orihinal na object na kinakatawan ng item ng menu na ito, halimbawa ang ID para sa mga post o ang term_id para sa mga kategorya.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Ang target attribute ng link element para sa item ng menu na ito.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "Ang URL kung saan nakaturo ang item ng menu na ito.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "Ang XFN relationship na ipinahayag sa link ng item ng menu na ito.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "Ang mga term na nakatalaga sa object sa nav_menu taxonomy.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limitahan ang resulta batay sa ugnayan sa pagitan ng maraming taxonomy.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa wp_pattern_category taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Ang terms na naka-assign sa object sa wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "I-override ang default na haba ng excerpt.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Ang terms na naka-assign sa object sa wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Ang terms na naka-assign sa object sa wp_pattern_category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Natatanging slug na nagpapakilala sa template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier para sa template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Uri ng template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Nilalaman ng template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa template, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Pangalan ng template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Pamagat para sa template, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Pamagat ng HTML para sa template, na-transform para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Deskripsyon ng template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status ng template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID para sa may-akda ng template.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limitahan sa tinukoy na post ID.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limitahan sa tinukoy na template part area.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Uri ng post para makuha ang mga template.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Natatanging slug na nagpapakilala sa template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Theme identifier para sa template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Uri ng template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Nilalaman ng template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa template, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Pangalan ng template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Pamagat para sa template, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Pamagat ng HTML para sa template, na-transform para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Deskripsyon ng template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Status ng template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID para sa may-akda ng template.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Ang slug ng template upang makuha ang fallback para sa",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Isinasaad kung custom o bahagi ng hierarchy ng template ang isang template",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Ang template prefix para sa nilikhang template. Ginagamit ito para i-extract ang pangunahing uri ng template, halimbawa sa `taxonomy-books` i-e-extract ang `taxonomy`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/templates\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Natatanging slug na nagpapakilala sa template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier para sa template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Uri ng template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Nilalaman ng template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa template, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Pangalan ng template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Pamagat para sa template, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Pamagat ng HTML para sa template, na-transform para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Deskripsyon ng template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status ng template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID para sa may-akda ng template.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Natatanging slug na nagpapakilala sa template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier para sa template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Uri ng template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Nilalaman ng template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa template, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Pangalan ng template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Pamagat para sa template, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Pamagat ng HTML para sa template, na-transform para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Deskripsyon ng template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status ng template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID para sa may-akda ng template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Kung saan nilayon gamitin ang bahagi ng template (header, footer, atbp.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limitahan sa tinukoy na post ID.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limitahan sa tinukoy na template part area.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Uri ng post para makuha ang mga template.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Natatanging slug na nagpapakilala sa template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Theme identifier para sa template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Uri ng template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Nilalaman ng template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa template, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Pangalan ng template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Pamagat para sa template, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Pamagat ng HTML para sa template, na-transform para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Deskripsyon ng template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Status ng template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID para sa may-akda ng template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Kung saan nilayon gamitin ang bahagi ng template (header, footer, atbp.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Ang slug ng template upang makuha ang fallback para sa",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Isinasaad kung custom o bahagi ng hierarchy ng template ang isang template",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Ang template prefix para sa nilikhang template. Ginagamit ito para i-extract ang pangunahing uri ng template, halimbawa sa `taxonomy-books` i-e-extract ang `taxonomy`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/template-parts\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Natatanging slug na nagpapakilala sa template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Theme identifier para sa template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Uri ng template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Nilalaman ng template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa template, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Pangalan ng template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Pamagat para sa template, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Pamagat ng HTML para sa template, na-transform para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Deskripsyon ng template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status ng template.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID para sa may-akda ng template.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Kung saan nilayon gamitin ang bahagi ng template (header, footer, atbp.)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID ng template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng rebisyon ng pandaigdigang estilo.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa rebisyon ng pandaigdigang estilo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "Ang theme identifier",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "Ang theme identifier",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\d+]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "id": {
                            "description": "ID ng global styles config.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "Mga global na estilo.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "Mga global na setting.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Pamagat ng global styles variation.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Pamagat para sa global styles variation, ayon sa pagkaka-eksist nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "Bersyon ng theme.json schema na ginamit para sa mga setting ng typography.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaration sa theme.json format, naka-encode bilang string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/font-families"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-families\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "Bersyon ng theme.json schema na ginamit para sa mga setting ng typography.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "font-family declaration sa theme.json format, naka-encode bilang string.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "Ang ID para sa parent font family ng font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "Ang ID para sa parent font family ng font face.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "Bersyon ng theme.json schema na ginamit para sa mga setting ng typography.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "font-face declaration sa theme.json format, naka-encode bilang string.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "Ang ID para sa parent font family ng font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Natatanging identifier para sa font face.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "Ang ID para sa parent font family ng font face.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Natatanging identifier para sa font face.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-menu": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/jet-menu"
                    }
                ]
            }
        },
        "\/wp\/v2\/jet-menu\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-menu\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-menu\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-menu\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-menu\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-popup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_styles": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "properties": [],
                                    "additionalProperties": true
                                },
                                "_settings": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "properties": [],
                                    "additionalProperties": true
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/jet-popup"
                    }
                ]
            }
        },
        "\/wp\/v2\/jet-popup\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_styles": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "properties": [],
                                    "additionalProperties": true
                                },
                                "_settings": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "properties": [],
                                    "additionalProperties": true
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-popup\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-popup\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-popup\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_styles": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "properties": [],
                                    "additionalProperties": true
                                },
                                "_settings": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "properties": [],
                                    "additionalProperties": true
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-popup\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/e-floating-buttons": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limitahan ang resulta na naka set sa post na mayroong specific menu_order ng kahalagan.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "format": {
                            "description": "Limitahan ang resulta sa mga item na may isa o higit pang mga format na ibinigay.",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Ang format na para sa post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/e-floating-buttons"
                    }
                ]
            }
        },
        "\/wp\/v2\/e-floating-buttons\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "I-override ang default na haba ng excerpt.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Ang format na para sa post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/e-floating-buttons\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/e-floating-buttons\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/e-floating-buttons\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Ang format na para sa post.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/e-floating-buttons\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementor_library": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/elementor_library"
                    }
                ]
            }
        },
        "\/wp\/v2\/elementor_library\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementor_library\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementor_library\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementor_snippet": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_elementor_location": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "elementor_head",
                                    "enum": [
                                        "elementor_head",
                                        "elementor_body_start",
                                        "elementor_body_end"
                                    ]
                                },
                                "_elementor_priority": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 1
                                },
                                "_elementor_code": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/elementor_snippet"
                    }
                ]
            }
        },
        "\/wp\/v2\/elementor_snippet\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_elementor_location": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "elementor_head",
                                    "enum": [
                                        "elementor_head",
                                        "elementor_body_start",
                                        "elementor_body_end"
                                    ]
                                },
                                "_elementor_priority": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "",
                                    "default": 1
                                },
                                "_elementor_code": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_venue": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/tribe_venue"
                    }
                ]
            }
        },
        "\/wp\/v2\/tribe_venue\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "I-override ang default na haba ng excerpt.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_venue\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_venue\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_venue\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_venue\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_organizer": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/tribe_organizer"
                    }
                ]
            }
        },
        "\/wp\/v2\/tribe_organizer\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "I-override ang default na haba ng excerpt.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_organizer\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_organizer\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_organizer\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_organizer\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_events": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limitahan ang resulta batay sa ugnayan sa pagitan ng maraming taxonomy.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa tags taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tribe_events_cat": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng tribe_events_cat.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kung isasama ang mga child term sa mga term na naglilimita sa result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tribe_events_cat_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa tribe_events_cat taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kung isasama ang mga child term sa mga term na naglilimita sa result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_tribe_events_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_tribe_events_status_reason": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "Ang terms na naka-assign sa object sa post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tribe_events_cat": {
                            "description": "Ang terms na naka-assign sa object sa tribe_events_cat taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/tribe_events"
                    }
                ]
            }
        },
        "\/wp\/v2\/tribe_events\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "I-override ang default na haba ng excerpt.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_tribe_events_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_tribe_events_status_reason": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "Ang terms na naka-assign sa object sa post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tribe_events_cat": {
                            "description": "Ang terms na naka-assign sa object sa tribe_events_cat taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_events\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_events\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_events\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_tribe_events_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_tribe_events_status_reason": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "Ang terms na naka-assign sa object sa post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tribe_events_cat": {
                            "description": "Ang terms na naka-assign sa object sa tribe_events_cat taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_events\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-form-builder": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_jf_args": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{\"load_nonce\":\"render\"}"
                                },
                                "_jf_messages": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{\"success\":\"Form successfully submitted.\",\"failed\":\"Submit failed.\",\"validation_failed\":\"Validation error\",\"captcha_failed\":\"Captcha validation failed\",\"invalid_email\":\"Entered an invalid email\",\"empty_field\":\"Required field is empty\",\"internal_error\":\"Internal server error\",\"upload_max_files\":\"Media Specific: Max files limit\",\"upload_max_size\":\"Media Specific: Max size reached\",\"upload_mime_types\":\"Media Specific: File type error\"}"
                                },
                                "_jf_preset": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{}"
                                },
                                "_jf_recaptcha": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{}"
                                },
                                "_jf_actions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "[]"
                                },
                                "_jf_validation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{}"
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/jet-form-builder"
                    }
                ]
            }
        },
        "\/wp\/v2\/jet-form-builder\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_jf_args": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{\"load_nonce\":\"render\"}"
                                },
                                "_jf_messages": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{\"success\":\"Form successfully submitted.\",\"failed\":\"Submit failed.\",\"validation_failed\":\"Validation error\",\"captcha_failed\":\"Captcha validation failed\",\"invalid_email\":\"Entered an invalid email\",\"empty_field\":\"Required field is empty\",\"internal_error\":\"Internal server error\",\"upload_max_files\":\"Media Specific: Max files limit\",\"upload_max_size\":\"Media Specific: Max size reached\",\"upload_mime_types\":\"Media Specific: File type error\"}"
                                },
                                "_jf_preset": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{}"
                                },
                                "_jf_recaptcha": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{}"
                                },
                                "_jf_actions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "[]"
                                },
                                "_jf_validation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{}"
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-form-builder\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-form-builder\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-form-builder\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_jf_args": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{\"load_nonce\":\"render\"}"
                                },
                                "_jf_messages": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{\"success\":\"Form successfully submitted.\",\"failed\":\"Submit failed.\",\"validation_failed\":\"Validation error\",\"captcha_failed\":\"Captcha validation failed\",\"invalid_email\":\"Entered an invalid email\",\"empty_field\":\"Required field is empty\",\"internal_error\":\"Internal server error\",\"upload_max_files\":\"Media Specific: Max files limit\",\"upload_max_size\":\"Media Specific: Max size reached\",\"upload_mime_types\":\"Media Specific: File type error\"}"
                                },
                                "_jf_preset": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{}"
                                },
                                "_jf_recaptcha": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{}"
                                },
                                "_jf_actions": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "[]"
                                },
                                "_jf_validation": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "{}"
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-form-builder\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-engine": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/jet-engine"
                    }
                ]
            }
        },
        "\/wp\/v2\/jet-engine\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-engine\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-engine\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-engine\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "jet-popup",
                                        "jet-popup-not-supported",
                                        "jet-listing-items",
                                        "jet-engine-not-supported",
                                        "jet-engine-component",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "elementor_component",
                                        "tec_event_single_dynamic",
                                        "tec_event_single_static",
                                        "widget",
                                        "popup",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "code_snippet",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jet-engine\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/26ratesnonres2022v": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/26ratesnonres2022v"
                    }
                ]
            }
        },
        "\/wp\/v2\/26ratesnonres2022v\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/26ratesnonres2022v\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/26ratesnonres2022v\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/26ratesnonres2021v": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/26ratesnonres2021v"
                    }
                ]
            }
        },
        "\/wp\/v2\/26ratesnonres2021v\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/26ratesnonres2021v\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/26ratesnonres2021v\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/26ratesnonres2020v": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/26ratesnonres2020v"
                    }
                ]
            }
        },
        "\/wp\/v2\/26ratesnonres2020v\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/26ratesnonres2020v\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/26ratesnonres2020v\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2026ratesres2022v": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/2026ratesres2022v"
                    }
                ]
            }
        },
        "\/wp\/v2\/2026ratesres2022v\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2026ratesres2022v\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2026ratesres2022v\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2026ratesres2021v": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/2026ratesres2021v"
                    }
                ]
            }
        },
        "\/wp\/v2\/2026ratesres2021v\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2026ratesres2021v\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2026ratesres2021v\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2026-nscr-table": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/2026-nscr-table"
                    }
                ]
            }
        },
        "\/wp\/v2\/2026-nscr-table\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2026-nscr-table\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2026-nscr-table\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/external-news-art": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limitahan ang resulta na naka set sa post na mayroong specific menu_order ng kahalagan.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/external-news-art"
                    }
                ]
            }
        },
        "\/wp\/v2\/external-news-art\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "I-override ang default na haba ng excerpt.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/external-news-art\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/external-news-art\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sdcp-solicitations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limitahan ang resulta na naka set sa post na mayroong specific menu_order ng kahalagan.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/sdcp-solicitations"
                    }
                ]
            }
        },
        "\/wp\/v2\/sdcp-solicitations\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sdcp-solicitations\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sdcp-solicitations\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sbs-customers": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limitahan ang resulta batay sa ugnayan sa pagitan ng maraming taxonomy.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "sbs-customers-testimonials": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng sbs-customers-testimonials.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sbs-customers-testimonials_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa sbs-customers-testimonials taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "sbs-customers-testimonials": {
                            "description": "Ang terms na naka-assign sa object sa sbs-customers-testimonials taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/sbs-customers"
                    }
                ]
            }
        },
        "\/wp\/v2\/sbs-customers\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "sbs-customers-testimonials": {
                            "description": "Ang terms na naka-assign sa object sa sbs-customers-testimonials taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sbs-customers\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "sbs-customers-testimonials": {
                            "description": "Ang terms na naka-assign sa object sa sbs-customers-testimonials taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sbs-customers\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/manufacturers-sbs": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/manufacturers-sbs"
                    }
                ]
            }
        },
        "\/wp\/v2\/manufacturers-sbs\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "I-override ang default na haba ng excerpt.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/manufacturers-sbs\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/manufacturers-sbs\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/manufacturers-sbs\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/manufacturers-sbs\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/meeting-agendas": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/meeting-agendas"
                    }
                ]
            }
        },
        "\/wp\/v2\/meeting-agendas\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/meeting-agendas\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/meeting-agendas\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/grant-recipients": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/grant-recipients"
                    }
                ]
            }
        },
        "\/wp\/v2\/grant-recipients\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/grant-recipients\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/grant-recipients\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/power-network": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/power-network"
                    }
                ]
            }
        },
        "\/wp\/v2\/power-network\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/power-network\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/power-network\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/commercial-rates-cp": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng set to post na aka assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin ang resulta ng set ay hindi kasama ang posts na naka-assign sa nakatakdang authors.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/commercial-rates-cp"
                    }
                ]
            }
        },
        "\/wp\/v2\/commercial-rates-cp\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "I-override ang default na haba ng excerpt.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/commercial-rates-cp\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng may-akda ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Kung pwede or hindi maaring mag-comment sa post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Kung pwede or hindi mai-ping ang object.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/commercial-rates-cp\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/renewable-projects": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/renewable-projects"
                    }
                ]
            }
        },
        "\/wp\/v2\/renewable-projects\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/renewable-projects\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/renewable-projects\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/contractors-sbs": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/contractors-sbs"
                    }
                ]
            }
        },
        "\/wp\/v2\/contractors-sbs\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "I-override ang default na haba ng excerpt.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/contractors-sbs\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "I-sort ang collection per object attribute.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/contractors-sbs\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa parent ng rebisyon.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Natatanging identifier para sa revision.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailngan para maging tama dahil ang mga revisions ay di maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/contractors-sbs\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Ang excerpt ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Mga excerpt ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML except na para sa object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Kung ang excerpt ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Ang ID ng featured media na para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/contractors-sbs\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rebates-and-offers": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limitahan ang resulta batay sa ugnayan sa pagitan ng maraming taxonomy.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "rebate-category": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng rebate-category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kung isasama ang mga child term sa mga term na naglilimita sa result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "rebate-category_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa rebate-category taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kung isasama ang mga child term sa mga term na naglilimita sa result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "rebate-category": {
                            "description": "Ang terms na naka-assign sa object sa rebate-category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/rebates-and-offers"
                    }
                ]
            }
        },
        "\/wp\/v2\/rebates-and-offers\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "rebate-category": {
                            "description": "Ang terms na naka-assign sa object sa rebate-category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rebates-and-offers\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "rebate-category": {
                            "description": "Ang terms na naka-assign sa object sa rebate-category taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rebates-and-offers\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/team": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limitahan ang resulta na naka set sa post na mayroong specific menu_order ng kahalagan.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limitahan ang resulta batay sa ugnayan sa pagitan ng maraming taxonomy.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "department": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng department.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "department_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa department taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "department": {
                            "description": "Ang terms na naka-assign sa object sa department taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/team"
                    }
                ]
            }
        },
        "\/wp\/v2\/team\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "department": {
                            "description": "Ang terms na naka-assign sa object sa department taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/team\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "department": {
                            "description": "Ang terms na naka-assign sa object sa department taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/team\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/link-out-tiles": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/link-out-tiles"
                    }
                ]
            }
        },
        "\/wp\/v2\/link-out-tiles\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/link-out-tiles\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/link-out-tiles\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/residential-rates-cp": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/residential-rates-cp"
                    }
                ]
            }
        },
        "\/wp\/v2\/residential-rates-cp\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/residential-rates-cp\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/residential-rates-cp\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2021-nscr-table": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/2021-nscr-table"
                    }
                ]
            }
        },
        "\/wp\/v2\/2021-nscr-table\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2021-nscr-table\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2021-nscr-table\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2022-nscr-table": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/2022-nscr-table"
                    }
                ]
            }
        },
        "\/wp\/v2\/2022-nscr-table\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2022-nscr-table\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2022-nscr-table\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2023-nscr-table": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/2023-nscr-table"
                    }
                ]
            }
        },
        "\/wp\/v2\/2023-nscr-table\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2023-nscr-table\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2023-nscr-table\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2024-nscr-table": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/2024-nscr-table"
                    }
                ]
            }
        },
        "\/wp\/v2\/2024-nscr-table\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2024-nscr-table\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2024-nscr-table\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/key-documents": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limitahan ang resulta batay sa ugnayan sa pagitan ng maraming taxonomy.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "key-document-topics": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng key-document-topics.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kung isasama ang mga child term sa mga term na naglilimita sa result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "key-document-topics_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa key-document-topics taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kung isasama ang mga child term sa mga term na naglilimita sa result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "key-document-topics": {
                            "description": "Ang terms na naka-assign sa object sa key-document-topics taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/key-documents"
                    }
                ]
            }
        },
        "\/wp\/v2\/key-documents\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "key-document-topics": {
                            "description": "Ang terms na naka-assign sa object sa key-document-topics taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/key-documents\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "key-document-topics": {
                            "description": "Ang terms na naka-assign sa object sa key-document-topics taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/key-documents\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/power-100-champions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limitahan ang resulta batay sa ugnayan sa pagitan ng maraming taxonomy.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "power-100-champion-testimonials": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng power-100-champion-testimonials.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "power-100-champion-testimonials_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa power-100-champion-testimonials taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "power-100-champion-testimonials": {
                            "description": "Ang terms na naka-assign sa object sa power-100-champion-testimonials taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/power-100-champions"
                    }
                ]
            }
        },
        "\/wp\/v2\/power-100-champions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "power-100-champion-testimonials": {
                            "description": "Ang terms na naka-assign sa object sa power-100-champion-testimonials taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/power-100-champions\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "power-100-champion-testimonials": {
                            "description": "Ang terms na naka-assign sa object sa power-100-champion-testimonials taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/power-100-champions\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/faqs": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limitahan ang resulta na naka set sa post na mayroong specific menu_order ng kahalagan.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limitahan ang resulta batay sa ugnayan sa pagitan ng maraming taxonomy.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "faq-topics": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng faq-topics.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "faq-topics_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa faq-topics taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "faq_page_categories": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng faq_page_categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "faq_page_categories_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa faq_page_categories taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "faq-topics": {
                            "description": "Ang terms na naka-assign sa object sa faq-topics taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "faq_page_categories": {
                            "description": "Ang terms na naka-assign sa object sa faq_page_categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/faqs"
                    }
                ]
            }
        },
        "\/wp\/v2\/faqs\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "faq-topics": {
                            "description": "Ang terms na naka-assign sa object sa faq-topics taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "faq_page_categories": {
                            "description": "Ang terms na naka-assign sa object sa faq_page_categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/faqs\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Ang pagkakasunod-sunod ng post kaugnay ng iba pang mga post.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "faq-topics": {
                            "description": "Ang terms na naka-assign sa object sa faq-topics taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "faq_page_categories": {
                            "description": "Ang terms na naka-assign sa object sa faq_page_categories taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/faqs\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2025-nscr-table": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/2025-nscr-table"
                    }
                ]
            }
        },
        "\/wp\/v2\/2025-nscr-table\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2025-nscr-table\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman ng post.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa post, tulad ng pag-iral nito sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nilalaman ng HTML para sa post, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Bersyon ng format ng content block na ginamit ng post.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Maaring ang content ay protektado ng password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/2025-nscr-table\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Ang ID para sa magulang ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Ang ID ng autosave.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tec_calendar_embed": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitahan ang tugon sa mga post na nailathala matapos ang itinakdang petsa na sumusunod sa ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limitahan ang tugon sa mga post na na-modify pagkatapos ng ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limitahan ang sagot sa posts na na-publish bago ang araw ng ISO8601 compliant.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limitahan ang tugon sa mga post na na-modify bago ang ibinigay na ISO8601 compliant na petsa.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Paano i-interpret ang input sa paghahanap.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang resulta na naka set to posts sa isa or maraming tiyak na slugs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Ilimit ang resulta na naka set to posts na mayroon isa o kaya maraming statuses.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "tribe-ea-success",
                                    "tribe-ea-failed",
                                    "tribe-ea-schedule",
                                    "tribe-ea-pending",
                                    "tribe-ea-draft",
                                    "tribe-ignored",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limitahan ang resulta batay sa ugnayan sa pagitan ng maraming taxonomy.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa tags taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tribe_events_cat": {
                            "description": "Limitahan ang result set sa mga item na may partikular na term na itinalaga sa taxonomy ng tribe_events_cat.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kung isasama ang mga child term sa mga term na naglilimita sa result set.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Kung ang mga item ay dapat itinalaga sa lahat o alinman sa mga tinukoy na term.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tribe_events_cat_exclude": {
                            "description": "Limitahan ang mga resulta na naka set to all items na mayroong naka specified na term na naka assign sa tribe_events_cat taxonomy.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Listahan ng Term ID",
                                    "description": "Itugma ang mga term sa mga nakalistang ID.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Term ID Taxonomy Query",
                                    "description": "Magsagawa ng advanced term query.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term IDs.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Kung isasama ang mga child term sa mga term na naglilimita sa result set.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "Ang terms na naka-assign sa object sa post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tribe_events_cat": {
                            "description": "Ang terms na naka-assign sa object sa tribe_events_cat taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/tec_calendar_embed"
                    }
                ]
            }
        },
        "\/wp\/v2\/tec_calendar_embed\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang post, sa timezone ng site.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Petsa kung kailan nailathala ang post, sa GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric identifier para sa post na natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Ang pangalan ng status ng post.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "tribe-ea-success",
                                "tribe-ea-failed",
                                "tribe-ea-schedule",
                                "tribe-ea-pending",
                                "tribe-ea-draft",
                                "tribe-ignored"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Isang password upang bantayan ang daan sa laman at sipi.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Titulo ng post",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Pangalan ng object na nasa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML title ng object para mai-display.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Ang theme file na kailangan para ma-idisplay ang post.",
                            "type": "string",
                            "required": false
                        },
                        "tags": {
                            "description": "Ang terms na naka-assign sa object sa post_tag taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tribe_events_cat": {
                            "description": "Ang terms na naka-assign sa object sa tribe_events_cat taxonomy.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa post.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "Alphanumeric identifier para sa post type.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Alphanumeric identifier para sa status.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Limitahan ang resulta ng taxonomies na may association sa tanging post type.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "Alphanumeric identifier para sa mga taxonomy.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limitahan ang resulta na naka set to terms na naka assign sa tiyak na parent.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Ang mga lokasyon na nakatalaga sa menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Kung awtomatikong idaragdag ang mga top level page sa menu na ito.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/menus"
                    }
                ]
            }
        },
        "\/wp\/v2\/menus\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Ang mga lokasyon na nakatalaga sa menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Kung awtomatikong idaragdag ang mga top level page sa menu na ito.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/wp_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sbs-customers-testimonials": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/sbs-customers-testimonials"
                    }
                ]
            }
        },
        "\/wp\/v2\/sbs-customers-testimonials\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/power-network-testim": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/power-network-testim"
                    }
                ]
            }
        },
        "\/wp\/v2\/power-network-testim\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/rebate-category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limitahan ang resulta na naka set to terms na naka assign sa tiyak na parent.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/rebate-category"
                    }
                ]
            }
        },
        "\/wp\/v2\/rebate-category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/department": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/department"
                    }
                ]
            }
        },
        "\/wp\/v2\/department\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/press-releases": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limitahan ang resulta na naka set to terms na naka assign sa tiyak na parent.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/press-releases"
                    }
                ]
            }
        },
        "\/wp\/v2\/press-releases\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/power-100-champion-testimonials": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/power-100-champion-testimonials"
                    }
                ]
            }
        },
        "\/wp\/v2\/power-100-champion-testimonials\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/key-document-topics": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limitahan ang resulta na naka set to terms na naka assign sa tiyak na parent.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/key-document-topics"
                    }
                ]
            }
        },
        "\/wp\/v2\/key-document-topics\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/faq-topics": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/faq-topics"
                    }
                ]
            }
        },
        "\/wp\/v2\/faq-topics\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/faq_page_categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/faq_page_categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/faq_page_categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tribe_events_cat": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Salain ang collection by term attribute.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Kung maaring itago ang terms na hindi naka assign sa kahit na anong post.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limitahan ang resulta na naka set to terms na naka assign sa tiyak na parent.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limitahan ang resulta ng set to terms na naka assign sa tiyak na post.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga termino na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/tribe_events_cat"
                    }
                ]
            }
        },
        "\/wp\/v2\/tribe_events_cat\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "HTML na kahulugan ng term.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "HTML title para sa term.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Ang alphanumeric identifier ng term ay natatangi sa uri nito.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang parent term ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa term.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kailangan para maging tama dahil ang mga terms hindi maaring mabura.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng user.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang hanay ng resulta sa mga gumagamit na may isa o higit pang partikular na slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Limitahan ang resulta na naka set to users na kapareho ng kahit isang role.  Tumatangap ng csv list o kaya single role.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Limitahan ang set ng resulta sa mga user na tumutugma sa kahit isang partikular na kakayahang ibinigay. Tumatanggap ng listahan ng csv o solong kakayahan.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Limitahan ang resulta sa mga user na itinuturing na mga may-akda.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Limitahan ang resulta sa mga user na may nai-publish na post.",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_global_styles": "wp_global_styles",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "jet-menu": "jet-menu",
                                    "jet-popup": "jet-popup",
                                    "e-floating-buttons": "e-floating-buttons",
                                    "elementor_library": "elementor_library",
                                    "elementor_snippet": "elementor_snippet",
                                    "tribe_venue": "tribe_venue",
                                    "tribe_organizer": "tribe_organizer",
                                    "tribe_events": "tribe_events",
                                    "jet-form-builder": "jet-form-builder",
                                    "jet-engine": "jet-engine",
                                    "26ratesnonres2022v": "26ratesnonres2022v",
                                    "26ratesnonres2021v": "26ratesnonres2021v",
                                    "26ratesnonres2020v": "26ratesnonres2020v",
                                    "2026ratesres2022v": "2026ratesres2022v",
                                    "2026ratesres2021v": "2026ratesres2021v",
                                    "2026-nscr-table": "2026-nscr-table",
                                    "external-news-art": "external-news-art",
                                    "sdcp-solicitations": "sdcp-solicitations",
                                    "sbs-customers": "sbs-customers",
                                    "manufacturers-sbs": "manufacturers-sbs",
                                    "meeting-agendas": "meeting-agendas",
                                    "grant-recipients": "grant-recipients",
                                    "power-network": "power-network",
                                    "commercial-rates-cp": "commercial-rates-cp",
                                    "renewable-projects": "renewable-projects",
                                    "contractors-sbs": "contractors-sbs",
                                    "rebates-and-offers": "rebates-and-offers",
                                    "team": "team",
                                    "link-out-tiles": "link-out-tiles",
                                    "residential-rates-cp": "residential-rates-cp",
                                    "2021-nscr-table": "2021-nscr-table",
                                    "2022-nscr-table": "2022-nscr-table",
                                    "2023-nscr-table": "2023-nscr-table",
                                    "2024-nscr-table": "2024-nscr-table",
                                    "key-documents": "key-documents",
                                    "power-100-champions": "power-100-champions",
                                    "faqs": "faqs",
                                    "2025-nscr-table": "2025-nscr-table",
                                    "tec_calendar_embed": "tec_calendar_embed"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array ng mga pangalan ng column na hahanapin.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "Login name ng user.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "I-dinidisplay na pangalan ng user.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Unang pangalan ng user.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Huling pangalan ng user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Ang email address para sa user.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "URl ng user.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Description ng user.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale ng user.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "es_MX",
                                "tl",
                                "vi",
                                "zh_CN",
                                "zh_HK"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Ang nickname ng user.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric na pagkakakilanlan para sa gumagamit.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Roles na nakatalaga sa user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password para sa pagkukunan (wag kailanman isama).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Ang petsa at ang mga kagustuhan sa oras ay na-update.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        },
                        "elementor_introduction": {
                            "description": "Elementor user meta data",
                            "type": "object",
                            "properties": {
                                "ai_get_started": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Katanging-tanging pagkakakilanlan para sa gumagamit.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Katanging-tanging pagkakakilanlan para sa gumagamit.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Login name ng user.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "I-dinidisplay na pangalan ng user.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Unang pangalan ng user.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Huling pangalan ng user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Ang email address para sa user.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URl ng user.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Description ng user.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale ng user.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "es_MX",
                                "tl",
                                "vi",
                                "zh_CN",
                                "zh_HK"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Ang nickname ng user.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric na pagkakakilanlan para sa gumagamit.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Roles na nakatalaga sa user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password para sa pagkukunan (wag kailanman isama).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Ang petsa at ang mga kagustuhan sa oras ay na-update.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        },
                        "elementor_introduction": {
                            "description": "Elementor user meta data",
                            "type": "object",
                            "properties": {
                                "ai_get_started": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": true,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Katanging-tanging pagkakakilanlan para sa gumagamit.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Dapat totoo, kasi ayaw ng mga gumagamit ang basura.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Ililpat ang mga post sa tinagal na user ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Login name ng user.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "I-dinidisplay na pangalan ng user.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Unang pangalan ng user.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Huling pangalan ng user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Ang email address para sa user.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "URl ng user.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Description ng user.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Locale ng user.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "es_MX",
                                "tl",
                                "vi",
                                "zh_CN",
                                "zh_HK"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Ang nickname ng user.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Isang alphanumeric na pagkakakilanlan para sa gumagamit.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Roles na nakatalaga sa user.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password para sa pagkukunan (wag kailanman isama).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Ang petsa at ang mga kagustuhan sa oras ay na-update.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        },
                        "elementor_introduction": {
                            "description": "Elementor user meta data",
                            "type": "object",
                            "properties": {
                                "ai_get_started": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": true,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Dapat totoo, kasi ayaw ng mga gumagamit ang basura.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Ililpat ang mga post sa tinagal na user ID.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/users\/me"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Isang UUID na ibinigay ng application para matukoy ito nang walang katulad. Inirerekomenda na gumamit ng UUID v5 na may URL o DNS namespace.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "Ang pangalan ng application password.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/introspect": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/(?P<uuid>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Isang UUID na ibinigay ng application para matukoy ito nang walang katulad. Inirerekomenda na gumamit ng UUID v5 na may URL o DNS namespace.",
                            "type": "string",
                            "oneOf": [
                                {
                                    "type": "string",
                                    "format": "uuid"
                                },
                                {
                                    "type": "string",
                                    "enum": [
                                        ""
                                    ]
                                }
                            ],
                            "required": false
                        },
                        "name": {
                            "description": "Ang pangalan ng application password.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/comments": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limitadong response sa mga comments na naipublish pagkatapos ng ISO8601 compliant na date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limitahan ang resulta ng comments na naka-assign sa specific user IDs set.  Kailangan ang pahintulot.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Siguraduhin na hindi kasama ang commento ng specific user sa resulta ng set.  Kailangan ang pahintulot. ",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Limitahan ang resulta ng set na galing sa email ng specific author.  Kailangan ang pahintulot.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Limitadong responde sa mga comentong nai-publish bago ang ISO8601 compliant date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng komento.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "Limitahan ang resulta ng set to comments para sa specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "Siguraduhin na ang resulta ay hiwalay sa specific parent IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Limitahan ang resulta ng comments na naka assign sa specific post IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Limitahan ang reset na set to comments na nada-assign sa specific na status.  Kailangan ang pahintulot.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Limitahan ang resulta na set to comments na naka-assign sa specific na tipo.  Kailangan ang pahintulot.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa post kung ito ay may proteksyon ng password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "Ang ID ng object ng user, kung ang may-akda ay isang user.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Email address para sa may-akda ng komento.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP address para sa may-akda ng komento.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Pangalan ng display para sa may-akda ng komento.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL ng sumulat ng komento",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent para sa may-akda ng komento.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman para sa komento.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa komento, kung paano ito umiiral sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content para sa komento, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang komento, sa timezone ng site.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ang petsa kung kailan na-publish ang komento, bilang GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "Ang ID para sa magulang ng komento.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "Ang ID ng nauugnay na object ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Kalagayan ng kumento.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Tandaan ang katayuan ng resolusyon",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/comments"
                    }
                ]
            }
        },
        "\/wp\/v2\/comments\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa komento.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa parent post ng komento (kung ang post ay may proteksyon ng password).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa komento.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "Ang ID ng object ng user, kung ang may-akda ay isang user.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Email address para sa may-akda ng komento.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "IP address para sa may-akda ng komento.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Pangalan ng display para sa may-akda ng komento.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "URL ng sumulat ng komento",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent para sa may-akda ng komento.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Ang nilalaman para sa komento.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Nilalaman para sa komento, kung paano ito umiiral sa database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "HTML content para sa komento, binago para sa pagpapakita.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "Ang petsa kung kailan na-publish ang komento, sa timezone ng site.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Ang petsa kung kailan na-publish ang komento, bilang GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "Ang ID para sa magulang ng komento.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Ang ID ng nauugnay na object ng post.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Kalagayan ng kumento.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Meta fields.",
                            "type": "object",
                            "properties": {
                                "_wp_note_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "Tandaan ang katayuan ng resolusyon",
                                    "default": "",
                                    "enum": [
                                        "resolved",
                                        "reopen"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Natatanging identifier para sa komento.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kung lalampasan ang Basurahan at pwersahang burahin.",
                            "required": false
                        },
                        "password": {
                            "description": "Ang password para sa parent post ng komento (kung ang post ay may proteksyon ng password).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Limitahan ang mga resulta sa mga item ng isang uri ng object.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Limitahan ang mga resulta sa mga item ng isa o higit pang mga subtype ng object.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "jet-menu",
                                    "jet-popup",
                                    "e-floating-buttons",
                                    "elementor_library",
                                    "tribe_events",
                                    "jet-form-builder",
                                    "26ratesnonres2022v",
                                    "26ratesnonres2021v",
                                    "26ratesnonres2020v",
                                    "2026ratesres2022v",
                                    "2026ratesres2021v",
                                    "2026-nscr-table",
                                    "external-news-art",
                                    "sdcp-solicitations",
                                    "sbs-customers",
                                    "manufacturers-sbs",
                                    "meeting-agendas",
                                    "grant-recipients",
                                    "power-network",
                                    "commercial-rates-cp",
                                    "renewable-projects",
                                    "contractors-sbs",
                                    "rebates-and-offers",
                                    "team",
                                    "link-out-tiles",
                                    "residential-rates-cp",
                                    "2021-nscr-table",
                                    "2022-nscr-table",
                                    "2023-nscr-table",
                                    "2024-nscr-table",
                                    "key-documents",
                                    "power-100-champions",
                                    "faqs",
                                    "2025-nscr-table",
                                    "category",
                                    "post_tag",
                                    "sbs-customers-testimonials",
                                    "power-network-testim",
                                    "rebate-category",
                                    "department",
                                    "press-releases",
                                    "power-100-champion-testimonials",
                                    "key-document-topics",
                                    "faq-topics",
                                    "faq_page_categories",
                                    "tribe_events_cat",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Siguraduhin na ang resulta ng set specific IDs ay naka-bukod.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limitahan ang resulta ng set sa tiyak na IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-renderer\/(?P<name>[a-z0-9-]+\/[a-z0-9-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Natatanging nakarehistrong pangalan para sa block.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Mga attribute para sa block.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID ng post context.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace ng block.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/block-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace ng block.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)\/(?P<name>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Pangalan ng block.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace ng block.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "hello_elementor_settings_description_meta_tag": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "hello_elementor_settings_skip_link": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "hello_elementor_settings_header_footer": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "hello_elementor_settings_page_title": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "hello_elementor_settings_hello_style": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "hello_elementor_settings_hello_theme": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "title": "Pamagat",
                            "description": "Pamagat ng site.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "Tagline",
                            "description": "Tagline ng site.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "URL ng site",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "Ang adres na ito ay gamit lamang ng admin, tulad ng notipikasyon para sa isang bagong gumagamit.  ",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "Siyudad na nasa kaparehong oras sa iyo.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "Pormat ng petsa sa lahat ng string ng petsa.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "Pormat ng oras sa lahat ng string ng oras.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "Bilang ng araw ng linggo kung kailan magsisimula ang linggo.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "WordPress locale code.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "Palitan ng larawan ang mga emoticon kagaya ng :-) at :-P.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "Default na post category.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "Paunang Pormat ng Post.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "Pinakamataas na mga post sa bawat page",
                            "description": "Pinakamaraming bilang ng blog na ipapakita sa isang pahina",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "Ipakita sa harap",
                            "description": "Ano ang ipakikita sa pangharap na pahina",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "Pahina sa harap",
                            "description": "ID ng pahina na ipakikita sa unang pahina",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "ID ng pahinang magpapakita ng pinakabagong mga paskil",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "Payagan ang mga abiso ng link mula sa ibang blog (pingbacks at trackbacks) sa mga bagong artikulo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "Payagang mag komento sa bagong posts",
                            "description": "Payagan ang mga tao na magsumite ng mga komento sa mga bagong post.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "Logo ",
                            "description": "Site logo.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "Icon",
                            "description": "Icon ng site.",
                            "type": "integer",
                            "required": false
                        },
                        "elementor_one_welcome_screen_completed": {
                            "title": "",
                            "description": "Elementor One Welcome Screen Completed",
                            "type": "boolean",
                            "required": false
                        },
                        "elementor_one_dismiss_connect_alert": {
                            "title": "",
                            "description": "Elementor One Dismiss Connect Alert",
                            "type": "boolean",
                            "required": false
                        },
                        "elementor_one_editor_update_notification_dismissed": {
                            "title": "",
                            "description": "Elementor One Dismiss Editor Update Notification",
                            "type": "boolean",
                            "required": false
                        },
                        "jet_form_builder_settings__mailchimp-tab": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "jet_form_builder_settings__get-response-tab": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "jet_form_builder_settings__active-campaign-tab": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Limitahan ang resulta sa mga temang may isa o higit pang status.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "Ang stylesheet ng theme. Ito ang natatanging nagpapakilala sa theme.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Nililimitahan ang mga resulta sa mga plugin na may ibinigay na status.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Slug ng direktoryo ng plugin sa WordPress.org.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "Ang status ng pag-activate ng plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/plugins"
                    }
                ]
            }
        },
        "\/wp\/v2\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "Ang status ng pag-activate ng plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sidebars": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/sidebars"
                    }
                ]
            }
        },
        "\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "ID ng registered sidebar",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "Mga nested na widget.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/widget-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Widget type ng id.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/encode": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Widget type ng id.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Kasalukuyang instance settings ng widget.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Serialized widget form data para i-encode sa instance settings.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Widget type ng id.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Kasalukuyang instance settings ng widget.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "Ang sidebar na paglalagyan ng mga widget.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier ng widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Ang uri ng widget. Tumutugma sa ID sa widget-types endpoint.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "Ang sidebar na kinabibilangan ng widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Mga setting ng instance ng widget, kung suportado.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64 encoded representation ng mga setting ng instance.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Cryptographic hash ng mga setting ng instance.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Mga setting ng unencoded instance, kung suportado.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-encoded form data mula sa widget admin form. Ginagamit para i-update ang widget na hindi sumusuporta sa instance. Isulat lamang.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/widgets"
                    }
                ]
            }
        },
        "\/wp\/v2\/widgets\/(?P<id>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Natatanging identifier ng widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Ang uri ng widget. Tumutugma sa ID sa widget-types endpoint.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "Ang sidebar na kinabibilangan ng widget.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Mga setting ng instance ng widget, kung suportado.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Base64 encoded representation ng mga setting ng instance.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Cryptographic hash ng mga setting ng instance.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Mga setting ng unencoded instance, kung suportado.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-encoded form data mula sa widget admin form. Ginagamit para i-update ang widget na hindi sumusuporta sa instance. Isulat lamang.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Kung ipipilit ang pagtanggal ng widget, o ililipat ito sa inactive sidebar.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Limitahan ang resulta sa mga block na tumutugma sa search term.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang string.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa category ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa keyword ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Limitahan ang mga resulta sa mga tumutugma sa isang pattern (slug).",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Ipawalang bisa ang resulta na naka set sa saktong bilang ng items.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "I-order ang sort attribute na pataas o kaya pababa.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Pagbukud-bukurin ang koleksyon ayon sa attribute ng post.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/pattern-directory\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/block-patterns\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/block-patterns\/categories"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-site-health\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-site-health\/v1"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/background-updates": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-site-health\/v1\/tests\/background-updates"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/loopback-requests": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/https-status": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-site-health\/v1\/tests\/https-status"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/dotorg-communication": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/authorization-header": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/directory-sizes": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-site-health\/v1\/directory-sizes"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/page-cache": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-site-health\/v1\/tests\/page-cache"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-block-editor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "Ang URL na ipoproseso.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "Isang alphanumeric identifier para sa lokasyon ng menu.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-block-editor\/v1\/export": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-block-editor\/v1\/export"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/navigation-fallback": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-abilities\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-abilities\/v1"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-abilities\/v1\/categories"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/categories\/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Natatanging tagapagkilala para sa kategorya ng kakayahan.",
                            "type": "string",
                            "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+?)\/run": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "Natatanging tagapagkilala para sa kakayahan.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        },
                        "input": {
                            "description": "\u201cMga input na parametro para sa pagpapatupad ng kakayahan",
                            "type": [
                                "integer",
                                "number",
                                "boolean",
                                "string",
                                "array",
                                "object",
                                "null"
                            ],
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-abilities\/v1\/abilities": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Saklaw kung saan ginawa ang kahilingan; tinutukoy nito ang mga field na makikita sa tugon.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Kasalukuyang pahina ng kuleksyon.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Pinakamataas na bilang ng mga item na ibabalik sa hanay ng resulta.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "description": "Limitahan ang mga resulta sa mga kakayahan sa partikular na kategorya ng kakayahan.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp-abilities\/v1\/abilities"
                    }
                ]
            }
        },
        "\/wp-abilities\/v1\/abilities\/(?P<name>[a-zA-Z0-9\\-\\\/]+)": {
            "namespace": "wp-abilities\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Natatanging tagapagkilala para sa kakayahan.",
                            "type": "string",
                            "pattern": "^[a-zA-Z0-9\\-\\\/]+$",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 11632,
    "site_icon": 27505,
    "site_icon_url": "https:\/\/sdcommunitypower.org\/wp-content\/uploads\/2025\/11\/cropped-SDCP_LOGO_Color_PowerUpIcon_RGB_BUILD1_081825.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/media\/11632"
            },
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/sdcommunitypower.org\/tl\/wp-json\/wp\/v2\/media\/27505"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}