{
    "name": "\u30db\u30fc\u30c1\u30df\u30f3\u306e\u9032\u51fa\u30b3\u30f3\u30b5\u30eb\u30fb\u4f1a\u8a08\u30fb\u7a0e\u52d9\u306fAACS",
    "description": "\u4f1a\u793e\u8a2d\u7acb\u30fb\u8a18\u5e33\u4ee3\u884c\u30fb\u7a0e\u52d9\u30fb\u76e3\u67fb\u3092\u30b5\u30dd\u30fc\u30c8",
    "url": "https:\/\/suzuki-global.com",
    "home": "https:\/\/suzuki-global.com\/ko",
    "gmt_offset": 9,
    "timezone_string": "Asia\/Tokyo",
    "namespaces": [
        "oembed\/1.0",
        "aioseo\/v1",
        "cleantalk-antispam\/v1",
        "cf7apps\/v1",
        "contact-form-7\/v1",
        "envato-elements\/v2",
        "redirection\/v1",
        "top-10\/v1",
        "amp\/v1",
        "elementor\/v1",
        "wordpress-popular-posts\/v1",
        "wordpress-popular-posts\/v2",
        "elementor-pro\/v1",
        "yarpp\/v1",
        "wp\/v2",
        "wp-site-health\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/suzuki-global.com\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "oEmbed \ub370\uc774\ud130\ub97c \uac00\uc838\uc62c \ub9ac\uc18c\uc2a4 URL.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "oEmbed \ub370\uc774\ud130\ub97c \uac00\uc838\uc62c \ub9ac\uc18c\uc2a4 URL.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "\uc0ac\uc6a9\ud560 oEmbed \ud3ec\ub9f7.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "\uc784\ubca0\ub4dc \ud504\ub808\uc784\uc758 \ucd5c\ub300 \ub108\ube44(\ud53d\uc140).",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "\uc784\ubca0\ub4dc \ud504\ub808\uc784\uc758 \ucd5c\ub300 \ub192\uc774(\ud53d\uc140).",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "\uc2b9\uc778\ud558\uc9c0 \uc54a\uc740 \uacf5\uae09\uc790\uc5d0 \ub300\ud55c OEmbed \uac80\uc0c9 \uc694\uccad\uc744 \uc218\ud589\ud560 \uac83\uc778\uc9c0 \uc5ec\ubd80\uc785\ub2c8\ub2e4.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/aioseo\/v1": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "aioseo\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/options": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/options"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/ping": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/ping"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/post": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/post"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/tags": {
            "namespace": "aioseo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/tags"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/htaccess": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/htaccess"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/postscreen": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/postscreen"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/termscreen": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/termscreen"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/keyphrases": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/keyphrases"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/analyze": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/analyze"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/analyze_headline": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/analyze_headline"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/analyze\/delete-site": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/analyze\/delete-site"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/clear-log": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/clear-log"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/connect": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/connect"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/connect-pro": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/connect-pro"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/connect-url": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/connect-url"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/backup": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/backup"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/backup\/restore": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/backup\/restore"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/email-debug-info": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/email-debug-info"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/migration\/fix-blank-formats": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/migration\/fix-blank-formats"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/blog-visibility-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notification\/blog-visibility-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/description-format-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notification\/description-format-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/conflicting-plugins-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notification\/conflicting-plugins-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/deprecated-filters-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notification\/deprecated-filters-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-addons-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notification\/install-addons-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-aioseo-image-seo-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notification\/install-aioseo-image-seo-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-aioseo-local-business-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notification\/install-aioseo-local-business-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-aioseo-news-sitemap-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notification\/install-aioseo-news-sitemap-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-aioseo-video-sitemap-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notification\/install-aioseo-video-sitemap-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/install-mi-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notification\/install-mi-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/v3-migration-custom-field-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notification\/v3-migration-custom-field-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notification\/v3-migration-schema-number-reminder": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notification\/v3-migration-schema-number-reminder"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/notifications\/dismiss": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/notifications\/dismiss"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/objects": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/objects"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/plugins\/deactivate": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/plugins\/deactivate"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/plugins\/install": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/plugins\/install"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/reset-settings": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/reset-settings"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/export": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/settings\/export"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/hide-setup-wizard": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/settings\/hide-setup-wizard"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/hide-upgrade-bar": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/settings\/hide-upgrade-bar"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/import": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/settings\/import"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/import-plugins": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/settings\/import-plugins"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/toggle-card": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/settings\/toggle-card"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/toggle-radio": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/settings\/toggle-radio"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/settings\/do-task": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/settings\/do-task"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/sitemap\/deactivate-conflicting-plugins": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/sitemap\/deactivate-conflicting-plugins"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/sitemap\/delete-static-files": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/sitemap\/delete-static-files"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/sitemap\/validate-html-sitemap-slug": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/sitemap\/validate-html-sitemap-slug"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/tools\/delete-robots-txt": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/tools\/delete-robots-txt"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/tools\/import-robots-txt": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/tools\/import-robots-txt"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/wizard": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/wizard"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/integration\/semrush\/authenticate": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/integration\/semrush\/authenticate"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/integration\/semrush\/refresh": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/integration\/semrush\/refresh"
                    }
                ]
            }
        },
        "\/aioseo\/v1\/integration\/semrush\/keyphrases": {
            "namespace": "aioseo\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/aioseo\/v1\/integration\/semrush\/keyphrases"
                    }
                ]
            }
        },
        "\/cleantalk-antispam\/v1": {
            "namespace": "cleantalk-antispam\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "cleantalk-antispam\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cleantalk-antispam\/v1"
                    }
                ]
            }
        },
        "\/cleantalk-antispam\/v1\/js_keys__get": {
            "namespace": "cleantalk-antispam\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cleantalk-antispam\/v1\/js_keys__get"
                    }
                ]
            }
        },
        "\/cleantalk-antispam\/v1\/apbct_get_pixel_url": {
            "namespace": "cleantalk-antispam\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cleantalk-antispam\/v1\/apbct_get_pixel_url"
                    }
                ]
            }
        },
        "\/cleantalk-antispam\/v1\/alt_sessions": {
            "namespace": "cleantalk-antispam\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "cookies": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cleantalk-antispam\/v1\/alt_sessions"
                    }
                ]
            }
        },
        "\/cleantalk-antispam\/v1\/check_email_before_post": {
            "namespace": "cleantalk-antispam\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "email",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cleantalk-antispam\/v1\/check_email_before_post"
                    }
                ]
            }
        },
        "\/cleantalk-antispam\/v1\/check_email_exist_post": {
            "namespace": "cleantalk-antispam\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "email",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cleantalk-antispam\/v1\/check_email_exist_post"
                    }
                ]
            }
        },
        "\/cleantalk-antispam\/v1\/apbct_decode_email": {
            "namespace": "cleantalk-antispam\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "encodedEmails": {
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cleantalk-antispam\/v1\/apbct_decode_email"
                    }
                ]
            }
        },
        "\/cleantalk-antispam\/v1\/apbct_rest_check": {
            "namespace": "cleantalk-antispam\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cleantalk-antispam\/v1\/apbct_rest_check"
                    }
                ]
            }
        },
        "\/cleantalk-antispam\/v1\/force_protection_check_bot": {
            "namespace": "cleantalk-antispam\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "event_javascript_data": {
                            "type": "array",
                            "required": true
                        },
                        "post_url": {
                            "type": "string",
                            "required": true
                        },
                        "referrer": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cleantalk-antispam\/v1\/force_protection_check_bot"
                    }
                ]
            }
        },
        "\/cf7apps\/v1": {
            "namespace": "cf7apps\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "cf7apps\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cf7apps\/v1"
                    }
                ]
            }
        },
        "\/cf7apps\/v1\/get-menu-items": {
            "namespace": "cf7apps\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cf7apps\/v1\/get-menu-items"
                    }
                ]
            }
        },
        "\/cf7apps\/v1\/get-apps(?:\/(?P<id>[\\w-]+))?": {
            "namespace": "cf7apps\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/cf7apps\/v1\/save-app-settings": {
            "namespace": "cf7apps\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cf7apps\/v1\/save-app-settings"
                    }
                ]
            }
        },
        "\/cf7apps\/v1\/get-app-settings": {
            "namespace": "cf7apps\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cf7apps\/v1\/get-app-settings"
                    }
                ]
            }
        },
        "\/cf7apps\/v1\/get-cf7-forms": {
            "namespace": "cf7apps\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cf7apps\/v1\/get-cf7-forms"
                    }
                ]
            }
        },
        "\/cf7apps\/v1\/has-migrated": {
            "namespace": "cf7apps\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cf7apps\/v1\/has-migrated"
                    }
                ]
            }
        },
        "\/cf7apps\/v1\/migrate": {
            "namespace": "cf7apps\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/cf7apps\/v1\/migrate"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "contact-form-7\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/contact-form-7\/v1"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1\/contact-forms": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/contact-form-7\/v1\/contact-forms"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/feedback": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/refill": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/envato-elements\/v2": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "envato-elements\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchPremiumTemplateKitSearchResults": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/fetchPremiumTemplateKitSearchResults"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchFreeTemplateKitSearchResults": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/fetchFreeTemplateKitSearchResults"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchFreeBlockSearchResults": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/fetchFreeBlockSearchResults"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchPhotosSearchResults": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/fetchPhotosSearchResults"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchInstalledTemplateKits": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/fetchInstalledTemplateKits"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/fetchIndividualTemplates": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/fetchIndividualTemplates"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/importSingleTemplate": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/importSingleTemplate"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/importFreeBlock": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/importFreeBlock"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/getSingleTemplateImportData": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/getSingleTemplateImportData"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/importElementorTemplateImage": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/importElementorTemplateImage"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/installPremiumTemplateKit": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/installPremiumTemplateKit"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/installFreeTemplateKit": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/installFreeTemplateKit"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/uploadTemplateKitZipFile": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/uploadTemplateKitZipFile"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/deleteTemplateKit": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/deleteTemplateKit"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/verifyExtensionsToken": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/verifyExtensionsToken"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/dismissBanner": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/dismissBanner"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/setProjectName": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/setProjectName"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/resetUserSettings": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/resetUserSettings"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/savePreferredStartPage": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/savePreferredStartPage"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/getServerLimits": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/getServerLimits"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/getElementorGlobalStyleTemplates": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/getElementorGlobalStyleTemplates"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/saveElementorGlobalStyleTemplate": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/saveElementorGlobalStyleTemplate"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/importPhoto": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/importPhoto"
                    }
                ]
            }
        },
        "\/envato-elements\/v2\/installRequirement": {
            "namespace": "envato-elements\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/envato-elements\/v2\/installRequirement"
                    }
                ]
            }
        },
        "\/redirection\/v1": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "redirection\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/redirection\/v1"
                    }
                ]
            }
        },
        "\/redirection\/v1\/redirect": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "source",
                                "last_count",
                                "last_access",
                                "position",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "source",
                                "last_count",
                                "last_access",
                                "position",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/redirection\/v1\/redirect"
                    }
                ]
            }
        },
        "\/redirection\/v1\/redirect\/(?P<id>[\\d]+)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/redirection\/v1\/redirect\/post": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "text": {
                            "description": "Text to match",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/redirection\/v1\/redirect\/post"
                    }
                ]
            }
        },
        "\/redirection\/v1\/bulk\/redirect\/(?P<bulk>delete|enable|disable|reset)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "source",
                                "last_count",
                                "last_access",
                                "position",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "global": {
                            "description": "Apply bulk action globally, as per filters",
                            "type": "boolean",
                            "required": false
                        },
                        "items": {
                            "description": "Array of IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/group": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "name",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "name",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "moduleId": {
                            "description": "Module ID",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 3,
                            "required": true
                        },
                        "name": {
                            "description": "Group name",
                            "type": "string",
                            "required": true
                        },
                        "status": {
                            "description": "Status of the group",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/redirection\/v1\/group"
                    }
                ]
            }
        },
        "\/redirection\/v1\/group\/(?P<id>[\\d]+)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "moduleId": {
                            "description": "Module ID",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 3,
                            "required": true
                        },
                        "name": {
                            "description": "Group name",
                            "type": "string",
                            "required": true
                        },
                        "status": {
                            "description": "Status of the group",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/bulk\/group\/(?P<bulk>delete|enable|disable)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "name",
                                "id",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "items": {
                            "description": "Comma separated list of item IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/log": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/redirection\/v1\/log"
                    }
                ]
            }
        },
        "\/redirection\/v1\/bulk\/log\/(?P<bulk>delete)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "items": {
                            "description": "Comma separated list of item IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/404": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/redirection\/v1\/404"
                    }
                ]
            }
        },
        "\/redirection\/v1\/bulk\/404\/(?P<bulk>delete)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "filterBy": {
                            "description": "Field to filter by",
                            "required": false
                        },
                        "orderby": {
                            "description": "Field to order results by",
                            "type": "string",
                            "enum": [
                                "url",
                                "ip",
                                "total",
                                "count",
                                ""
                            ],
                            "required": false
                        },
                        "direction": {
                            "description": "Direction of ordered results",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "per_page": {
                            "description": "Number of results per page",
                            "type": "integer",
                            "default": 25,
                            "minimum": 5,
                            "maximum": 200,
                            "required": false
                        },
                        "page": {
                            "description": "Page offset",
                            "type": "integer",
                            "minimum": 0,
                            "default": 0,
                            "required": false
                        },
                        "items": {
                            "description": "Comma separated list of item IDs to perform action on",
                            "type": "array",
                            "items": {
                                "description": "Item ID",
                                "type": [
                                    "string",
                                    "number"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/redirection\/v1\/setting": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/redirection\/v1\/setting"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "Name",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "Value",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/redirection\/v1\/plugin"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/delete": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/redirection\/v1\/plugin\/delete"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/test": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/redirection\/v1\/plugin\/test"
                    }
                ]
            }
        },
        "\/redirection\/v1\/plugin\/data": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "upgrade": {
                            "description": "Upgrade parameter",
                            "type": "string",
                            "enum": [
                                "stop",
                                "skip",
                                "retry"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/redirection\/v1\/plugin\/data"
                    }
                ]
            }
        },
        "\/redirection\/v1\/import\/file\/(?P<group_id>\\d+)": {
            "namespace": "redirection\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/redirection\/v1\/import\/plugin": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/redirection\/v1\/import\/plugin"
                    }
                ]
            }
        },
        "\/redirection\/v1\/export\/(?P<module>1|2|3|all)\/(?P<format>csv|apache|nginx|json)": {
            "namespace": "redirection\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/top-10\/v1": {
            "namespace": "top-10\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "top-10\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/top-10\/v1"
                    }
                ]
            }
        },
        "\/top-10\/v1\/popular-posts": {
            "namespace": "top-10\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "limit": {
                            "description": "Number of posts",
                            "type": "integer",
                            "required": false
                        },
                        "post_types": {
                            "description": "Post types",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/top-10\/v1\/popular-posts"
                    }
                ]
            }
        },
        "\/top-10\/v1\/popular-posts\/(?P<id>[\\d]+)": {
            "namespace": "top-10\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Post ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/top-10\/v1\/tracker": {
            "namespace": "top-10\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "top_ten_id": {
                            "description": "ID of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "top_ten_blog_id": {
                            "description": "Blog ID of the post.",
                            "type": "integer",
                            "required": false
                        },
                        "activate_counter": {
                            "description": "Activate counter flag.",
                            "type": "integer",
                            "required": false
                        },
                        "top_ten_debug": {
                            "description": "Debug flag.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/top-10\/v1\/tracker"
                    }
                ]
            }
        },
        "\/amp\/v1": {
            "namespace": "amp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "amp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/amp\/v1"
                    }
                ]
            }
        },
        "\/amp\/v1\/options": {
            "namespace": "amp\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "theme_support": {
                            "type": "string",
                            "enum": [
                                "reader",
                                "standard",
                                "transitional"
                            ],
                            "required": false
                        },
                        "reader_theme": {
                            "type": "string",
                            "required": false
                        },
                        "mobile_redirect": {
                            "type": "boolean",
                            "required": false
                        },
                        "plugin_configured": {
                            "type": "boolean",
                            "required": false
                        },
                        "all_templates_supported": {
                            "type": "boolean",
                            "required": false
                        },
                        "suppressed_plugins": {
                            "type": "object",
                            "required": false
                        },
                        "supported_templates": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "supported_post_types": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "analytics": {
                            "type": "object",
                            "required": false
                        },
                        "paired_url_structure": {
                            "type": "string",
                            "enum": [
                                "query_var",
                                "path_suffix",
                                "legacy_transitional",
                                "legacy_reader"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/amp\/v1\/options"
                    }
                ]
            }
        },
        "\/amp\/v1\/unreviewed-validation-counts": {
            "namespace": "amp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/amp\/v1\/unreviewed-validation-counts"
                    }
                ]
            }
        },
        "\/amp\/v1\/validate-post-url": {
            "namespace": "amp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "ID for AMP-enabled post.",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        },
                        "preview_nonce": {
                            "description": "Preview nonce.",
                            "type": "string",
                            "pattern": "^[0-9a-f]+$",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/amp\/v1\/validate-post-url"
                    }
                ]
            }
        },
        "\/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:\/\/suzuki-global.com\/ko\/wp-json\/elementor\/v1"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/wp-json\/elementor\/v1\/site-editor\/templates-conditions-conflicts"
                    }
                ]
            }
        },
        "\/wordpress-popular-posts\/v1": {
            "namespace": "wordpress-popular-posts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wordpress-popular-posts\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wordpress-popular-posts\/v1"
                    }
                ]
            }
        },
        "\/wordpress-popular-posts\/v1\/popular-posts": {
            "namespace": "wordpress-popular-posts\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "post_type": {
                            "description": "Return popular posts from specified custom post type(s).",
                            "type": "string",
                            "default": "post",
                            "required": false
                        },
                        "limit": {
                            "description": "The maximum number of popular posts to return.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "required": false
                        },
                        "freshness": {
                            "description": "Retrieve the most popular entries published within the specified time range.",
                            "type": "string",
                            "enum": [
                                "0",
                                "1"
                            ],
                            "default": "0",
                            "required": false
                        },
                        "offset": {
                            "description": "An offset point for the collection.",
                            "type": "integer",
                            "default": 0,
                            "minimum": 0,
                            "required": false
                        },
                        "order_by": {
                            "description": "Set the sorting option of the popular posts.",
                            "type": "string",
                            "enum": [
                                "views",
                                "comments"
                            ],
                            "default": "views",
                            "required": false
                        },
                        "range": {
                            "description": "Return popular posts from a specified time range.",
                            "type": "string",
                            "enum": [
                                "last24hours",
                                "last7days",
                                "last30days",
                                "all",
                                "custom"
                            ],
                            "default": "last24hours",
                            "required": false
                        },
                        "time_unit": {
                            "description": "Specifies the time unit of the custom time range.",
                            "type": "string",
                            "enum": [
                                "minute",
                                "hour",
                                "day",
                                "week",
                                "month"
                            ],
                            "default": "hour",
                            "required": false
                        },
                        "time_quantity": {
                            "description": "Specifies the number of time units of the custom time range.",
                            "type": "integer",
                            "default": 24,
                            "minimum": 1,
                            "required": false
                        },
                        "pid": {
                            "description": "Post IDs to exclude from the listing.",
                            "type": "string",
                            "required": false
                        },
                        "taxonomy": {
                            "description": "Include posts in a specified taxonomy.",
                            "type": "string",
                            "required": false
                        },
                        "term_id": {
                            "description": "Taxonomy IDs, separated by comma (prefix a minus sign to exclude).",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "Include popular posts from author ID(s).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "token": {
                            "description": "Security nonce.",
                            "type": "string",
                            "required": false
                        },
                        "wpp_id": {
                            "description": "The post \/ page ID.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "sampling": {
                            "description": "Enables Data Sampling.",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "sampling_rate": {
                            "description": "Sets the Sampling Rate.",
                            "type": "integer",
                            "default": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wordpress-popular-posts\/v1\/popular-posts"
                    }
                ]
            }
        },
        "\/wordpress-popular-posts\/v1\/popular-posts\/widget\/(?P<id>[\\d]+)": {
            "namespace": "wordpress-popular-posts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "is_single": {
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "lang": {
                            "type": "string",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wordpress-popular-posts\/v2": {
            "namespace": "wordpress-popular-posts\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wordpress-popular-posts\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wordpress-popular-posts\/v2"
                    }
                ]
            }
        },
        "\/wordpress-popular-posts\/v2\/widget": {
            "namespace": "wordpress-popular-posts\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "is_single": {
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "lang": {
                            "type": "string",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wordpress-popular-posts\/v2\/widget"
                    }
                ]
            }
        },
        "\/wordpress-popular-posts\/v1\/themes": {
            "namespace": "wordpress-popular-posts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wordpress-popular-posts\/v1\/themes"
                    }
                ]
            }
        },
        "\/wordpress-popular-posts\/v1\/thumbnails": {
            "namespace": "wordpress-popular-posts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wordpress-popular-posts\/v1\/thumbnails"
                    }
                ]
            }
        },
        "\/wordpress-popular-posts\/v1\/taxonomies": {
            "namespace": "wordpress-popular-posts\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wordpress-popular-posts\/v1\/taxonomies"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/elementor\/v1\/globals"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/colors": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/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\/favorites": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/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\/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",
                                "landing-page",
                                "popup",
                                "header",
                                "footer",
                                "single",
                                "single-post",
                                "single-page",
                                "archive",
                                "search-results",
                                "error-404"
                            ],
                            "required": true
                        },
                        "content": {
                            "description": "Elementor data object",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/elementor\/v1\/template-library\/templates"
                    }
                ]
            }
        },
        "\/elementor\/v1\/global-widget\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/elementor\/v1\/global-widget\/templates"
                    }
                ]
            }
        },
        "\/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:\/\/suzuki-global.com\/ko\/wp-json\/elementor-pro\/v1"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/posts-widget": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/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": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "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",
                                "options": {
                                    "type": "enum",
                                    "labels": {
                                        "all": "All",
                                        "unread": "Unread",
                                        "read": "Read",
                                        "trash": "Trash"
                                    }
                                }
                            },
                            "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",
                                "options": {
                                    "type": "resource",
                                    "command": "forms\/index",
                                    "args": {
                                        "context": "options"
                                    }
                                }
                            },
                            "required": false
                        },
                        "referer": {
                            "description": "Limit result set to submissions assigned to specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter",
                                "options": {
                                    "type": "resource",
                                    "command": "form-submissions\/referer",
                                    "args": {
                                        "context": "options"
                                    }
                                }
                            },
                            "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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/wp-json\/elementor\/v1\/form-submissions\/restore"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/export": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "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",
                                "options": {
                                    "type": "enum",
                                    "labels": {
                                        "all": "All",
                                        "unread": "Unread",
                                        "read": "Read",
                                        "trash": "Trash"
                                    }
                                }
                            },
                            "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",
                                "options": {
                                    "type": "resource",
                                    "command": "forms\/index",
                                    "args": {
                                        "context": "options"
                                    }
                                }
                            },
                            "required": false
                        },
                        "referer": {
                            "description": "Limit result set to submissions assigned to specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter",
                                "options": {
                                    "type": "resource",
                                    "command": "form-submissions\/referer",
                                    "args": {
                                        "context": "options"
                                    }
                                }
                            },
                            "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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/wp-json\/elementor\/v1\/forms"
                    }
                ]
            }
        },
        "\/amp\/v1\/reader-themes": {
            "namespace": "amp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/amp\/v1\/reader-themes"
                    }
                ]
            }
        },
        "\/yarpp\/v1": {
            "namespace": "yarpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "yarpp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/yarpp\/v1"
                    }
                ]
            }
        },
        "\/yarpp\/v1\/related\/(?P<id>[\\w-]+)": {
            "namespace": "yarpp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "limit": {
                            "description": "Number of posts to display",
                            "type": "integer",
                            "default": "12",
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "default": "embed",
                            "required": false
                        },
                        "password": {
                            "description": "\uae00\uc774 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub41c \uacbd\uc6b0 \uae00 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/send-event": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\ubc18\uc751\uc744 \uc8fc\uc5b4\uc9c4 ISO8601\uc5d0 \ub530\ub978 \ub0a0\uc9dc \uc774\ud6c4\uc5d0 \ubc1c\ud589\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\uc81c\uacf5\ud55c ISO8601 \uc900\uc218 \ub0a0\uc9dc \uc774\ud6c4\uc5d0 \uc218\uc815\ud55c \uae00\ub85c \uc751\ub2f5\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 \uae00\uc4f4\uc774\uc5d0 \ubc30\uc815\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub294 \ud2b9\uc815 \uae00\uc4f4\uc774\uc5d0 \ubc30\uc815\ub41c \uae00\uc744 \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\ubc18\uc751\uc744 \uc8fc\uc5b4\uc9c4 ISO8601\uc5d0 \ub530\ub978 \ub0a0\uc9dc \uc774\uc804\uc5d0 \ubc1c\ud589\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\uc81c\uacf5\ud55c ISO8601 \uc900\uc218 \ub0a0\uc9dc \uc774\uc804\uc5d0 \uc218\uc815\ud55c \uae00\ub85c \uc751\ub2f5\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 ID\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc544\uc774\ud15c \uc218\ub85c \uc624\ud504\uc14b.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\uc624\ub984\ucc28\uc21c \ub610\ub294 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubd84\ub958 \uc18d\uc131 \uc815\ub82c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\ucf5c\ub809\uc158\uc744 \uc624\ube0c\uc81d\ud2b8 \uc18d\uc131\uc73c\ub85c \ubd84\ub958.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \ud2b9\uc815 \uc2ac\ub7ec\uadf8\uac00 \uc788\ub294 \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \uc0c1\ud0dc\uac00 \ubc30\uc815\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\ub2e4\uc911 \ud0dd\uc18c\ub178\ubbf8 \uac04\uc758 \uad00\uacc4\uc5d0 \uae30\ubc18\ud558\uc5ec \uacb0\uacfc \uc138\ud2b8\ub97c \uc81c\ud55c.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "categories \ud0dd\uc18c\ub178\ubbf8\ub85c \uc9c0\uc815\ud55c \ud2b9\uc815 \ud140\uc744 \uac00\uc9c4 \ubaa8\ub4e0 \ud56d\ubaa9\uc73c\ub85c \uacb0\uacfc\ubaa8\uc74c\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term \uc544\uc774\ub514 \ub9ac\uc2a4\ud2b8",
                                    "description": "\ud140\uc744 \ubaa9\ub85d ID\uc640 \uc77c\uce58\ud558\uae30.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\ud140 ID \ud0dd\uc18c\ub178\ubbf8 \ucffc\ub9ac",
                                    "description": "\uace0\uae09 \ud140 \ucffc\ub9ac \uc218\ud589.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term \uc544\uc774\ub514.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\uacb0\uacfc\ubaa8\uc74c\uc744 \uc81c\ud55c\ud560 \ud140\uc5d0 \uc790\uc2dd \ud140\uc744 \ud3ec\ud568\uc2dc\ud0ac\uc9c0 \uc5ec\ubd80.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c categories \ud0dd\uc18c\ub178\ubbf8\uc5d0 \ubc30\uc815\ub41c \ud2b9\uc815 \ud140\uc744 \uac00\uc9c4 \uac83\uc744 \uc81c\uc678\ud55c \ubaa8\ub4e0 \uc544\uc774\ud15c\uc5d0 \uc81c\ud55c.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term \uc544\uc774\ub514 \ub9ac\uc2a4\ud2b8",
                                    "description": "\ud140\uc744 \ubaa9\ub85d ID\uc640 \uc77c\uce58\ud558\uae30.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\ud140 ID \ud0dd\uc18c\ub178\ubbf8 \ucffc\ub9ac",
                                    "description": "\uace0\uae09 \ud140 \ucffc\ub9ac \uc218\ud589.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term \uc544\uc774\ub514.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\uacb0\uacfc\ubaa8\uc74c\uc744 \uc81c\ud55c\ud560 \ud140\uc5d0 \uc790\uc2dd \ud140\uc744 \ud3ec\ud568\uc2dc\ud0ac\uc9c0 \uc5ec\ubd80.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "tags \ud0dd\uc18c\ub178\ubbf8\ub85c \uc9c0\uc815\ud55c \ud2b9\uc815 \ud140\uc744 \uac00\uc9c4 \ubaa8\ub4e0 \ud56d\ubaa9\uc73c\ub85c \uacb0\uacfc\ubaa8\uc74c\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term \uc544\uc774\ub514 \ub9ac\uc2a4\ud2b8",
                                    "description": "\ud140\uc744 \ubaa9\ub85d ID\uc640 \uc77c\uce58\ud558\uae30.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\ud140 ID \ud0dd\uc18c\ub178\ubbf8 \ucffc\ub9ac",
                                    "description": "\uace0\uae09 \ud140 \ucffc\ub9ac \uc218\ud589.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term \uc544\uc774\ub514.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c tags \ud0dd\uc18c\ub178\ubbf8\uc5d0 \ubc30\uc815\ub41c \ud2b9\uc815 \ud140\uc744 \uac00\uc9c4 \uac83\uc744 \uc81c\uc678\ud55c \ubaa8\ub4e0 \uc544\uc774\ud15c\uc5d0 \uc81c\ud55c.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term \uc544\uc774\ub514 \ub9ac\uc2a4\ud2b8",
                                    "description": "\ud140\uc744 \ubaa9\ub85d ID\uc640 \uc77c\uce58\ud558\uae30.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\ud140 ID \ud0dd\uc18c\ub178\ubbf8 \ucffc\ub9ac",
                                    "description": "\uace0\uae09 \ud140 \ucffc\ub9ac \uc218\ud589.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term \uc544\uc774\ub514.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ubd99\ubc15\uc774\uc778 \uc544\uc774\ud15c\uc5d0 \uc81c\ud55c.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\ucf58\ud150\uce20\uc640 \uc694\uc57d\uc758 \uc811\uadfc\uc744 \ubcf4\ud638\ud560 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ucf58\ud150\uce20. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\uac1d\uccb4\uac00 \uc0ac\uc6a9\ud55c \ucf58\ud150\uce20 \ube14\ub85d \ud615\uc2dd\uc758 \ubc84\uc804.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\ucf58\ud150\uce20\uac00 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc694\uc57d.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac1c\uccb4\uc5d0 \ub300\ud55c \uc694\uc57d.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \uc694\uc57d, \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\uc694\uc57d\uc774 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud2b9\uc131 \ubbf8\ub514\uc5b4 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\ub313\uae00\uc774 \uc624\ube0c\uc81d\ud2b8\uc5d0 \uc5f4\ub9ac\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ud551\ub420 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud3ec\ub9f7.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "sticky": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubd99\ubc15\uc774\ub85c \ucc98\ub9ac\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "category \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "post_tag \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "amp_enabled": {
                            "description": "AMP enabled",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\uae00\uc774 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub41c \uacbd\uc6b0 \uae00 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\ucf58\ud150\uce20\uc640 \uc694\uc57d\uc758 \uc811\uadfc\uc744 \ubcf4\ud638\ud560 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ucf58\ud150\uce20. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\uac1d\uccb4\uac00 \uc0ac\uc6a9\ud55c \ucf58\ud150\uce20 \ube14\ub85d \ud615\uc2dd\uc758 \ubc84\uc804.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\ucf58\ud150\uce20\uac00 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc694\uc57d.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac1c\uccb4\uc5d0 \ub300\ud55c \uc694\uc57d.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \uc694\uc57d, \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\uc694\uc57d\uc774 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud2b9\uc131 \ubbf8\ub514\uc5b4 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\ub313\uae00\uc774 \uc624\ube0c\uc81d\ud2b8\uc5d0 \uc5f4\ub9ac\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ud551\ub420 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud3ec\ub9f7.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "sticky": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubd99\ubc15\uc774\ub85c \ucc98\ub9ac\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "category \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "post_tag \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "amp_enabled": {
                            "description": "AMP enabled",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ud734\uc9c0\ud1b5 \ubb34\uc2dc \ubc0f \uac15\uc81c \uc0ad\uc81c \uc5ec\ubd80.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 ID\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc544\uc774\ud15c \uc218\ub85c \uc624\ud504\uc14b.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\uc624\ub984\ucc28\uc21c \ub610\ub294 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubd84\ub958 \uc18d\uc131 \uc815\ub82c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\ucf5c\ub809\uc158\uc744 \uc624\ube0c\uc81d\ud2b8 \uc18d\uc131\uc73c\ub85c \ubd84\ub958.",
                            "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": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ub9ac\ube44\uc804\uc740 \ud734\uc9c0\ud1b5 \uae30\ub2a5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c true\uac00 \ud544\uc218\uc784.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\ucf58\ud150\uce20\uc640 \uc694\uc57d\uc758 \uc811\uadfc\uc744 \ubcf4\ud638\ud560 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ucf58\ud150\uce20. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\uac1d\uccb4\uac00 \uc0ac\uc6a9\ud55c \ucf58\ud150\uce20 \ube14\ub85d \ud615\uc2dd\uc758 \ubc84\uc804.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\ucf58\ud150\uce20\uac00 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc694\uc57d.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac1c\uccb4\uc5d0 \ub300\ud55c \uc694\uc57d.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \uc694\uc57d, \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\uc694\uc57d\uc774 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud2b9\uc131 \ubbf8\ub514\uc5b4 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\ub313\uae00\uc774 \uc624\ube0c\uc81d\ud2b8\uc5d0 \uc5f4\ub9ac\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ud551\ub420 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud3ec\ub9f7.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "sticky": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubd99\ubc15\uc774\ub85c \ucc98\ub9ac\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "category \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "post_tag \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "amp_enabled": {
                            "description": "AMP enabled",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\uac1d\uccb4\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\ubc18\uc751\uc744 \uc8fc\uc5b4\uc9c4 ISO8601\uc5d0 \ub530\ub978 \ub0a0\uc9dc \uc774\ud6c4\uc5d0 \ubc1c\ud589\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\uc81c\uacf5\ud55c ISO8601 \uc900\uc218 \ub0a0\uc9dc \uc774\ud6c4\uc5d0 \uc218\uc815\ud55c \uae00\ub85c \uc751\ub2f5\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 \uae00\uc4f4\uc774\uc5d0 \ubc30\uc815\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub294 \ud2b9\uc815 \uae00\uc4f4\uc774\uc5d0 \ubc30\uc815\ub41c \uae00\uc744 \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\ubc18\uc751\uc744 \uc8fc\uc5b4\uc9c4 ISO8601\uc5d0 \ub530\ub978 \ub0a0\uc9dc \uc774\uc804\uc5d0 \ubc1c\ud589\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\uc81c\uacf5\ud55c ISO8601 \uc900\uc218 \ub0a0\uc9dc \uc774\uc804\uc5d0 \uc218\uc815\ud55c \uae00\ub85c \uc751\ub2f5\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 ID\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 menu_order \uac12\uc774 \uc788\ub294 \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "integer",
                            "required": false
                        },
                        "offset": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc544\uc774\ud15c \uc218\ub85c \uc624\ud504\uc14b.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\uc624\ub984\ucc28\uc21c \ub610\ub294 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubd84\ub958 \uc18d\uc131 \uc815\ub82c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\ucf5c\ub809\uc158\uc744 \uc624\ube0c\uc81d\ud2b8 \uc18d\uc131\uc73c\ub85c \ubd84\ub958.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 \ubd80\ubaa8 ID\uac00 \uc788\ub294 \uc544\uc774\ud15c\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 \ubd80\ubaa8 ID\uac00 \uc788\ub294 \uac83\uc744 \uc81c\uc678\ud55c \ubaa8\ub4e0 \uc544\uc774\ud15c\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \ud2b9\uc815 \uc2ac\ub7ec\uadf8\uac00 \uc788\ub294 \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \uc0c1\ud0dc\uac00 \ubc30\uc815\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\ub2e4\uc911 \ud0dd\uc18c\ub178\ubbf8 \uac04\uc758 \uad00\uacc4\uc5d0 \uae30\ubc18\ud558\uc5ec \uacb0\uacfc \uc138\ud2b8\ub97c \uc81c\ud55c.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "categories \ud0dd\uc18c\ub178\ubbf8\ub85c \uc9c0\uc815\ud55c \ud2b9\uc815 \ud140\uc744 \uac00\uc9c4 \ubaa8\ub4e0 \ud56d\ubaa9\uc73c\ub85c \uacb0\uacfc\ubaa8\uc74c\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term \uc544\uc774\ub514 \ub9ac\uc2a4\ud2b8",
                                    "description": "\ud140\uc744 \ubaa9\ub85d ID\uc640 \uc77c\uce58\ud558\uae30.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\ud140 ID \ud0dd\uc18c\ub178\ubbf8 \ucffc\ub9ac",
                                    "description": "\uace0\uae09 \ud140 \ucffc\ub9ac \uc218\ud589.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term \uc544\uc774\ub514.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\uacb0\uacfc\ubaa8\uc74c\uc744 \uc81c\ud55c\ud560 \ud140\uc5d0 \uc790\uc2dd \ud140\uc744 \ud3ec\ud568\uc2dc\ud0ac\uc9c0 \uc5ec\ubd80.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c categories \ud0dd\uc18c\ub178\ubbf8\uc5d0 \ubc30\uc815\ub41c \ud2b9\uc815 \ud140\uc744 \uac00\uc9c4 \uac83\uc744 \uc81c\uc678\ud55c \ubaa8\ub4e0 \uc544\uc774\ud15c\uc5d0 \uc81c\ud55c.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term \uc544\uc774\ub514 \ub9ac\uc2a4\ud2b8",
                                    "description": "\ud140\uc744 \ubaa9\ub85d ID\uc640 \uc77c\uce58\ud558\uae30.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\ud140 ID \ud0dd\uc18c\ub178\ubbf8 \ucffc\ub9ac",
                                    "description": "\uace0\uae09 \ud140 \ucffc\ub9ac \uc218\ud589.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term \uc544\uc774\ub514.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\uacb0\uacfc\ubaa8\uc74c\uc744 \uc81c\ud55c\ud560 \ud140\uc5d0 \uc790\uc2dd \ud140\uc744 \ud3ec\ud568\uc2dc\ud0ac\uc9c0 \uc5ec\ubd80.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "tags \ud0dd\uc18c\ub178\ubbf8\ub85c \uc9c0\uc815\ud55c \ud2b9\uc815 \ud140\uc744 \uac00\uc9c4 \ubaa8\ub4e0 \ud56d\ubaa9\uc73c\ub85c \uacb0\uacfc\ubaa8\uc74c\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term \uc544\uc774\ub514 \ub9ac\uc2a4\ud2b8",
                                    "description": "\ud140\uc744 \ubaa9\ub85d ID\uc640 \uc77c\uce58\ud558\uae30.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\ud140 ID \ud0dd\uc18c\ub178\ubbf8 \ucffc\ub9ac",
                                    "description": "\uace0\uae09 \ud140 \ucffc\ub9ac \uc218\ud589.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term \uc544\uc774\ub514.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c tags \ud0dd\uc18c\ub178\ubbf8\uc5d0 \ubc30\uc815\ub41c \ud2b9\uc815 \ud140\uc744 \uac00\uc9c4 \uac83\uc744 \uc81c\uc678\ud55c \ubaa8\ub4e0 \uc544\uc774\ud15c\uc5d0 \uc81c\ud55c.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term \uc544\uc774\ub514 \ub9ac\uc2a4\ud2b8",
                                    "description": "\ud140\uc744 \ubaa9\ub85d ID\uc640 \uc77c\uce58\ud558\uae30.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\ud140 ID \ud0dd\uc18c\ub178\ubbf8 \ucffc\ub9ac",
                                    "description": "\uace0\uae09 \ud140 \ucffc\ub9ac \uc218\ud589.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term \uc544\uc774\ub514.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\ucf58\ud150\uce20\uc640 \uc694\uc57d\uc758 \uc811\uadfc\uc744 \ubcf4\ud638\ud560 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ucf58\ud150\uce20. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\uac1d\uccb4\uac00 \uc0ac\uc6a9\ud55c \ucf58\ud150\uce20 \ube14\ub85d \ud615\uc2dd\uc758 \ubc84\uc804.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\ucf58\ud150\uce20\uac00 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc694\uc57d.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac1c\uccb4\uc5d0 \ub300\ud55c \uc694\uc57d.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \uc694\uc57d, \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\uc694\uc57d\uc774 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud2b9\uc131 \ubbf8\ub514\uc5b4 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\ub313\uae00\uc774 \uc624\ube0c\uc81d\ud2b8\uc5d0 \uc5f4\ub9ac\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ud551\ub420 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\ud0c0\uc785\uc774 \uc788\ub294 \ub2e4\ub978 \uc624\ube0c\uc81d\ud2b8\uc640 \uad00\ub828\ud55c \uc624\ube0c\uc81d\ud2b8\uc758 \uc21c\uc11c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "category \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "post_tag \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "amp_enabled": {
                            "description": "AMP enabled",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\uae00\uc774 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub41c \uacbd\uc6b0 \uae00 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\ucf58\ud150\uce20\uc640 \uc694\uc57d\uc758 \uc811\uadfc\uc744 \ubcf4\ud638\ud560 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ucf58\ud150\uce20. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\uac1d\uccb4\uac00 \uc0ac\uc6a9\ud55c \ucf58\ud150\uce20 \ube14\ub85d \ud615\uc2dd\uc758 \ubc84\uc804.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\ucf58\ud150\uce20\uac00 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc694\uc57d.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac1c\uccb4\uc5d0 \ub300\ud55c \uc694\uc57d.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \uc694\uc57d, \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\uc694\uc57d\uc774 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud2b9\uc131 \ubbf8\ub514\uc5b4 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\ub313\uae00\uc774 \uc624\ube0c\uc81d\ud2b8\uc5d0 \uc5f4\ub9ac\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ud551\ub420 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\ud0c0\uc785\uc774 \uc788\ub294 \ub2e4\ub978 \uc624\ube0c\uc81d\ud2b8\uc640 \uad00\ub828\ud55c \uc624\ube0c\uc81d\ud2b8\uc758 \uc21c\uc11c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "category \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "post_tag \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "amp_enabled": {
                            "description": "AMP enabled",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ud734\uc9c0\ud1b5 \ubb34\uc2dc \ubc0f \uac15\uc81c \uc0ad\uc81c \uc5ec\ubd80.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 ID\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc544\uc774\ud15c \uc218\ub85c \uc624\ud504\uc14b.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\uc624\ub984\ucc28\uc21c \ub610\ub294 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubd84\ub958 \uc18d\uc131 \uc815\ub82c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\ucf5c\ub809\uc158\uc744 \uc624\ube0c\uc81d\ud2b8 \uc18d\uc131\uc73c\ub85c \ubd84\ub958.",
                            "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": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ub9ac\ube44\uc804\uc740 \ud734\uc9c0\ud1b5 \uae30\ub2a5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c true\uac00 \ud544\uc218\uc784.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\ucf58\ud150\uce20\uc640 \uc694\uc57d\uc758 \uc811\uadfc\uc744 \ubcf4\ud638\ud560 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ucf58\ud150\uce20. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\uac1d\uccb4\uac00 \uc0ac\uc6a9\ud55c \ucf58\ud150\uce20 \ube14\ub85d \ud615\uc2dd\uc758 \ubc84\uc804.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\ucf58\ud150\uce20\uac00 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc694\uc57d.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac1c\uccb4\uc5d0 \ub300\ud55c \uc694\uc57d.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \uc694\uc57d, \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\uc694\uc57d\uc774 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud2b9\uc131 \ubbf8\ub514\uc5b4 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\ub313\uae00\uc774 \uc624\ube0c\uc81d\ud2b8\uc5d0 \uc5f4\ub9ac\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ud551\ub420 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\ud0c0\uc785\uc774 \uc788\ub294 \ub2e4\ub978 \uc624\ube0c\uc81d\ud2b8\uc640 \uad00\ub828\ud55c \uc624\ube0c\uc81d\ud2b8\uc758 \uc21c\uc11c.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "category \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "post_tag \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "amp_enabled": {
                            "description": "AMP enabled",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\uac1d\uccb4\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "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": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\ubc18\uc751\uc744 \uc8fc\uc5b4\uc9c4 ISO8601\uc5d0 \ub530\ub978 \ub0a0\uc9dc \uc774\ud6c4\uc5d0 \ubc1c\ud589\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\uc81c\uacf5\ud55c ISO8601 \uc900\uc218 \ub0a0\uc9dc \uc774\ud6c4\uc5d0 \uc218\uc815\ud55c \uae00\ub85c \uc751\ub2f5\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 \uae00\uc4f4\uc774\uc5d0 \ubc30\uc815\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub294 \ud2b9\uc815 \uae00\uc4f4\uc774\uc5d0 \ubc30\uc815\ub41c \uae00\uc744 \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\ubc18\uc751\uc744 \uc8fc\uc5b4\uc9c4 ISO8601\uc5d0 \ub530\ub978 \ub0a0\uc9dc \uc774\uc804\uc5d0 \ubc1c\ud589\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\uc81c\uacf5\ud55c ISO8601 \uc900\uc218 \ub0a0\uc9dc \uc774\uc804\uc5d0 \uc218\uc815\ud55c \uae00\ub85c \uc751\ub2f5\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 ID\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc544\uc774\ud15c \uc218\ub85c \uc624\ud504\uc14b.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\uc624\ub984\ucc28\uc21c \ub610\ub294 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubd84\ub958 \uc18d\uc131 \uc815\ub82c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\ucf5c\ub809\uc158\uc744 \uc624\ube0c\uc81d\ud2b8 \uc18d\uc131\uc73c\ub85c \ubd84\ub958.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 \ubd80\ubaa8 ID\uac00 \uc788\ub294 \uc544\uc774\ud15c\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 \ubd80\ubaa8 ID\uac00 \uc788\ub294 \uac83\uc744 \uc81c\uc678\ud55c \ubaa8\ub4e0 \uc544\uc774\ud15c\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \ud2b9\uc815 \uc2ac\ub7ec\uadf8\uac00 \uc788\ub294 \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \uc0c1\ud0dc\uac00 \ubc30\uc815\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\ub2e4\uc911 \ud0dd\uc18c\ub178\ubbf8 \uac04\uc758 \uad00\uacc4\uc5d0 \uae30\ubc18\ud558\uc5ec \uacb0\uacfc \uc138\ud2b8\ub97c \uc81c\ud55c.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "media_tag": {
                            "description": "media_tag \ud0dd\uc18c\ub178\ubbf8\ub85c \uc9c0\uc815\ud55c \ud2b9\uc815 \ud140\uc744 \uac00\uc9c4 \ubaa8\ub4e0 \ud56d\ubaa9\uc73c\ub85c \uacb0\uacfc\ubaa8\uc74c\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term \uc544\uc774\ub514 \ub9ac\uc2a4\ud2b8",
                                    "description": "\ud140\uc744 \ubaa9\ub85d ID\uc640 \uc77c\uce58\ud558\uae30.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\ud140 ID \ud0dd\uc18c\ub178\ubbf8 \ucffc\ub9ac",
                                    "description": "\uace0\uae09 \ud140 \ucffc\ub9ac \uc218\ud589.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term \uc544\uc774\ub514.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "media_tag_exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c media_tag \ud0dd\uc18c\ub178\ubbf8\uc5d0 \ubc30\uc815\ub41c \ud2b9\uc815 \ud140\uc744 \uac00\uc9c4 \uac83\uc744 \uc81c\uc678\ud55c \ubaa8\ub4e0 \uc544\uc774\ud15c\uc5d0 \uc81c\ud55c.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Term \uc544\uc774\ub514 \ub9ac\uc2a4\ud2b8",
                                    "description": "\ud140\uc744 \ubaa9\ub85d ID\uc640 \uc77c\uce58\ud558\uae30.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\ud140 ID \ud0dd\uc18c\ub178\ubbf8 \ucffc\ub9ac",
                                    "description": "\uace0\uae09 \ud140 \ucffc\ub9ac \uc218\ud589.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Term \uc544\uc774\ub514.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \ubbf8\ub514\uc5b4 \ud0c0\uc785\uc758 \ucca8\ubd80\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \ub9c8\uc784 \ud0c0\uc785\uc758 \ucca8\ubd80\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\ub313\uae00\uc774 \uc624\ube0c\uc81d\ud2b8\uc5d0 \uc5f4\ub9ac\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ud551\ub420 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        },
                        "media_tag": {
                            "description": "media_tag \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "alt_text": {
                            "description": "\ucca8\ubd80\uac00 \ud45c\uc2dc\ub418\uc9c0 \uc54a\uc744 \uacbd\uc6b0 \ud45c\uc2dc\ud560 \ub300\uccb4 \ud14d\uc2a4\ud2b8.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\ucca8\ubd80 \ucea1\uc158.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\ucca8\ubd80\uc5d0 \ub300\ud55c \ucea1\uc158, \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\ucca8\ubd80\uc5d0 \ub300\ud55c HTML \ucea1\uc158, \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\ucca8\ubd80 \uc124\uba85.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uac1d\uccb4\uc5d0 \ub300\ud55c \uc124\uba85, \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\ubcf4\uae30\uc6a9\uc73c\ub85c \ubcc0\ud615\ud55c \uac1d\uccb4\uc5d0 \ub300\ud55c HTML \uc124\uba85.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "\ucca8\ubd80\uc758 \uad00\ub828 \uae00\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/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": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\ub313\uae00\uc774 \uc624\ube0c\uc81d\ud2b8\uc5d0 \uc5f4\ub9ac\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ud551\ub420 \uc218 \uc788\ub294\uc9c0 \uc5ec\ubd80.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        },
                        "media_tag": {
                            "description": "media_tag \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc788\ub294 \uc624\ube0c\uc81d\ud2b8\uc5d0 \ubc30\uc815\ub41c \ud140.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "alt_text": {
                            "description": "\ucca8\ubd80\uac00 \ud45c\uc2dc\ub418\uc9c0 \uc54a\uc744 \uacbd\uc6b0 \ud45c\uc2dc\ud560 \ub300\uccb4 \ud14d\uc2a4\ud2b8.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\ucca8\ubd80 \ucea1\uc158.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\ucca8\ubd80\uc5d0 \ub300\ud55c \ucea1\uc158, \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\ucca8\ubd80\uc5d0 \ub300\ud55c HTML \ucea1\uc158, \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\ucca8\ubd80 \uc124\uba85.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uac1d\uccb4\uc5d0 \ub300\ud55c \uc124\uba85, \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\ubcf4\uae30\uc6a9\uc73c\ub85c \ubcc0\ud615\ud55c \uac1d\uccb4\uc5d0 \ub300\ud55c HTML \uc124\uba85.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "\ucca8\ubd80\uc758 \uad00\ub828 \uae00\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ud734\uc9c0\ud1b5 \ubb34\uc2dc \ubc0f \uac15\uc81c \uc0ad\uc81c \uc5ec\ubd80.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "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": "\ud3b8\uc9d1\ud55c \uc774\ubbf8\uc9c0 \ud30c\uc77c\uc758 URL.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "\uc774\ubbf8\uc9c0 \ud3b8\uc9d1 \ubc30\uc5f4",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "\uc774\ubbf8\uc9c0 \ud3b8\uc9d1.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "\ud68c\uc804",
                                        "properties": {
                                            "type": {
                                                "description": "\ud68c\uc804 \ud615\ud0dc",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "\ud68c\uc804 \ubcc0\uc218",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "\uc2dc\uacc4\ubc29\ud5a5\uc73c\ub85c \ud68c\uc804\ud560 \uac01\ub3c4",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "\uc790\ub974\uae30",
                                        "properties": {
                                            "type": {
                                                "description": "\uc790\ub974\uae30 \ud615\ud0dc",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "\uc790\ub974\uae30 \ubcc0\uc218",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "\uc67c\ucabd\uc73c\ub85c\ubd80\ud130 \uc790\ub974\uae30 \uc2dc\uc791\uc810\uc758 \uc218\ud3c9 \uc704\uce58(\uc774\ubbf8\uc9c0 \ub113\uc774 \ud37c\uc13c\ud2b8)",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "\uc0c1\ub2e8\uc73c\ub85c\ubd80\ud130 \uc790\ub974\uae30 \uc2dc\uc791\uc810\uc758 \uc218\uc9c1 \uc704\uce58(\uc774\ubbf8\uc9c0 \ub192\uc774 \ud37c\uc13c\ud2b8)",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "\uc790\ub974\uae30 \ub113\uc774 (\uc774\ubbf8\uc9c0 \ub113\uc774 \ud37c\uc13c\ud2b8)",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "\uc790\ub974\uae30 \ub192\uc774 (\uc774\ubbf8\uc9c0 \ub192\uc774 \ud37c\uc13c\ud2b8)",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "\uc2dc\uacc4\ubc29\ud5a5\uc73c\ub85c \ud68c\uc804\uc2dc\ud0ac \uac01\ub3c4\uc591. \ud3d0\uae30\uc608\uc815: \ub300\uc2e0 `\uc218\uc815\uae30`\ub97c \uc0ac\uc6a9\ud558\uc138\uc694.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "\uc774\ubbf8\uc9c0 \ud37c\uc13c\ud2b8\ub85c\uc11c\uc758 \uc774\ubbf8\uc9c0 \uc790\ub974\uae30 \uc2dc\uc791 x \uc704\uce58. \ud3d0\uae30 \uc608\uc815\uc784: \ub300\uc2e0 `\uc218\uc815\uae30`\ub97c \uc0ac\uc6a9\ud558\uc138\uc694.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "\uc774\ubbf8\uc9c0 \ud37c\uc13c\ud2b8\ub85c\uc11c\uc758 \uc774\ubbf8\uc9c0 \uc790\ub974\uae30 \uc2dc\uc791 y \uc704\uce58. \ud3d0\uae30 \uc608\uc815\uc784: \ub300\uc2e0 `\uc218\uc815\uae30`\ub97c \uc0ac\uc6a9\ud558\uc138\uc694.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "\uc774\ubbf8\uc9c0 \ud37c\uc13c\ud2b8\ub85c\uc11c\uc758 \uc774\ubbf8\uc9c0 \uc790\ub974\uae30 \ub113\uc774. \ud3d0\uae30 \uc608\uc815\uc784: \ub300\uc2e0 `\uc218\uc815\uae30`\ub97c \uc0ac\uc6a9\ud558\uc138\uc694.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "\uc774\ubbf8\uc9c0 \ud37c\uc13c\ud2b8\ub85c\uc11c\uc758 \uc774\ubbf8\uc9c0 \uc790\ub974\uae30 \ub192\uc774. \ud3d0\uae30 \uc608\uc815\uc784: \ub300\uc2e0 `\uc218\uc815\uae30`\ub97c \uc0ac\uc6a9\ud558\uc138\uc694.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\ubc18\uc751\uc744 \uc8fc\uc5b4\uc9c4 ISO8601\uc5d0 \ub530\ub978 \ub0a0\uc9dc \uc774\ud6c4\uc5d0 \ubc1c\ud589\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\uc81c\uacf5\ud55c ISO8601 \uc900\uc218 \ub0a0\uc9dc \uc774\ud6c4\uc5d0 \uc218\uc815\ud55c \uae00\ub85c \uc751\ub2f5\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\ubc18\uc751\uc744 \uc8fc\uc5b4\uc9c4 ISO8601\uc5d0 \ub530\ub978 \ub0a0\uc9dc \uc774\uc804\uc5d0 \ubc1c\ud589\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\uc81c\uacf5\ud55c ISO8601 \uc900\uc218 \ub0a0\uc9dc \uc774\uc804\uc5d0 \uc218\uc815\ud55c \uae00\ub85c \uc751\ub2f5\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 ID\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc544\uc774\ud15c \uc218\ub85c \uc624\ud504\uc14b.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\uc624\ub984\ucc28\uc21c \ub610\ub294 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubd84\ub958 \uc18d\uc131 \uc815\ub82c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\ucf5c\ub809\uc158\uc744 \uc624\ube0c\uc81d\ud2b8 \uc18d\uc131\uc73c\ub85c \ubd84\ub958.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \ud2b9\uc815 \uc2ac\ub7ec\uadf8\uac00 \uc788\ub294 \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \uc0c1\ud0dc\uac00 \ubc30\uc815\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\ucf58\ud150\uce20\uc640 \uc694\uc57d\uc758 \uc811\uadfc\uc744 \ubcf4\ud638\ud560 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\uac1d\uccb4\uac00 \uc0ac\uc6a9\ud55c \ucf58\ud150\uce20 \ube14\ub85d \ud615\uc2dd\uc758 \ubc84\uc804.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\ucf58\ud150\uce20\uac00 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\uae00\uc774 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub41c \uacbd\uc6b0 \uae00 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\ucf58\ud150\uce20\uc640 \uc694\uc57d\uc758 \uc811\uadfc\uc744 \ubcf4\ud638\ud560 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\uac1d\uccb4\uac00 \uc0ac\uc6a9\ud55c \ucf58\ud150\uce20 \ube14\ub85d \ud615\uc2dd\uc758 \ubc84\uc804.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\ucf58\ud150\uce20\uac00 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ud734\uc9c0\ud1b5 \ubb34\uc2dc \ubc0f \uac15\uc81c \uc0ad\uc81c \uc5ec\ubd80.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\ucf58\ud150\uce20\uc640 \uc694\uc57d\uc758 \uc811\uadfc\uc744 \ubcf4\ud638\ud560 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\uac1d\uccb4\uac00 \uc0ac\uc6a9\ud55c \ucf58\ud150\uce20 \ube14\ub85d \ud615\uc2dd\uc758 \ubc84\uc804.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\ucf58\ud150\uce20\uac00 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\uac1d\uccb4\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wpcf7_contact_form": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\ubc18\uc751\uc744 \uc8fc\uc5b4\uc9c4 ISO8601\uc5d0 \ub530\ub978 \ub0a0\uc9dc \uc774\ud6c4\uc5d0 \ubc1c\ud589\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\uc81c\uacf5\ud55c ISO8601 \uc900\uc218 \ub0a0\uc9dc \uc774\ud6c4\uc5d0 \uc218\uc815\ud55c \uae00\ub85c \uc751\ub2f5\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\ubc18\uc751\uc744 \uc8fc\uc5b4\uc9c4 ISO8601\uc5d0 \ub530\ub978 \ub0a0\uc9dc \uc774\uc804\uc5d0 \ubc1c\ud589\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\uc81c\uacf5\ud55c ISO8601 \uc900\uc218 \ub0a0\uc9dc \uc774\uc804\uc5d0 \uc218\uc815\ud55c \uae00\ub85c \uc751\ub2f5\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 ID\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc544\uc774\ud15c \uc218\ub85c \uc624\ud504\uc14b.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\uc624\ub984\ucc28\uc21c \ub610\ub294 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubd84\ub958 \uc18d\uc131 \uc815\ub82c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\ucf5c\ub809\uc158\uc744 \uc624\ube0c\uc81d\ud2b8 \uc18d\uc131\uc73c\ub85c \ubd84\ub958.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \ud2b9\uc815 \uc2ac\ub7ec\uadf8\uac00 \uc788\ub294 \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \uc0c1\ud0dc\uac00 \ubc30\uc815\ub41c \uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\ucf58\ud150\uce20\uc640 \uc694\uc57d\uc758 \uc811\uadfc\uc744 \ubcf4\ud638\ud560 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ucf58\ud150\uce20. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\uac1d\uccb4\uac00 \uc0ac\uc6a9\ud55c \ucf58\ud150\uce20 \ube14\ub85d \ud615\uc2dd\uc758 \ubc84\uc804.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\ucf58\ud150\uce20\uac00 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/wpcf7_contact_form"
                    }
                ]
            }
        },
        "\/wp\/v2\/wpcf7_contact_form\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\uae00\uc774 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub41c \uacbd\uc6b0 \uae00 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\ucf58\ud150\uce20\uc640 \uc694\uc57d\uc758 \uc811\uadfc\uc744 \ubcf4\ud638\ud560 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ucf58\ud150\uce20. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\uac1d\uccb4\uac00 \uc0ac\uc6a9\ud55c \ucf58\ud150\uce20 \ube14\ub85d \ud615\uc2dd\uc758 \ubc84\uc804.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\ucf58\ud150\uce20\uac00 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ud734\uc9c0\ud1b5 \ubb34\uc2dc \ubc0f \uac15\uc81c \uc0ad\uc81c \uc5ec\ubd80.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wpcf7_contact_form\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \uba85\uba85\ub41c \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "dp-rewrite-republish"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\ucf58\ud150\uce20\uc640 \uc694\uc57d\uc758 \uc811\uadfc\uc744 \ubcf4\ud638\ud560 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ud0c0\uc774\ud2c0. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ucf58\ud150\uce20. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\uac1d\uccb4\uac00 \uc0ac\uc6a9\ud55c \ucf58\ud150\uce20 \ube14\ub85d \ud615\uc2dd\uc758 \ubc84\uc804.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\ucf58\ud150\uce20\uac00 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub3fc\uc57c\ud560\uc9c0 \uc5ec\ubd80.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294\ub370 \uc0ac\uc6a9\ud560 \ud14c\ub9c8 \ud30c\uc77c.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wpcf7_contact_form\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\uac1d\uccb4\uc5d0 \ub300\ud55c ID.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "\uae00 \ud0c0\uc785\uc5d0 \ub300\ud55c \uc601\uc22b\uc790(alphanumeric) \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "\uc0c1\ud0dc\uc5d0 \ub300\ud55c \uc601\uc22b\uc790(alphanumeric) \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "\uacb0\uacfc\ub97c \ud2b9\uc815 \uae00 \ud0c0\uc785\uacfc \uc5f0\uad00\ub41c \ud0dd\uc18c\ub178\ubbf8\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "\ud0dd\uc18c\ub178\ubbf8\uc5d0 \ub300\ud55c \uc601\uc22b\uc790(alphanumeric) \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 ID\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\uc624\ub984\ucc28\uc21c \ub610\ub294 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubd84\ub958 \uc18d\uc131 \uc815\ub82c.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\ud140 \uc18d\uc131\uc73c\ub85c \ucf5c\ub809\uc158 \ubd84\ub958.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\uc5b4\ub5a4 \uae00\uc5d0\ub3c4 \ubc30\uc815\ub418\uc9c0 \uc54a\uc740 \ud140 \uac10\ucd94\uae30 \uc5ec\ubd80.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 \ubd80\ubaa8\uc5d0 \ubc30\uc815\ub41c \ud140\uc5d0 \uc81c\ud55c.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 \uae00\uc5d0 \ubc30\uc815\ub41c \ud140\uc5d0 \uc81c\ud55c.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \ud2b9\uc815 \uc2ac\ub7ec\uadf8\uac00 \uc788\ub294 \ud140\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "description": {
                            "description": "\ud140\uc758 HTML \uc124\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\ud140\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\ud574\ub2f9 \ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \ud140\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\ubd80\ubaa8 \ud140 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\ud140\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\ud140\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\ud140\uc758 HTML \uc124\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\ud140\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud574\ub2f9 \ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \ud140\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\ubd80\ubaa8 \ud140 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\ud140\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ud140\uc740 \ud734\uc9c0\ud1b5 \uae30\ub2a5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c true\uac00 \ud544\uc218\uc784.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 ID\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc544\uc774\ud15c \uc218\ub85c \uc624\ud504\uc14b.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\uc624\ub984\ucc28\uc21c \ub610\ub294 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubd84\ub958 \uc18d\uc131 \uc815\ub82c.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\ud140 \uc18d\uc131\uc73c\ub85c \ucf5c\ub809\uc158 \ubd84\ub958.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\uc5b4\ub5a4 \uae00\uc5d0\ub3c4 \ubc30\uc815\ub418\uc9c0 \uc54a\uc740 \ud140 \uac10\ucd94\uae30 \uc5ec\ubd80.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 \uae00\uc5d0 \ubc30\uc815\ub41c \ud140\uc5d0 \uc81c\ud55c.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \ud2b9\uc815 \uc2ac\ub7ec\uadf8\uac00 \uc788\ub294 \ud140\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "description": {
                            "description": "\ud140\uc758 HTML \uc124\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\ud140\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\ud574\ub2f9 \ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \ud140\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\ud140\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\ud140\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\ud140\uc758 HTML \uc124\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\ud140\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud574\ub2f9 \ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \ud140\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\ud140\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ud140\uc740 \ud734\uc9c0\ud1b5 \uae30\ub2a5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c true\uac00 \ud544\uc218\uc784.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media_tag": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 ID\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc544\uc774\ud15c \uc218\ub85c \uc624\ud504\uc14b.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\uc624\ub984\ucc28\uc21c \ub610\ub294 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubd84\ub958 \uc18d\uc131 \uc815\ub82c.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\ud140 \uc18d\uc131\uc73c\ub85c \ucf5c\ub809\uc158 \ubd84\ub958.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\uc5b4\ub5a4 \uae00\uc5d0\ub3c4 \ubc30\uc815\ub418\uc9c0 \uc54a\uc740 \ud140 \uac10\ucd94\uae30 \uc5ec\ubd80.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 \uae00\uc5d0 \ubc30\uc815\ub41c \ud140\uc5d0 \uc81c\ud55c.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \ud2b9\uc815 \uc2ac\ub7ec\uadf8\uac00 \uc788\ub294 \ud140\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "description": {
                            "description": "\ud140\uc758 HTML \uc124\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\ud140\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\ud574\ub2f9 \ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \ud140\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/media_tag"
                    }
                ]
            }
        },
        "\/wp\/v2\/media_tag\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\ud140\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\ud140\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\ud140\uc758 HTML \uc124\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\ud140\uc5d0 \ub300\ud55c HTML \ud0c0\uc774\ud2c0.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\ud574\ub2f9 \ud0c0\uc785\uc5d0 \ub3c5\ud2b9\ud55c \ud140\uc5d0 \ub300\ud55c \uc601\uc22b\uc790 \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\ud140\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ud140\uc740 \ud734\uc9c0\ud1b5 \uae30\ub2a5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c true\uac00 \ud544\uc218\uc784.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 ID\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc544\uc774\ud15c \uc218\ub85c \uc624\ud504\uc14b.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\uc624\ub984\ucc28\uc21c \ub610\ub294 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubd84\ub958 \uc18d\uc131 \uc815\ub82c.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\ucf5c\ub809\uc158\uc744 \uc624\ube0c\uc81d\ud2b8 \uc18d\uc131\uc73c\ub85c \ubd84\ub958.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud558\ub098 \uc774\uc0c1\uc758 \ud2b9\uc815 \uc2ac\ub7ec\uadf8\uac00 \uc788\ub294 \uc0ac\uc6a9\uc790\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "\ucd5c\uc18c\ud55c \ud558\ub098\uc758 \ud2b9\uc815 \uc5ed\ud560\uc5d0 \uc81c\uacf5\ud55c \uac83\uacfc \uc77c\uce58\ud558\ub294 \uc0ac\uc6a9\uc790\ub85c \uc124\uc815\ud55c \uacb0\uacfc\ub85c \uc81c\ud55c\ud569\ub2c8\ub2e4. csv \ubaa9\ub85d\uc774\ub098 \ub2e8\uc77c \uc5ed\ud560\uc744 \ud5c8\uc6a9\ud569\ub2c8\ub2e4.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "\uae00\uc4f4\uc774\ub85c \uac04\uc8fc\ub418\ub294 \uc0ac\uc6a9\uc790\uc5d0 \uacb0\uacfc\ubaa8\uc74c\uc744 \uc81c\ud55c.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "username": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \ub85c\uadf8\uc778 \uc774\ub984.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \ud45c\uc2dc\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \uc774\ub984.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \uc131.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \uc774\uba54\uc77c \uc8fc\uc18c.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \uc124\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ub85c\ucf00\uc77c.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ja",
                                "ko_KR",
                                "vi",
                                "zh_CN",
                                "zh_HK"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ubcc4\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \uc601\uc22b\uc790(alphanumeric) \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ubc30\uc815\ub41c \uc5ed\ud560.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ube44\ubc00\ubc88\ud638 (\ud3ec\ud568\ub41c \uc801\uc774 \uc5c6\uc74c).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "amp_dev_tools_enabled": {
                            "description": "Whether the user has enabled dev tools.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\ud140\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\ud140\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \ub85c\uadf8\uc778 \uc774\ub984.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \ud45c\uc2dc\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \uc774\ub984.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \uc131.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \uc774\uba54\uc77c \uc8fc\uc18c.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \uc124\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ub85c\ucf00\uc77c.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ja",
                                "ko_KR",
                                "vi",
                                "zh_CN",
                                "zh_HK"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ubcc4\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \uc601\uc22b\uc790(alphanumeric) \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ubc30\uc815\ub41c \uc5ed\ud560.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ube44\ubc00\ubc88\ud638 (\ud3ec\ud568\ub41c \uc801\uc774 \uc5c6\uc74c).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "amp_dev_tools_enabled": {
                            "description": "Whether the user has enabled dev tools.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\ud140\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ucc38(true)\uc774 \ud544\uc218, \uc0ac\uc6a9\uc790\ub294 \ud734\uc9c0\ud1b5 \uae30\ub2a5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc74c.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "\uc0ad\uc81c\ub41c \uc0ac\uc6a9\uc790\uc758 \uae00\uacfc \ub9c1\ud06c\ub97c \uc774 \uc0ac\uc6a9\uc790\uc758 ID\uc5d0 \uc7ac\ubc30\uc815\ud558\uae30.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \ub85c\uadf8\uc778 \uc774\ub984.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \ud45c\uc2dc\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \uc774\ub984.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \uc131.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \uc774\uba54\uc77c \uc8fc\uc18c.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\uc0ac\uc6a9\uc790\uc758 \uc124\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ub85c\ucf00\uc77c.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ja",
                                "ko_KR",
                                "vi",
                                "zh_CN",
                                "zh_HK"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ubcc4\uba85.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \uc601\uc22b\uc790(alphanumeric) \uc2dd\ubcc4\uc790.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ubc30\uc815\ub41c \uc5ed\ud560.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\uc0ac\uc6a9\uc790\uc5d0 \ub300\ud55c \ube44\ubc00\ubc88\ud638 (\ud3ec\ud568\ub41c \uc801\uc774 \uc5c6\uc74c).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "amp_dev_tools_enabled": {
                            "description": "Whether the user has enabled dev tools.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ucc38(true)\uc774 \ud544\uc218, \uc0ac\uc6a9\uc790\ub294 \ud734\uc9c0\ud1b5 \uae30\ub2a5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc74c.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "\uc0ad\uc81c\ub41c \uc0ac\uc6a9\uc790\uc758 \uae00\uacfc \ub9c1\ud06c\ub97c \uc774 \uc0ac\uc6a9\uc790\uc758 ID\uc5d0 \uc7ac\ubc30\uc815\ud558\uae30.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/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": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "\uace0\uc720\ud558\uac8c \uc2dd\ubcc4\ud558\uae30 \uc704\ud574 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc774 \uc81c\uacf5\ud558\ub294 UUID\uc785\ub2c8\ub2e4. URL\uc774\ub098 DNS \uc774\ub984\uacf5\uac04\uc774 \uc788\ub294 UUID v5\ub97c \uc0ac\uc6a9\ud558\uae30\ub97c \uad8c\uc7a5\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "\uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \ube44\ubc00\ubc88\ud638\uc758 \uc774\ub984.",
                            "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": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "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": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "\uace0\uc720\ud558\uac8c \uc2dd\ubcc4\ud558\uae30 \uc704\ud574 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc774 \uc81c\uacf5\ud558\ub294 UUID\uc785\ub2c8\ub2e4. URL\uc774\ub098 DNS \uc774\ub984\uacf5\uac04\uc774 \uc788\ub294 UUID v5\ub97c \uc0ac\uc6a9\ud558\uae30\ub97c \uad8c\uc7a5\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "\uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \ube44\ubc00\ubc88\ud638\uc758 \uc774\ub984.",
                            "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": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\uc8fc\uc5b4\uc9c4 ISO8601\uc5d0 \ub530\ub978 \ub0a0\uc9dc \uc774\ud6c4\uc5d0 \ubc1c\ud589\ub41c \ub313\uae00\uc5d0 \ubc18\uc751\uc744 \uc81c\ud55c.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc0ac\uc6a9\uc790 ID\uc5d0 \ubc30\uc815\ub41c \ub313\uae00\uc5d0 \uc81c\ud55c. \uad8c\ud55c \ud544\uc694.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 \uc0ac\uc6a9\uc790 ID\uc5d0 \ubc30\uc815\ub41c \ub313\uae00\uc744 \uc81c\uc678\ud574\uc57c \ud568. \uad8c\ud55c \ud544\uc694.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uae00\uc4f4\uc774 \uc774\uba54\uc77c\uc5d0 \uc81c\ud55c. \uad8c\ud55c \ud544\uc694.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "\uc8fc\uc5b4\uc9c4 ISO8601\uc5d0 \ub530\ub978 \ub0a0\uc9dc \uc774\uc804\uc5d0 \ubc1c\ud589\ub41c \ub313\uae00\uc5d0 \ubc18\uc751\uc744 \uc81c\ud55c.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 ID\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc544\uc774\ud15c \uc218\ub85c \uc624\ud504\uc14b.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\uc624\ub984\ucc28\uc21c \ub610\ub294 \ub0b4\ub9bc\ucc28\uc21c\uc73c\ub85c \ubd84\ub958 \uc18d\uc131 \uc815\ub82c.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\ucf5c\ub809\uc158\uc744 \uc624\ube0c\uc81d\ud2b8 \uc18d\uc131\uc73c\ub85c \ubd84\ub958.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \ubd80\ubaa8 ID\uc758 \ub313\uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub294 \ud2b9\uc815 \ubd80\ubaa8 ID\ub97c \uc81c\uc678\ud574\uc57c \ud568.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uae00 ID\uc5d0 \ubc30\uc815\ub41c \ub313\uae00\uc5d0 \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "\uacb0\uacfc\uc138\ud2b8\ub97c \ud2b9\uc815 \uc0c1\ud0dc\uc5d0 \ubc30\uc815\ub41c \ub313\uae00\uc5d0 \uc81c\ud55c. \uad8c\ud55c \ud544\uc694.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "\uacb0\uacfc \uc138\ud2b8\ub97c \ud2b9\uc815 \ud0c0\uc785\uc5d0 \ubc30\uc815\ub41c \ub313\uae00\uc5d0 \uc81c\ud55c. \uad8c\ud55c \ud544\uc694.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\uae00\uc774 \ube44\ubc00\ubc88\ud638\ub85c \ubcf4\ud638\ub41c \uacbd\uc6b0 \uae00 \ube44\ubc00\ubc88\ud638.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "\uc0ac\uc6a9\uc790 \uc624\ube0c\uc81d\ud2b8\uc758 ID. \uae00\uc4f4\uc774\uac00 \uc0ac\uc6a9\uc790\uc778 \uacbd\uc6b0.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc758 \uc774\uba54\uc77c \uc8fc\uc18c.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc758 IP \uc8fc\uc18c.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c \ud45c\uc2dc\uc774\ub984.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c \uc0ac\uc6a9\uc790 \uc5d0\uc774\uc804\ud2b8.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ucf58\ud150\uce20. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "\uad00\ub828 \uae00 \uc624\ube0c\uc81d\ud2b8\uc758 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uc0c1\ud0dc.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/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": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\ub313\uae00\uc758 \ubd80\ubaa8 \uae00\uc5d0 \ub300\ud55c \ube44\ubc00\ubc88\ud638 (\uae00\uc774 \ube44\ubc00\ubc88\ud638 \ubcf4\ud638\ub420 \uacbd\uc6b0).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "\uc0ac\uc6a9\uc790 \uc624\ube0c\uc81d\ud2b8\uc758 ID. \uae00\uc4f4\uc774\uac00 \uc0ac\uc6a9\uc790\uc778 \uacbd\uc6b0.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc758 \uc774\uba54\uc77c \uc8fc\uc18c.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc758 IP \uc8fc\uc18c.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c \ud45c\uc2dc\uc774\ub984.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uae00\uc4f4\uc774\uc5d0 \ub300\ud55c \uc0ac\uc6a9\uc790 \uc5d0\uc774\uc804\ud2b8.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ucf58\ud150\uce20. \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc5d0 \uc874\uc7ac\ud558\ub294 \uac83\uacfc \uac19\uc74c.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c HTML \ucf58\ud150\uce20. \ud45c\uc2dc\ub97c \uc704\ud574 \ubcc0\ud658\ub428.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ucd5c\uadfc \uc218\uc815\ub41c \ub0a0\uc9dc. \uc0ac\uc774\ud2b8 \ud0c0\uc784\uc874.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uac00 \ubc1c\ud589\ub41c \ub0a0\uc9dc. \uc608: GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc758 \ubd80\ubaa8 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\uad00\ub828 \uae00 \uc624\ube0c\uc81d\ud2b8\uc758 ID.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\uc624\ube0c\uc81d\ud2b8 \uc0c1\ud0dc.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\uba54\ud0c0 \ud544\ub4dc.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\uc624\ube0c\uc81d\ud2b8\uc5d0 \ub300\ud55c \ub3c5\ud2b9\ud55c \uc2dd\ubcc4\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\ud734\uc9c0\ud1b5 \ubb34\uc2dc \ubc0f \uac15\uc81c \uc0ad\uc81c \uc5ec\ubd80.",
                            "required": false
                        },
                        "password": {
                            "description": "\ub313\uae00\uc758 \ubd80\ubaa8 \uae00\uc5d0 \ub300\ud55c \ube44\ubc00\ubc88\ud638 (\uae00\uc774 \ube44\ubc00\ubc88\ud638 \ubcf4\ud638\ub420 \uacbd\uc6b0).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "\uac1d\uccb4 \uc720\ud615\uc758 \ud56d\ubaa9\uc73c\ub85c \uacb0\uacfc\ub97c \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "\ud558\ub098 \uc774\uc0c1\uc758 \uc624\ube0c\uc81d\ud2b8 \uc11c\ube0c\ud0c0\uc785 \ud56d\ubaa9\uc73c\ub85c \uacb0\uacfc\ub97c \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "category",
                                    "post_tag",
                                    "media_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/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": "\ube14\ub85d\uc5d0 \uace0\uc720\ud558\uac8c \ub4f1\ub85d\ud55c \uc774\ub984.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "\ube14\ub85d\uc5d0 \ub300\ud55c \uc18d\uc131.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "\uae00 \ucf58\ud14d\uc2a4\ud2b8 ID.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "\ube14\ub85d \ub124\uc784\uc2a4\ud398\uc774\uc2a4.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/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": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "\ube14\ub85d \ub124\uc784\uc2a4\ud398\uc774\uc2a4.",
                            "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": "\ube14\ub85d \uc774\ub984.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "\ube14\ub85d \ub124\uc784\uc2a4\ud398\uc774\uc2a4.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "description": "\uc0ac\uc774\ud2b8 \ud0c0\uc774\ud2c0.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\uc0ac\uc774\ud2b8 \ud0dc\uadf8\ub77c\uc778.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "description": "\uc0ac\uc774\ud2b8 URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "description": "\uc774 \uc8fc\uc18c\ub294 \uc0c8 \uc0ac\uc6a9\uc790 \uc54c\ub9bc\uacfc \uac19\uc740 \uad00\ub9ac\uc790 \ubaa9\uc801\uc73c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "description": "\uc790\uc2e0\uacfc \uac19\uc740 \ud0c0\uc784\uc874\uc5d0 \uc788\ub294 \ub3c4\uc2dc.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "description": "\ubaa8\ub4e0 \ub0a0\uc9dc \uc2a4\ud2b8\ub9c1\uc5d0 \ub300\ud55c \ub0a0\uc9dc \ud3ec\ub9f7.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "description": "\ubaa8\ub4e0 \uc2dc\uac04 \uc2a4\ud2b8\ub9c1\uc5d0 \ub300\ud55c \uc2dc\uac04 \ud3ec\ub9f7.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "description": "\ud55c\uc8fc\uac00 \uc2dc\uc791\ub418\ub294 \uc8fc\uc758 \uc694\uc77c \uc22b\uc790.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "description": "\uc6cc\ub4dc\ud504\ub808\uc2a4 \ub85c\ucf00\uc77c \ucf54\ub4dc.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "description": "\uac10\uc815\ud45c\uc2dc\ub97c :-)\uc640 :-P\uc744 \uc0ac\uc6a9\ud574 \uadf8\ub798\ud53d\uc73c\ub85c \ubcc0\ud658\ud558\uae30.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "description": "\uae30\ubcf8 \uae00 \uce74\ud14c\uace0\ub9ac.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "description": "\uae30\ubcf8 \uae00 \ud615\uc2dd.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "description": "\ud398\uc774\uc9c0\ub2f9 \ubcf4\uc5ec\uc904 \uae00\uc758 \uc218",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "description": "\uc0c8\ub85c\uc6b4 \uae00\uc5d0\uc11c \ub2e4\ub978 \ube14\ub85c\uadf8\uc5d0\uc11c \uc624\ub294 \ub9c1\ud06c\uc54c\ub9bc(\ud551\ubc31\uc774\ub098 \ud2b8\ub799\ubc31)\uc744 \ud5c8\uc6a9.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "description": "\uc0ac\uc6a9\uc790\uac00 \uc0c8 \uae00\uc5d0 \ub313\uae00\uc744 \ub2ec \uc218 \uc788\ub3c4\ub85d \ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "\ud14c\ub9c8\uac00 \ud558\ub098 \ub610\ub294 \uadf8 \uc774\uc0c1\uc758 \uc0c1\ud0dc\ub97c \uc9c0\uc815\ud558\ub3c4\ub85d \uacb0\uacfc\ubaa8\uc74c\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "\ud14c\ub9c8\uc758 \uc2a4\ud0c0\uc77c\uc2dc\ud2b8. \uc774\uac83\ub294 \ud14c\ub9c8\ub97c \uace0\uc720\ud558\uac8c \uc2dd\ubcc4\ud558\uac8c \ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "\uacb0\uacfc\ub97c \uc2a4\ud2b8\ub9c1\uc5d0 \uc77c\uce58\ud558\ub294 \uac83\uc5d0 \uc81c\ud55c.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\ubd80\uc5ec\ub41c \uc0c1\ud0dc\uac00 \uc788\ub294 \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \uacb0\uacfc\ub97c \uc81c\ud55c.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org \ud50c\ub7ec\uadf8\uc778 \ub514\ub809\ud130\ub9ac \uc2ac\ub7ec\uadf8.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "\ud50c\ub7ec\uadf8\uc778 \ud65c\uc131\ud654 \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/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": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "\ud50c\ub7ec\uadf8\uc778 \ud65c\uc131\ud654 \uc0c1\ud0dc.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\uc694\uccad\uc774 \ub9cc\ub4e4\uc5b4\uc9c0\ub294 \ubc94\uc704. \ubc18\uc751\uc5d0 \uc874\uc7ac\ud558\ub294 \ud544\ub4dc\ub97c \uacb0\uc815.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\ucf5c\ub809\uc158\uc758 \ud604\uc7ac \ud398\uc774\uc9c0.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\uacb0\uacfc \uc138\ud2b8\uc5d0 \ub9ac\ud134\ub418\ub294 \ucd5c\ub300 \uc544\uc774\ud15c \uc218.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "\uac80\uc0c9 \uc6a9\uc5b4\uc640 \uc77c\uce58\ud558\ub294 \ube14\ub85d\uc744 \uacb0\uacfc\ubaa8\uc74c\uc744 \uc81c\ud55c\ud569\ub2c8\ub2e4.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/suzuki-global.com\/ko\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/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:\/\/suzuki-global.com\/ko\/wp-json\/wp-site-health\/v1\/directory-sizes"
                    }
                ]
            }
        }
    },
    "_links": {
        "help": [
            {
                "href": "http:\/\/v2.wp-api.org\/"
            }
        ]
    }
}