{"name":"YVBupdates","description":"YVBの最新ニュースなど","url":"https://www.visityap.com/ja/wp","home":"https://www.visityap.com/wp","gmt_offset":"8","timezone_string":"","page_for_posts":0,"page_on_front":0,"show_on_front":"posts","namespaces":["oembed/1.0","llar/v1","wp/v2","wp-site-health/v1","wp-block-editor/v1","wp-abilities/v1"],"authentication":{"application-passwords":{"endpoints":{"authorization":"https://www.visityap.com/wp/wp-admin/authorize-application.php"}}},"routes":{"/":{"namespace":"","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/"}]}},"/batch/v1":{"namespace":"","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"validation":{"type":"string","enum":["require-all-validate","normal"],"default":"normal","required":false},"requests":{"type":"array","maxItems":25,"items":{"type":"object","properties":{"method":{"type":"string","enum":["POST","PUT","PATCH","DELETE"],"default":"POST"},"path":{"type":"string","required":true},"body":{"type":"object","properties":[],"additionalProperties":true},"headers":{"type":"object","properties":[],"additionalProperties":{"type":["string","array"],"items":{"type":"string"}}}}},"required":true}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/batch/v1"}]}},"/oembed/1.0":{"namespace":"oembed/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"oembed/1.0","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/oembed/1.0"}]}},"/oembed/1.0/embed":{"namespace":"oembed/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"oEmbedデータを取得するリソースのURL。","type":"string","format":"uri","required":true},"format":{"default":"json","required":false},"maxwidth":{"default":600,"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/oembed/1.0/embed"}]}},"/oembed/1.0/proxy":{"namespace":"oembed/1.0","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"oEmbedデータを取得するリソースのURL。","type":"string","format":"uri","required":true},"format":{"description":"使用するoEmbedフォーマット。","type":"string","default":"json","enum":["json","xml"],"required":false},"maxwidth":{"description":"埋め込みフレームの最大幅をピクセル単位で指定する。","type":"integer","default":600,"required":false},"maxheight":{"description":"埋め込みフレームの最大高さをピクセル単位で指定する。","type":"integer","required":false},"discover":{"description":"認可されていないプロバイダーに対してoEmbed discovery requestを実行するかどうか。","type":"boolean","default":true,"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/oembed/1.0/proxy"}]}},"/llar/v1":{"namespace":"llar/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"llar/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/llar/v1"}]}},"/llar/v1/mfa/send-code":{"namespace":"llar/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"token":{"type":"string","required":true},"secret":{"type":"string","required":true},"code":{"type":"string","required":false},"ip":{"type":"string","required":false},"browser":{"type":"string","required":false},"location":{"type":"string","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/llar/v1/mfa/send-code"}]}},"/wp/v2":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp/v2","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2"}]}},"/wp/v2/posts":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"after":{"description":"ISO8601に準拠した日付以降に公開された投稿に限定する。","type":"string","format":"date-time","required":false},"modified_after":{"description":"ISO8601に準拠した日付以降に更新された投稿に限定する。","type":"string","format":"date-time","required":false},"author":{"description":"結果セットを特定の著者に割り当てられた投稿に限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"結果セットが特定の著者に割り当てられた投稿を除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"ISO8601に準拠した日付以前に公開された投稿に限定する。","type":"string","format":"date-time","required":false},"modified_before":{"description":"ISO8601に準拠した日付以前に更新された投稿に限定する。","type":"string","format":"date-time","required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"検索入力の解釈方法","type":"string","enum":["exact"],"required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"コレクションを投稿属性でソートする。","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"検索するカラム名の配列。","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"結果セットを1つ以上の特定のスラッグを持つ投稿に限定する。","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"1つ以上のステータスが割り当てられている投稿に結果セットを限定する。","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"複数のタクソノミ間の関係に基づいて結果セットを制限します。","type":"string","enum":["AND","OR"],"required":false},"categories":{"description":"カテゴリー分類法で割り当てられた特定の用語を持つアイテムに結果セットを限定する。","type":["object","array"],"oneOf":[{"title":"用語IDリスト","description":"リストされたIDで用語をマッチさせる。","type":"array","items":{"type":"integer"}},{"title":"用語IDタクソノミークエリ","description":"高度な用語クエリを実行する。","type":"object","properties":{"terms":{"description":"用語ID。","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"結果セットを制限する用語に子項目を含めるかどうか。","type":"boolean","default":false},"operator":{"description":"項目が指定された条件のすべてまたはいずれかを割り当てられなければならないかどうか。","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"categories_exclude":{"description":"カテゴリー分類学で特定の用語が割り当てられているアイテム以外の結果セットに制限をかけます。","type":["object","array"],"oneOf":[{"title":"用語IDリスト","description":"リストされたIDで用語をマッチさせる。","type":"array","items":{"type":"integer"}},{"title":"用語IDタクソノミークエリ","description":"高度な用語クエリを実行する。","type":"object","properties":{"terms":{"description":"用語ID。","type":"array","items":{"type":"integer"},"default":[]},"include_children":{"description":"結果セットを制限する用語に子項目を含めるかどうか。","type":"boolean","default":false}},"additionalProperties":false}],"required":false},"tags":{"description":"タグタクソノミーで割り当てられた特定の用語を持つアイテムに結果セットを制限する。","type":["object","array"],"oneOf":[{"title":"用語IDリスト","description":"リストされたIDで用語をマッチさせる。","type":"array","items":{"type":"integer"}},{"title":"用語IDタクソノミークエリ","description":"高度な用語クエリを実行する。","type":"object","properties":{"terms":{"description":"用語ID。","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"項目が指定された条件のすべてまたはいずれかを割り当てられなければならないかどうか。","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"tags_exclude":{"description":"タグタクソノミーで特定の用語が割り当てられているアイテム以外の結果セットに制限をかけます。","type":["object","array"],"oneOf":[{"title":"用語IDリスト","description":"リストされたIDで用語をマッチさせる。","type":"array","items":{"type":"integer"}},{"title":"用語IDタクソノミークエリ","description":"高度な用語クエリを実行する。","type":"object","properties":{"terms":{"description":"用語ID。","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false},"sticky":{"description":"結果セットを粘着性のあるアイテムに限定する。","type":"boolean","required":false},"ignore_sticky":{"description":"粘着投稿を無視するかどうか。","type":"boolean","default":true,"required":false},"format":{"description":"1つまたは複数の指定された書式が割り当てられているアイテムに結果セットを制限する。","type":"array","uniqueItems":true,"items":{"enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"ポストのタイプに固有の英数字の識別子。","type":"string","required":false},"status":{"description":"ポストの名前付きステータス。","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"コンテンツと抜粋へのアクセスを保護するパスワード。","type":"string","required":false},"title":{"description":"記事のタイトル","type":"object","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。","type":"string","context":["edit"]},"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"投稿の内容","type":"object","properties":{"raw":{"description":"データベースに存在する投稿の内容。","type":"string","context":["edit"]},"rendered":{"description":"表示用に変換された投稿のHTMLコンテンツ。","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"投稿で使用されるコンテンツブロック形式のバージョン。","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"コンテンツがパスワードで保護されているかどうか。","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"投稿者のID。","type":"integer","required":false},"excerpt":{"description":"記事の抜粋","type":"object","properties":{"raw":{"description":"データベースに存在する投稿の抜粋。","type":"string","context":["edit"]},"rendered":{"description":"表示用に変換された投稿のHTML抜粋。","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"抜粋がパスワードで保護されているかどうか。","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"その投稿の特集メディアのID。","type":"integer","required":false},"comment_status":{"description":"投稿にコメントがあるかどうか。","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"投稿にPingを送信できるかどうか。","type":"string","enum":["open","closed"],"required":false},"format":{"description":"ポストのフォーマット","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"メタフィールド。","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"その投稿を付箋扱いにするかどうか。","type":"boolean","required":false},"template":{"description":"投稿を表示するために使用するテーマファイル。","type":"string","required":false},"categories":{"description":"カテゴリー分類法で投稿に割り当てられた用語。","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"post_tagタクソノミーで投稿に割り当てられた用語。","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/posts"}]}},"/wp/v2/posts/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Override the default excerpt length.","type":"integer","required":false},"password":{"description":"The password for the post if it is password protected.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"The format for the post.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Whether or not the post should be treated as sticky.","type":"boolean","required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"categories":{"description":"The terms assigned to the post in the category taxonomy.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"The terms assigned to the post in the post_tag taxonomy.","type":"array","items":{"type":"integer"},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"/wp/v2/posts/(?P<parent>[\\d]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","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","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"/wp/v2/posts/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"/wp/v2/posts/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"format":{"description":"The format for the post.","type":"string","enum":["standard","aside","chat","gallery","link","image","quote","status","video","audio"],"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"sticky":{"description":"Whether or not the post should be treated as sticky.","type":"boolean","required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"categories":{"description":"The terms assigned to the post in the category taxonomy.","type":"array","items":{"type":"integer"},"required":false},"tags":{"description":"The terms assigned to the post in the post_tag taxonomy.","type":"array","items":{"type":"integer"},"required":false}}}]},"/wp/v2/posts/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/pages":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"after":{"description":"ISO8601に準拠した日付以降に公開された投稿に限定する。","type":"string","format":"date-time","required":false},"modified_after":{"description":"ISO8601に準拠した日付以降に更新された投稿に限定する。","type":"string","format":"date-time","required":false},"author":{"description":"結果セットを特定の著者に割り当てられた投稿に限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"結果セットが特定の著者に割り当てられた投稿を除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"ISO8601に準拠した日付以前に公開された投稿に限定する。","type":"string","format":"date-time","required":false},"modified_before":{"description":"ISO8601に準拠した日付以前に更新された投稿に限定する。","type":"string","format":"date-time","required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"menu_order":{"description":"結果セットを特定の menu_order 値を持つ投稿に限定する。","type":"integer","required":false},"search_semantics":{"description":"検索入力の解釈方法","type":"string","enum":["exact"],"required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"コレクションを投稿属性でソートする。","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"parent":{"description":"特定の親 ID を持つアイテムに結果セットを制限します。","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"結果セットを、特定の親 ID のアイテム以外のすべてのアイテムに制限します。","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"検索するカラム名の配列。","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"結果セットを1つ以上の特定のスラッグを持つ投稿に限定する。","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"1つ以上のステータスが割り当てられている投稿に結果セットを限定する。","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"ポストのタイプに固有の英数字の識別子。","type":"string","required":false},"status":{"description":"ポストの名前付きステータス。","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"コンテンツと抜粋へのアクセスを保護するパスワード。","type":"string","required":false},"parent":{"description":"投稿の親のID。","type":"integer","required":false},"title":{"description":"記事のタイトル","type":"object","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。","type":"string","context":["edit"]},"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"投稿の内容","type":"object","properties":{"raw":{"description":"データベースに存在する投稿の内容。","type":"string","context":["edit"]},"rendered":{"description":"表示用に変換された投稿のHTMLコンテンツ。","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"投稿で使用されるコンテンツブロック形式のバージョン。","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"コンテンツがパスワードで保護されているかどうか。","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"投稿者のID。","type":"integer","required":false},"excerpt":{"description":"記事の抜粋","type":"object","properties":{"raw":{"description":"データベースに存在する投稿の抜粋。","type":"string","context":["edit"]},"rendered":{"description":"表示用に変換された投稿のHTML抜粋。","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"抜粋がパスワードで保護されているかどうか。","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"その投稿の特集メディアのID。","type":"integer","required":false},"comment_status":{"description":"投稿にコメントがあるかどうか。","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"投稿にPingを送信できるかどうか。","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"他のポストとの関係におけるポストの順番。","type":"integer","required":false},"meta":{"description":"メタフィールド。","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"投稿を表示するために使用するテーマファイル。","type":"string","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/pages"}]}},"/wp/v2/pages/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Override the default excerpt length.","type":"integer","required":false},"password":{"description":"The password for the post if it is password protected.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"parent":{"description":"The ID for the parent of the post.","type":"integer","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"The order of the post in relation to other posts.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"/wp/v2/pages/(?P<parent>[\\d]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","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","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"/wp/v2/pages/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"/wp/v2/pages/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"The ID for the parent of the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"menu_order":{"description":"The order of the post in relation to other posts.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}}]},"/wp/v2/pages/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/media":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"after":{"description":"ISO8601に準拠した日付以降に公開された投稿に限定する。","type":"string","format":"date-time","required":false},"modified_after":{"description":"ISO8601に準拠した日付以降に更新された投稿に限定する。","type":"string","format":"date-time","required":false},"author":{"description":"結果セットを特定の著者に割り当てられた投稿に限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"author_exclude":{"description":"結果セットが特定の著者に割り当てられた投稿を除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"before":{"description":"ISO8601に準拠した日付以前に公開された投稿に限定する。","type":"string","format":"date-time","required":false},"modified_before":{"description":"ISO8601に準拠した日付以前に更新された投稿に限定する。","type":"string","format":"date-time","required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"検索入力の解釈方法","type":"string","enum":["exact"],"required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"コレクションを投稿属性でソートする。","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"parent":{"description":"特定の親 ID を持つアイテムに結果セットを制限します。","type":"array","items":{"type":"integer"},"default":[],"required":false},"parent_exclude":{"description":"結果セットを、特定の親 ID のアイテム以外のすべてのアイテムに制限します。","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_columns":{"default":[],"description":"検索するカラム名の配列。","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"結果セットを1つ以上の特定のスラッグを持つ投稿に限定する。","type":"array","items":{"type":"string"},"required":false},"status":{"default":"inherit","description":"1つ以上のステータスが割り当てられている投稿に結果セットを限定する。","type":"array","items":{"enum":["inherit","private","trash"],"type":"string"},"required":false},"media_type":{"default":null,"description":"結果セットを特定のメディアタイプまたはメディアタイプの添付ファイルに制限する。","type":"array","items":{"type":"string","enum":["image","video","text","application","audio"]},"required":false},"mime_type":{"default":null,"description":"結果セットを特定のMIMEタイプまたは複数のMIMEタイプの添付ファイルに制限する。","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"ポストのタイプに固有の英数字の識別子。","type":"string","required":false},"status":{"description":"ポストの名前付きステータス。","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"title":{"description":"記事のタイトル","type":"object","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。","type":"string","context":["edit"]},"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"投稿者のID。","type":"integer","required":false},"featured_media":{"description":"その投稿の特集メディアのID。","type":"integer","required":false},"comment_status":{"description":"投稿にコメントがあるかどうか。","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"投稿にPingを送信できるかどうか。","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"メタフィールド。","type":"object","properties":[],"required":false},"template":{"description":"投稿を表示するために使用するテーマファイル。","type":"string","required":false},"alt_text":{"description":"添付ファイルが表示されない場合に表示される代替テキスト。","type":"string","required":false},"caption":{"description":"添付ファイルのキャプション。","type":"object","properties":{"raw":{"description":"データベースに存在する添付ファイルのキャプション。","type":"string","context":["edit"]},"rendered":{"description":"表示用に変換された添付ファイルの HTML キャプション。","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"アタッチメントの説明。","type":"object","properties":{"raw":{"description":"データベースに存在する添付ファイルの説明。","type":"string","context":["edit"]},"rendered":{"description":"表示用に変換された添付ファイルのHTML記述。","type":"string","context":["view","edit"],"readonly":true}},"required":false},"post":{"description":"添付ファイルの関連ポストのID。","type":"integer","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/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":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"author":{"description":"The ID for the author of the post.","type":"integer","required":false},"featured_media":{"description":"The ID of the featured media for the post.","type":"integer","required":false},"comment_status":{"description":"Whether or not comments are open on the post.","type":"string","enum":["open","closed"],"required":false},"ping_status":{"description":"Whether or not the post can be pinged.","type":"string","enum":["open","closed"],"required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"alt_text":{"description":"Alternative text to display when attachment is not displayed.","type":"string","required":false},"caption":{"description":"The attachment caption.","type":"object","properties":{"raw":{"description":"Caption for the attachment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML caption for the attachment, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"The attachment description.","type":"object","properties":{"raw":{"description":"Description for the attachment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML description for the attachment, transformed for display.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"post":{"description":"The ID for the associated post of the attachment.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"/wp/v2/media/(?P<id>[\\d]+)/post-process":{"namespace":"wp/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"Unique identifier for the attachment.","type":"integer","required":false},"action":{"type":"string","enum":["create-image-subsizes"],"required":true}}}]},"/wp/v2/media/(?P<id>[\\d]+)/edit":{"namespace":"wp/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"src":{"description":"URL to the edited image file.","type":"string","format":"uri","required":true},"modifiers":{"description":"Array of image edits.","type":"array","minItems":1,"items":{"description":"Image edit.","type":"object","required":["type","args"],"oneOf":[{"title":"Flip","properties":{"type":{"description":"Flip type.","type":"string","enum":["flip"]},"args":{"description":"Flip arguments.","type":"object","required":["flip"],"properties":{"flip":{"description":"Flip direction.","type":"object","required":["horizontal","vertical"],"properties":{"horizontal":{"description":"Whether to flip in the horizontal direction.","type":"boolean"},"vertical":{"description":"Whether to flip in the vertical direction.","type":"boolean"}}}}}}},{"title":"Rotation","properties":{"type":{"description":"Rotation type.","type":"string","enum":["rotate"]},"args":{"description":"Rotation arguments.","type":"object","required":["angle"],"properties":{"angle":{"description":"Angle to rotate clockwise in degrees.","type":"number"}}}}},{"title":"Crop","properties":{"type":{"description":"Crop type.","type":"string","enum":["crop"]},"args":{"description":"Crop arguments.","type":"object","required":["left","top","width","height"],"properties":{"left":{"description":"Horizontal position from the left to begin the crop as a percentage of the image width.","type":"number"},"top":{"description":"Vertical position from the top to begin the crop as a percentage of the image height.","type":"number"},"width":{"description":"Width of the crop as a percentage of the image width.","type":"number"},"height":{"description":"Height of the crop as a percentage of the image height.","type":"number"}}}}}]},"required":false},"rotation":{"description":"The amount to rotate the image clockwise in degrees. DEPRECATED: Use `modifiers` instead.","type":"integer","minimum":0,"exclusiveMinimum":true,"maximum":360,"exclusiveMaximum":true,"required":false},"x":{"description":"As a percentage of the image, the x position to start the crop from. DEPRECATED: Use `modifiers` instead.","type":"number","minimum":0,"maximum":100,"required":false},"y":{"description":"As a percentage of the image, the y position to start the crop from. DEPRECATED: Use `modifiers` instead.","type":"number","minimum":0,"maximum":100,"required":false},"width":{"description":"As a percentage of the image, the width to crop the image to. DEPRECATED: Use `modifiers` instead.","type":"number","minimum":0,"maximum":100,"required":false},"height":{"description":"As a percentage of the image, the height to crop the image to. DEPRECATED: Use `modifiers` instead.","type":"number","minimum":0,"maximum":100,"required":false},"caption":{"description":"The attachment caption.","type":"object","properties":{"raw":{"description":"Caption for the attachment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML caption for the attachment, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"The attachment description.","type":"object","properties":{"raw":{"description":"Description for the attachment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML description for the attachment, transformed for display.","type":"string","context":["view","edit"],"readonly":true}},"required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"post":{"description":"The ID for the associated post of the attachment.","type":"integer","required":false},"alt_text":{"description":"Alternative text to display when attachment is not displayed.","type":"string","required":false}}}]},"/wp/v2/menu-items":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":100,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"after":{"description":"ISO8601に準拠した日付以降に公開された投稿に限定する。","type":"string","format":"date-time","required":false},"modified_after":{"description":"ISO8601に準拠した日付以降に更新された投稿に限定する。","type":"string","format":"date-time","required":false},"before":{"description":"ISO8601に準拠した日付以前に公開された投稿に限定する。","type":"string","format":"date-time","required":false},"modified_before":{"description":"ISO8601に準拠した日付以前に更新された投稿に限定する。","type":"string","format":"date-time","required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"検索入力の解釈方法","type":"string","enum":["exact"],"required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"オブジェクトの属性でコレクションをソートする。","type":"string","default":"menu_order","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","menu_order"],"required":false},"search_columns":{"default":[],"description":"検索するカラム名の配列。","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"結果セットを1つ以上の特定のスラッグを持つ投稿に限定する。","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"1つ以上のステータスが割り当てられている投稿に結果セットを限定する。","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"複数のタクソノミ間の関係に基づいて結果セットを制限します。","type":"string","enum":["AND","OR"],"required":false},"menus":{"description":"メニュータクソノミーで割り当てられた特定の用語を持つアイテムに結果セットを限定する。","type":["object","array"],"oneOf":[{"title":"用語IDリスト","description":"リストされたIDで用語をマッチさせる。","type":"array","items":{"type":"integer"}},{"title":"用語IDタクソノミークエリ","description":"高度な用語クエリを実行する。","type":"object","properties":{"terms":{"description":"用語ID。","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"項目が指定された条件のすべてまたはいずれかを割り当てられなければならないかどうか。","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"menus_exclude":{"description":"メニュー・タクソノミーで特定の用語が割り当てられているアイテム以外の結果セットを制限する。","type":["object","array"],"oneOf":[{"title":"用語IDリスト","description":"リストされたIDで用語をマッチさせる。","type":"array","items":{"type":"integer"}},{"title":"用語IDタクソノミークエリ","description":"高度な用語クエリを実行する。","type":"object","properties":{"terms":{"description":"用語ID。","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false},"menu_order":{"description":"結果セットを特定の menu_order 値を持つ投稿に限定する。","type":"integer","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"title":{"description":"オブジェクトのタイトル。","type":["string","object"],"properties":{"raw":{"description":"データベースに存在するオブジェクトのタイトル。","type":"string","context":["edit"]},"rendered":{"description":"表示用に変換されたオブジェクトのHTMLタイトル。","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"default":"custom","description":"post_type \"や \"taxonomy \"のように、元々表現されていたオブジェクトのファミリー。","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"default":"publish","description":"オブジェクトの名前付きステータス。","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"parent":{"default":0,"description":"オブジェクトの親のID。","type":"integer","minimum":0,"required":false},"attr_title":{"description":"このメニュー項目の link 要素の title 属性のテキスト。","type":"string","required":false},"classes":{"description":"link 要素のクラス名。","type":"array","items":{"type":"string"},"required":false},"description":{"description":"このメニュー項目の説明。","type":"string","required":false},"menu_order":{"default":1,"description":"このアイテムのメニューの親となる nav_menu_item の DB ID。","type":"integer","minimum":1,"required":false},"object":{"description":"カテゴリー\"、\"投稿\"、\"添付ファイル \"など、元々表現されていたオブジェクトのタイプ。","type":"string","required":false},"object_id":{"default":0,"description":"このメニュー項目が表す元のオブジェクトのデータベースID。例えば、postsのIDやcategoriesのterm_idなど。","type":"integer","minimum":0,"required":false},"target":{"description":"link 要素の target 属性。","type":"string","enum":["_blank",""],"required":false},"url":{"description":"このメニュー項目が指すURL。","type":"string","format":"uri","required":false},"xfn":{"description":"このメニュー項目のリンクで表現されるXFN関係。","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"nav_menuタクソノミーのオブジェクトに割り当てられた用語。","type":"integer","required":false},"meta":{"description":"メタフィールド。","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/menu-items"}]}},"/wp/v2/menu-items/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"title":{"description":"The title for the object.","type":["string","object"],"properties":{"raw":{"description":"Title for the object, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the object, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"description":"The family of objects originally represented, such as \"post_type\" or \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"description":"A named status for the object.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"parent":{"description":"The ID for the parent of the object.","type":"integer","minimum":0,"required":false},"attr_title":{"description":"Text for the title attribute of the link element for this menu item.","type":"string","required":false},"classes":{"description":"Class names for the link element of this menu item.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"The description of this menu item.","type":"string","required":false},"menu_order":{"description":"The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.","type":"integer","minimum":1,"required":false},"object":{"description":"The type of object originally represented, such as \"category\", \"post\", or \"attachment\".","type":"string","required":false},"object_id":{"description":"The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.","type":"integer","minimum":0,"required":false},"target":{"description":"The target attribute of the link element for this menu item.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"The URL to which this menu item points.","type":"string","format":"uri","required":false},"xfn":{"description":"The XFN relationship expressed in the link of this menu item.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"The terms assigned to the object in the nav_menu taxonomy.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"/wp/v2/menu-items/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"The ID for the parent of the object.","type":"integer","minimum":0,"required":false},"title":{"description":"The title for the object.","type":["string","object"],"properties":{"raw":{"description":"Title for the object, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML title for the object, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"type":{"description":"The family of objects originally represented, such as \"post_type\" or \"taxonomy\".","type":"string","enum":["taxonomy","post_type","post_type_archive","custom"],"required":false},"status":{"description":"A named status for the object.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"attr_title":{"description":"Text for the title attribute of the link element for this menu item.","type":"string","required":false},"classes":{"description":"Class names for the link element of this menu item.","type":"array","items":{"type":"string"},"required":false},"description":{"description":"The description of this menu item.","type":"string","required":false},"menu_order":{"description":"The DB ID of the nav_menu_item that is this item's menu parent, if any, otherwise 0.","type":"integer","minimum":1,"required":false},"object":{"description":"The type of object originally represented, such as \"category\", \"post\", or \"attachment\".","type":"string","required":false},"object_id":{"description":"The database ID of the original object this menu item represents, for example the ID for posts or the term_id for categories.","type":"integer","minimum":0,"required":false},"target":{"description":"The target attribute of the link element for this menu item.","type":"string","enum":["_blank",""],"required":false},"url":{"description":"The URL to which this menu item points.","type":"string","format":"uri","required":false},"xfn":{"description":"The XFN relationship expressed in the link of this menu item.","type":"array","items":{"type":"string"},"required":false},"menus":{"description":"The terms assigned to the object in the nav_menu taxonomy.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}}]},"/wp/v2/menu-items/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/blocks":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"after":{"description":"ISO8601に準拠した日付以降に公開された投稿に限定する。","type":"string","format":"date-time","required":false},"modified_after":{"description":"ISO8601に準拠した日付以降に更新された投稿に限定する。","type":"string","format":"date-time","required":false},"before":{"description":"ISO8601に準拠した日付以前に公開された投稿に限定する。","type":"string","format":"date-time","required":false},"modified_before":{"description":"ISO8601に準拠した日付以前に更新された投稿に限定する。","type":"string","format":"date-time","required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"検索入力の解釈方法","type":"string","enum":["exact"],"required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"コレクションを投稿属性でソートする。","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"検索するカラム名の配列。","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"結果セットを1つ以上の特定のスラッグを持つ投稿に限定する。","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"1つ以上のステータスが割り当てられている投稿に結果セットを限定する。","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false},"tax_relation":{"description":"複数のタクソノミ間の関係に基づいて結果セットを制限します。","type":"string","enum":["AND","OR"],"required":false},"wp_pattern_category":{"description":"wp_pattern_categoryタクソノミで割り当てられた特定の用語を持つアイテムに結果セットを制限する。","type":["object","array"],"oneOf":[{"title":"用語IDリスト","description":"リストされたIDで用語をマッチさせる。","type":"array","items":{"type":"integer"}},{"title":"用語IDタクソノミークエリ","description":"高度な用語クエリを実行する。","type":"object","properties":{"terms":{"description":"用語ID。","type":"array","items":{"type":"integer"},"default":[]},"operator":{"description":"項目が指定された条件のすべてまたはいずれかを割り当てられなければならないかどうか。","type":"string","enum":["AND","OR"],"default":"OR"}},"additionalProperties":false}],"required":false},"wp_pattern_category_exclude":{"description":"wp_pattern_categoryタクソノミで割り当てられた特定の用語以外のアイテムに結果セットを制限する。","type":["object","array"],"oneOf":[{"title":"用語IDリスト","description":"リストされたIDで用語をマッチさせる。","type":"array","items":{"type":"integer"}},{"title":"用語IDタクソノミークエリ","description":"高度な用語クエリを実行する。","type":"object","properties":{"terms":{"description":"用語ID。","type":"array","items":{"type":"integer"},"default":[]}},"additionalProperties":false}],"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"ポストのタイプに固有の英数字の識別子。","type":"string","required":false},"status":{"description":"ポストの名前付きステータス。","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"コンテンツと抜粋へのアクセスを保護するパスワード。","type":"string","required":false},"title":{"description":"記事のタイトル","type":"object","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"投稿の内容","type":"object","properties":{"raw":{"description":"データベースに存在する投稿の内容。","type":"string","context":["view","edit"]},"block_version":{"description":"投稿で使用されるコンテンツブロック形式のバージョン。","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"コンテンツがパスワードで保護されているかどうか。","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"記事の抜粋","type":"object","properties":{"raw":{"description":"データベースに存在する投稿の抜粋。","type":"string","context":["edit"]},"rendered":{"description":"表示用に変換された投稿のHTML抜粋。","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"抜粋がパスワードで保護されているかどうか。","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"メタフィールド。","type":"object","properties":{"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"投稿を表示するために使用するテーマファイル。","type":"string","required":false},"wp_pattern_category":{"description":"wp_pattern_categoryタクソノミーの中で投稿に割り当てられた用語。","type":"array","items":{"type":"integer"},"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/blocks"}]}},"/wp/v2/blocks/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"excerpt_length":{"description":"Override the default excerpt length.","type":"integer","required":false},"password":{"description":"The password for the post if it is password protected.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"wp_pattern_category":{"description":"The terms assigned to the post in the wp_pattern_category taxonomy.","type":"array","items":{"type":"integer"},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"/wp/v2/blocks/(?P<parent>[\\d]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","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","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"/wp/v2/blocks/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"/wp/v2/blocks/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["view","edit"]}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"excerpt":{"description":"The excerpt for the post.","type":"object","properties":{"raw":{"description":"Excerpt for the post, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML excerpt for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"protected":{"description":"Whether the excerpt is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"wp_pattern_sync_status":{"type":"string","title":"","description":"","default":"","enum":["partial","unsynced"]},"footnotes":{"type":"string","title":"","description":"","default":""}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false},"wp_pattern_category":{"description":"The terms assigned to the post in the wp_pattern_category taxonomy.","type":"array","items":{"type":"integer"},"required":false}}}]},"/wp/v2/blocks/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/templates/(?P<parent>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","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","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"/wp/v2/templates/(?P<parent>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"/wp/v2/templates/(?P<id>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"slug":{"description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Theme identifier for the template.","type":"string","required":false},"type":{"description":"Type of template.","type":"string","required":false},"content":{"description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Description of template.","type":"string","required":false},"status":{"description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"The ID for the author of the template.","type":"integer","required":false}}}]},"/wp/v2/templates/(?P<parent>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/templates":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"wp_id":{"description":"指定した投稿IDに制限する。","type":"integer","required":false},"area":{"description":"指定されたテンプレート・パート領域に制限する。","type":"string","required":false},"post_type":{"description":"テンプレートを取得する投稿タイプ","type":"string","required":false}}},{"methods":["POST"],"args":{"slug":{"description":"テンプレートを識別するユニークなスラッグ。","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":true},"theme":{"description":"テンプレートのテーマ識別子。","type":"string","required":false},"type":{"description":"テンプレートの種類","type":"string","required":false},"content":{"default":"","description":"テンプレートの内容","type":["object","string"],"properties":{"raw":{"description":"データベースに存在するテンプレートの内容。","type":"string","context":["view","edit"]},"block_version":{"description":"テンプレートが使用するコンテンツブロック形式のバージョン。","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"default":"","description":"テンプレートのタイトル","type":["object","string"],"properties":{"raw":{"description":"データベースに存在するテンプレートのタイトル。","type":"string","context":["view","edit","embed"]},"rendered":{"description":"表示用に変換されたテンプレートのHTMLタイトル。","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"default":"","description":"テンプレートの説明","type":"string","required":false},"status":{"default":"publish","description":"テンプレートのステータス。","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"テンプレートの作者のID。","type":"integer","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/templates"}]}},"/wp/v2/templates/lookup":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"のフォールバックを取得するテンプレートのスラッグ。","type":"string","required":true},"is_custom":{"description":"テンプレートがカスタムであるか、テンプレート階層の一部であるかを示す。","type":"boolean","required":false},"template_prefix":{"description":"作成されるテンプレートの接頭辞。例えば `taxonomy-books` では `taxonomy` を抽出します。","type":"string","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/templates/lookup"}]}},"/wp/v2/templates/(?P<id>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"slug":{"description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Theme identifier for the template.","type":"string","required":false},"type":{"description":"Type of template.","type":"string","required":false},"content":{"description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Description of template.","type":"string","required":false},"status":{"description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"The ID for the author of the template.","type":"integer","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"/wp/v2/template-parts/(?P<parent>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","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","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"/wp/v2/template-parts/(?P<parent>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"/wp/v2/template-parts/(?P<id>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"slug":{"description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Theme identifier for the template.","type":"string","required":false},"type":{"description":"Type of template.","type":"string","required":false},"content":{"description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Description of template.","type":"string","required":false},"status":{"description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"The ID for the author of the template.","type":"integer","required":false},"area":{"description":"Where the template part is intended for use (header, footer, etc.)","type":"string","required":false}}}]},"/wp/v2/template-parts/(?P<parent>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The id of a template","type":"string","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/template-parts":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"wp_id":{"description":"指定した投稿IDに制限する。","type":"integer","required":false},"area":{"description":"指定されたテンプレート・パート領域に制限する。","type":"string","required":false},"post_type":{"description":"テンプレートを取得する投稿タイプ","type":"string","required":false}}},{"methods":["POST"],"args":{"slug":{"description":"テンプレートを識別するユニークなスラッグ。","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":true},"theme":{"description":"テンプレートのテーマ識別子。","type":"string","required":false},"type":{"description":"テンプレートの種類","type":"string","required":false},"content":{"default":"","description":"テンプレートの内容","type":["object","string"],"properties":{"raw":{"description":"データベースに存在するテンプレートの内容。","type":"string","context":["view","edit"]},"block_version":{"description":"テンプレートが使用するコンテンツブロック形式のバージョン。","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"default":"","description":"テンプレートのタイトル","type":["object","string"],"properties":{"raw":{"description":"データベースに存在するテンプレートのタイトル。","type":"string","context":["view","edit","embed"]},"rendered":{"description":"表示用に変換されたテンプレートのHTMLタイトル。","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"default":"","description":"テンプレートの説明","type":"string","required":false},"status":{"default":"publish","description":"テンプレートのステータス。","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"テンプレートの作者のID。","type":"integer","required":false},"area":{"description":"テンプレートパーツの使用場所（ヘッダー、フッターなど）","type":"string","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/template-parts"}]}},"/wp/v2/template-parts/lookup":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"のフォールバックを取得するテンプレートのスラッグ。","type":"string","required":true},"is_custom":{"description":"テンプレートがカスタムであるか、テンプレート階層の一部であるかを示す。","type":"boolean","required":false},"template_prefix":{"description":"作成されるテンプレートの接頭辞。例えば `taxonomy-books` では `taxonomy` を抽出します。","type":"string","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/template-parts/lookup"}]}},"/wp/v2/template-parts/(?P<id>([^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)[\\/\\w%-]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"slug":{"description":"Unique slug identifying the template.","type":"string","minLength":1,"pattern":"[a-zA-Z0-9_\\%-]+","required":false},"theme":{"description":"Theme identifier for the template.","type":"string","required":false},"type":{"description":"Type of template.","type":"string","required":false},"content":{"description":"Content of template.","type":["object","string"],"properties":{"raw":{"description":"Content for the template, as it exists in the database.","type":"string","context":["view","edit"]},"block_version":{"description":"Version of the content block format used by the template.","type":"integer","context":["edit"],"readonly":true}},"required":false},"title":{"description":"Title of template.","type":["object","string"],"properties":{"raw":{"description":"Title for the template, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the template, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"description":{"description":"Description of template.","type":"string","required":false},"status":{"description":"Status of template.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"author":{"description":"The ID for the author of the template.","type":"integer","required":false},"area":{"description":"Where the template part is intended for use (header, footer, etc.)","type":"string","required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"The id of a template","type":"string","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"/wp/v2/global-styles/(?P<parent>[\\d]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","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","minimum":1,"maximum":100,"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false}}}]},"/wp/v2/global-styles/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the global styles revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the global styles revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/global-styles/themes/(?P<stylesheet>[\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)/variations":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"stylesheet":{"description":"The theme identifier","type":"string","required":false}}}]},"/wp/v2/global-styles/themes/(?P<stylesheet>[^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"stylesheet":{"description":"The theme identifier","type":"string","required":false}}}]},"/wp/v2/global-styles/(?P<id>[\\/\\d+]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":false},"args":{"id":{"description":"ID of global styles config.","type":"integer","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":false},"args":{"styles":{"description":"Global styles.","type":["object"],"required":false},"settings":{"description":"Global settings.","type":["object"],"required":false},"title":{"description":"Title of the global styles variation.","type":["object","string"],"properties":{"raw":{"description":"Title for the global styles variation, as it exists in the database.","type":"string","context":["view","edit","embed"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false}}}]},"/wp/v2/navigation":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"after":{"description":"ISO8601に準拠した日付以降に公開された投稿に限定する。","type":"string","format":"date-time","required":false},"modified_after":{"description":"ISO8601に準拠した日付以降に更新された投稿に限定する。","type":"string","format":"date-time","required":false},"before":{"description":"ISO8601に準拠した日付以前に公開された投稿に限定する。","type":"string","format":"date-time","required":false},"modified_before":{"description":"ISO8601に準拠した日付以前に更新された投稿に限定する。","type":"string","format":"date-time","required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"検索入力の解釈方法","type":"string","enum":["exact"],"required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"コレクションを投稿属性でソートする。","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title"],"required":false},"search_columns":{"default":[],"description":"検索するカラム名の配列。","type":"array","items":{"enum":["post_title","post_content","post_excerpt"],"type":"string"},"required":false},"slug":{"description":"結果セットを1つ以上の特定のスラッグを持つ投稿に限定する。","type":"array","items":{"type":"string"},"required":false},"status":{"default":"publish","description":"1つ以上のステータスが割り当てられている投稿に結果セットを限定する。","type":"array","items":{"enum":["publish","future","draft","pending","private","trash","auto-draft","inherit","request-pending","request-confirmed","request-failed","request-completed","any"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"ポストのタイプに固有の英数字の識別子。","type":"string","required":false},"status":{"description":"ポストの名前付きステータス。","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"コンテンツと抜粋へのアクセスを保護するパスワード。","type":"string","required":false},"title":{"description":"記事のタイトル","type":"object","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。","type":"string","context":["edit","embed"]},"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"投稿の内容","type":"object","properties":{"raw":{"description":"データベースに存在する投稿の内容。","type":"string","context":["edit","embed"]},"rendered":{"description":"表示用に変換された投稿のHTMLコンテンツ。","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"投稿で使用されるコンテンツブロック形式のバージョン。","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"コンテンツがパスワードで保護されているかどうか。","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"投稿を表示するために使用するテーマファイル。","type":"string","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/navigation"}]}},"/wp/v2/navigation/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"The password for the post if it is password protected.","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"/wp/v2/navigation/(?P<parent>[\\d]+)/revisions":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","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","minimum":1,"maximum":100,"required":false},"search":{"description":"Limit results to those matching a string.","type":"string","required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by object attribute.","type":"string","default":"date","enum":["date","id","include","relevance","slug","include_slugs","title"],"required":false}}}]},"/wp/v2/navigation/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"parent":{"description":"The ID for the parent of the revision.","type":"integer","required":false},"id":{"description":"Unique identifier for the revision.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as revisions do not support trashing.","required":false}}}]},"/wp/v2/navigation/(?P<id>[\\d]+)/autosaves":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"date":{"description":"The date the post was published, in the site's timezone.","type":["string","null"],"format":"date-time","required":false},"date_gmt":{"description":"The date the post was published, as GMT.","type":["string","null"],"format":"date-time","required":false},"slug":{"description":"An alphanumeric identifier for the post unique to its type.","type":"string","required":false},"status":{"description":"A named status for the post.","type":"string","enum":["publish","future","draft","pending","private"],"required":false},"password":{"description":"A password to protect access to the content and excerpt.","type":"string","required":false},"title":{"description":"The title for the post.","type":"object","properties":{"raw":{"description":"Title for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML title for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"content":{"description":"The content for the post.","type":"object","properties":{"raw":{"description":"Content for the post, as it exists in the database.","type":"string","context":["edit","embed"]},"rendered":{"description":"HTML content for the post, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true},"block_version":{"description":"Version of the content block format used by the post.","type":"integer","context":["edit","embed"],"readonly":true},"protected":{"description":"Whether the content is protected with a password.","type":"boolean","context":["view","edit","embed"],"readonly":true}},"required":false},"template":{"description":"The theme file to use to display the post.","type":"string","required":false}}}]},"/wp/v2/navigation/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"parent":{"description":"The ID for the parent of the autosave.","type":"integer","required":false},"id":{"description":"The ID for the autosave.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/font-families":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"検索入力の解釈方法","type":"string","enum":["exact"],"required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"コレクションを投稿属性でソートする。","type":"string","default":"id","enum":["id","include"],"required":false},"slug":{"description":"結果セットを1つ以上の特定のスラッグを持つ投稿に限定する。","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"args":{"theme_json_version":{"description":"組版設定に使用するtheme.jsonスキーマのバージョン。","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_family_settings":{"description":"font-family 宣言を theme.json 形式で、文字列としてエンコードしたもの。","type":"string","required":true}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/font-families"}]}},"/wp/v2/font-families/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"theme_json_version":{"description":"Version of the theme.json schema used for the typography settings.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_family_settings":{"description":"font-family declaration in theme.json format, encoded as a string.","type":"string","required":true}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the post.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"/wp/v2/font-families/(?P<font_family_id>[\\d]+)/font-faces":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"font_family_id":{"description":"The ID for the parent font family of the font face.","type":"integer","required":true},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","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":100,"required":false},"exclude":{"description":"Ensure result set excludes specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"Limit result set to specific IDs.","type":"array","items":{"type":"integer"},"default":[],"required":false},"search_semantics":{"description":"How to interpret the search input.","type":"string","enum":["exact"],"required":false},"offset":{"description":"Offset the result set by a specific number of items.","type":"integer","required":false},"order":{"description":"Order sort attribute ascending or descending.","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"Sort collection by post attribute.","type":"string","default":"id","enum":["id","include"],"required":false}}},{"methods":["POST"],"args":{"font_family_id":{"description":"The ID for the parent font family of the font face.","type":"integer","required":true},"theme_json_version":{"description":"Version of the theme.json schema used for the typography settings.","type":"integer","default":3,"minimum":2,"maximum":3,"required":false},"font_face_settings":{"description":"font-face declaration in theme.json format, encoded as a string.","type":"string","required":true}}}]},"/wp/v2/font-families/(?P<font_family_id>[\\d]+)/font-faces/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","DELETE"],"endpoints":[{"methods":["GET"],"args":{"font_family_id":{"description":"The ID for the parent font family of the font face.","type":"integer","required":true},"id":{"description":"Unique identifier for the font face.","type":"integer","required":true},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["DELETE"],"args":{"font_family_id":{"description":"The ID for the parent font family of the font face.","type":"integer","required":true},"id":{"description":"Unique identifier for the font face.","type":"integer","required":true},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false}}}]},"/wp/v2/types":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/types"}]}},"/wp/v2/types/(?P<type>[\\w-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"type":{"description":"An alphanumeric identifier for the post type.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/statuses":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/statuses"}]}},"/wp/v2/statuses/(?P<status>[\\w-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"status":{"description":"An alphanumeric identifier for the status.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/taxonomies":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"type":{"description":"特定の投稿タイプに関連するタクソノミに結果を限定します。","type":"string","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/taxonomies"}]}},"/wp/v2/taxonomies/(?P<taxonomy>[\\w-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"taxonomy":{"description":"An alphanumeric identifier for the taxonomy.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/categories":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"用語属性でコレクションをソートする。","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"投稿に割り当てられていない用語を非表示にするかどうか。","type":"boolean","default":false,"required":false},"parent":{"description":"結果セットを特定の親に割り当てられている用語に限定する。","type":"integer","required":false},"post":{"description":"結果セットを特定の投稿に割り当てられた用語に限定する。","type":"integer","default":null,"required":false},"slug":{"description":"結果セットを1つ以上の特定のスラッグを持つ用語に限定する。","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"用語のHTML記述。","type":"string","required":false},"name":{"description":"用語のHTMLタイトル。","type":"string","required":true},"slug":{"description":"そのタイプに固有の用語の英数字識別子。","type":"string","required":false},"parent":{"description":"親の用語ID。","type":"integer","required":false},"meta":{"description":"メタフィールド。","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/categories"}]}},"/wp/v2/categories/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the term unique to its type.","type":"string","required":false},"parent":{"description":"The parent term ID.","type":"integer","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing.","required":false}}}]},"/wp/v2/tags":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"用語属性でコレクションをソートする。","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"投稿に割り当てられていない用語を非表示にするかどうか。","type":"boolean","default":false,"required":false},"post":{"description":"結果セットを特定の投稿に割り当てられた用語に限定する。","type":"integer","default":null,"required":false},"slug":{"description":"結果セットを1つ以上の特定のスラッグを持つ用語に限定する。","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"用語のHTML記述。","type":"string","required":false},"name":{"description":"用語のHTMLタイトル。","type":"string","required":true},"slug":{"description":"そのタイプに固有の用語の英数字識別子。","type":"string","required":false},"meta":{"description":"メタフィールド。","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/tags"}]}},"/wp/v2/tags/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the term unique to its type.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing.","required":false}}}]},"/wp/v2/menus":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"用語属性でコレクションをソートする。","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"投稿に割り当てられていない用語を非表示にするかどうか。","type":"boolean","default":false,"required":false},"post":{"description":"結果セットを特定の投稿に割り当てられた用語に限定する。","type":"integer","default":null,"required":false},"slug":{"description":"結果セットを1つ以上の特定のスラッグを持つ用語に限定する。","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"用語のHTML記述。","type":"string","required":false},"name":{"description":"用語のHTMLタイトル。","type":"string","required":true},"slug":{"description":"そのタイプに固有の用語の英数字識別子。","type":"string","required":false},"meta":{"description":"メタフィールド。","type":"object","properties":[],"required":false},"locations":{"description":"メニューに割り当てられた場所。","type":"array","items":{"type":"string"},"required":false},"auto_add":{"description":"このメニューにトップレベルのページを自動的に追加するかどうか。","type":"boolean","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/menus"}]}},"/wp/v2/menus/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the term unique to its type.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false},"locations":{"description":"The locations assigned to the menu.","type":"array","items":{"type":"string"},"required":false},"auto_add":{"description":"Whether to automatically add top level pages to this menu.","type":"boolean","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing.","required":false}}}]},"/wp/v2/wp_pattern_category":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"asc","enum":["asc","desc"],"required":false},"orderby":{"description":"用語属性でコレクションをソートする。","type":"string","default":"name","enum":["id","include","name","slug","include_slugs","term_group","description","count"],"required":false},"hide_empty":{"description":"投稿に割り当てられていない用語を非表示にするかどうか。","type":"boolean","default":false,"required":false},"post":{"description":"結果セットを特定の投稿に割り当てられた用語に限定する。","type":"integer","default":null,"required":false},"slug":{"description":"結果セットを1つ以上の特定のスラッグを持つ用語に限定する。","type":"array","items":{"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"description":{"description":"用語のHTML記述。","type":"string","required":false},"name":{"description":"用語のHTMLタイトル。","type":"string","required":true},"slug":{"description":"そのタイプに固有の用語の英数字識別子。","type":"string","required":false},"meta":{"description":"メタフィールド。","type":"object","properties":[],"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/wp_pattern_category"}]}},"/wp/v2/wp_pattern_category/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"description":{"description":"HTML description of the term.","type":"string","required":false},"name":{"description":"HTML title for the term.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the term unique to its type.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":[],"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the term.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as terms do not support trashing.","required":false}}}]},"/wp/v2/users":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"default":"asc","description":"ソート属性の昇順または降順。","enum":["asc","desc"],"type":"string","required":false},"orderby":{"default":"name","description":"コレクションをユーザー属性でソートする。","enum":["id","include","name","registered_date","slug","include_slugs","email","url"],"type":"string","required":false},"slug":{"description":"1つ以上の特定のスラッグを持つユーザーに結果セットを制限する。","type":"array","items":{"type":"string"},"required":false},"roles":{"description":"指定された少なくとも1つの特定のロールにマッチするユーザに結果セットを制限します。csvリストまたは単一のロールを受け付けます。","type":"array","items":{"type":"string"},"required":false},"capabilities":{"description":"指定された少なくとも1つの特定のケイパビリティに一致するユーザに結果セットを制限します。csvリストまたは単一のケーパビリティを受け付けます。","type":"array","items":{"type":"string"},"required":false},"who":{"description":"結果セットを著者とみなされるユーザーに限定する。","type":"string","enum":["authors"],"required":false},"has_published_posts":{"description":"結果セットを投稿を公開したユーザーに限定する。","type":["boolean","array"],"items":{"type":"string","enum":{"post":"post","page":"page","attachment":"attachment","nav_menu_item":"nav_menu_item","wp_block":"wp_block","wp_template":"wp_template","wp_template_part":"wp_template_part","wp_global_styles":"wp_global_styles","wp_navigation":"wp_navigation","wp_font_family":"wp_font_family","wp_font_face":"wp_font_face"}},"required":false},"search_columns":{"default":[],"description":"検索するカラム名の配列。","type":"array","items":{"enum":["email","name","id","username","slug"],"type":"string"},"required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"username":{"description":"ユーザーのログイン名。","type":"string","required":true},"name":{"description":"ユーザーの表示名。","type":"string","required":false},"first_name":{"description":"ユーザーのファーストネーム。","type":"string","required":false},"last_name":{"description":"ユーザーの姓。","type":"string","required":false},"email":{"description":"ユーザーのメールアドレス。","type":"string","format":"email","required":true},"url":{"description":"ユーザーのURL。","type":"string","format":"uri","required":false},"description":{"description":"ユーザーの説明","type":"string","required":false},"locale":{"description":"ユーザーのロケール。","type":"string","enum":["","en_US"],"required":false},"nickname":{"description":"ユーザーのニックネーム。","type":"string","required":false},"slug":{"description":"ユーザーの英数字の識別子。","type":"string","required":false},"roles":{"description":"ユーザーに割り当てられた役割。","type":"array","items":{"type":"string"},"required":false},"password":{"description":"ユーザーのパスワード（決して含まれない）。","type":"string","required":true},"meta":{"description":"メタフィールド。","type":"object","properties":{"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"環境設定が更新された日時。","type":"string","format":"date-time","readonly":false}},"additionalProperties":true}},"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/users"}]}},"/wp/v2/users/(?P<id>[\\d]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the user.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the user.","type":"integer","required":false},"username":{"description":"Login name for the user.","type":"string","required":false},"name":{"description":"Display name for the user.","type":"string","required":false},"first_name":{"description":"First name for the user.","type":"string","required":false},"last_name":{"description":"Last name for the user.","type":"string","required":false},"email":{"description":"The email address for the user.","type":"string","format":"email","required":false},"url":{"description":"URL of the user.","type":"string","format":"uri","required":false},"description":{"description":"Description of the user.","type":"string","required":false},"locale":{"description":"Locale for the user.","type":"string","enum":["","en_US"],"required":false},"nickname":{"description":"The nickname for the user.","type":"string","required":false},"slug":{"description":"An alphanumeric identifier for the user.","type":"string","required":false},"roles":{"description":"Roles assigned to the user.","type":"array","items":{"type":"string"},"required":false},"password":{"description":"Password for the user (never included).","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"The date and time the preferences were updated.","type":"string","format":"date-time","readonly":false}},"additionalProperties":true}},"required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the user.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Required to be true, as users do not support trashing.","required":false},"reassign":{"type":"integer","description":"Reassign the deleted user's posts and links to this user ID.","required":true}}}]},"/wp/v2/users/me":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"username":{"description":"ユーザーのログイン名。","type":"string","required":false},"name":{"description":"ユーザーの表示名。","type":"string","required":false},"first_name":{"description":"ユーザーのファーストネーム。","type":"string","required":false},"last_name":{"description":"ユーザーの姓。","type":"string","required":false},"email":{"description":"ユーザーのメールアドレス。","type":"string","format":"email","required":false},"url":{"description":"ユーザーのURL。","type":"string","format":"uri","required":false},"description":{"description":"ユーザーの説明","type":"string","required":false},"locale":{"description":"ユーザーのロケール。","type":"string","enum":["","en_US"],"required":false},"nickname":{"description":"ユーザーのニックネーム。","type":"string","required":false},"slug":{"description":"ユーザーの英数字の識別子。","type":"string","required":false},"roles":{"description":"ユーザーに割り当てられた役割。","type":"array","items":{"type":"string"},"required":false},"password":{"description":"ユーザーのパスワード（決して含まれない）。","type":"string","required":false},"meta":{"description":"メタフィールド。","type":"object","properties":{"persisted_preferences":{"type":"object","title":"","description":"","default":[],"context":["edit"],"properties":{"_modified":{"description":"環境設定が更新された日時。","type":"string","format":"date-time","readonly":false}},"additionalProperties":true}},"required":false}}},{"methods":["DELETE"],"args":{"force":{"type":"boolean","default":false,"description":"ユーザーがゴミ箱に入れることをサポートしていないため、trueである必要がある。","required":false},"reassign":{"type":"integer","description":"削除されたユーザーの投稿とリンクをこのユーザーIDに再割り当てします。","required":true}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/users/me"}]}},"/wp/v2/users/(?P<user_id>(?:[\\d]+|me))/application-passwords":{"namespace":"wp/v2","methods":["GET","POST","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST"],"args":{"app_id":{"description":"A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.","type":"string","oneOf":[{"type":"string","format":"uuid"},{"type":"string","enum":[""]}],"required":false},"name":{"description":"The name of the application password.","type":"string","minLength":1,"pattern":".*\\S.*","required":true}}},{"methods":["DELETE"],"args":[]}]},"/wp/v2/users/(?P<user_id>(?:[\\d]+|me))/application-passwords/introspect":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/users/(?P<user_id>(?:[\\d]+|me))/application-passwords/(?P<uuid>[\\w\\-]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"app_id":{"description":"A UUID provided by the application to uniquely identify it. It is recommended to use an UUID v5 with the URL or DNS namespace.","type":"string","oneOf":[{"type":"string","format":"uuid"},{"type":"string","enum":[""]}],"required":false},"name":{"description":"The name of the application password.","type":"string","minLength":1,"pattern":".*\\S.*","required":false}}},{"methods":["DELETE"],"args":[]}]},"/wp/v2/comments":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"after":{"description":"ISO8601に準拠した日付以降に発表されたコメントに限定する。","type":"string","format":"date-time","required":false},"author":{"description":"結果セットを特定のユーザーIDに割り当てられたコメントに限定する。認証が必要です。","type":"array","items":{"type":"integer"},"required":false},"author_exclude":{"description":"結果セットが特定のユーザーIDに割り当てられたコメントを除外していることを確認します。認証が必要です。","type":"array","items":{"type":"integer"},"required":false},"author_email":{"default":null,"description":"結果セットを特定の著者の電子メールからのものに制限する。認証が必要です。","format":"email","type":"string","required":false},"before":{"description":"ISO8601に準拠した日付以前に発表されたコメントに限定して回答する。","type":"string","format":"date-time","required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"コメント属性でコレクションをソートする。","type":"string","default":"date_gmt","enum":["date","date_gmt","id","include","post","parent","type"],"required":false},"parent":{"default":[],"description":"結果セットを特定の親IDのコメントに限定する。","type":"array","items":{"type":"integer"},"required":false},"parent_exclude":{"default":[],"description":"結果セットが特定の親 ID を除外していることを確認します。","type":"array","items":{"type":"integer"},"required":false},"post":{"default":[],"description":"結果セットを特定の投稿IDに割り当てられたコメントに限定する。","type":"array","items":{"type":"integer"},"required":false},"status":{"default":"approve","description":"結果セットを特定のステータスを割り当てられたコメントに限定する。認証が必要です。","type":"string","required":false},"type":{"default":"comment","description":"特定のタイプのコメントに結果セットを限定する。認証が必要です。","type":"string","required":false},"password":{"description":"投稿がパスワードで保護されている場合は、そのパスワード。","type":"string","required":false}}},{"methods":["POST"],"args":{"author":{"description":"authorがユーザーである場合の、ユーザーオブジェクトのID。","type":"integer","required":false},"author_email":{"description":"コメント投稿者のメールアドレス","type":"string","format":"email","required":false},"author_ip":{"description":"コメント作成者のIPアドレス。","type":"string","format":"ip","required":false},"author_name":{"description":"コメント作成者の表示名。","type":"string","required":false},"author_url":{"description":"コメント作成者のURL。","type":"string","format":"uri","required":false},"author_user_agent":{"description":"コメント作成者のユーザーエージェント。","type":"string","required":false},"content":{"description":"コメントの内容","type":"object","properties":{"raw":{"description":"データベースに存在するコメントの内容。","type":"string","context":["edit"]},"rendered":{"description":"表示用に変換されたコメントのHTMLコンテンツ。","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"date":{"description":"コメントが公開された日付（サイトのタイムゾーン）。","type":"string","format":"date-time","required":false},"date_gmt":{"description":"コメントが公表された日付（グリニッジ標準時）。","type":"string","format":"date-time","required":false},"parent":{"default":0,"description":"コメントの親のID。","type":"integer","required":false},"post":{"default":0,"description":"関連する投稿オブジェクトのID。","type":"integer","required":false},"status":{"description":"コメントの状態","type":"string","required":false},"meta":{"description":"メタフィールド。","type":"object","properties":{"_wp_note_status":{"type":"string","title":"","description":"注記の解決状況","default":"","enum":["resolved","reopen"]}},"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/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":"Unique identifier for the comment.","type":"integer","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"password":{"description":"The password for the parent post of the comment (if the post is password protected).","type":"string","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"description":"Unique identifier for the comment.","type":"integer","required":false},"author":{"description":"The ID of the user object, if author was a user.","type":"integer","required":false},"author_email":{"description":"Email address for the comment author.","type":"string","format":"email","required":false},"author_ip":{"description":"IP address for the comment author.","type":"string","format":"ip","required":false},"author_name":{"description":"Display name for the comment author.","type":"string","required":false},"author_url":{"description":"URL for the comment author.","type":"string","format":"uri","required":false},"author_user_agent":{"description":"User agent for the comment author.","type":"string","required":false},"content":{"description":"The content for the comment.","type":"object","properties":{"raw":{"description":"Content for the comment, as it exists in the database.","type":"string","context":["edit"]},"rendered":{"description":"HTML content for the comment, transformed for display.","type":"string","context":["view","edit","embed"],"readonly":true}},"required":false},"date":{"description":"The date the comment was published, in the site's timezone.","type":"string","format":"date-time","required":false},"date_gmt":{"description":"The date the comment was published, as GMT.","type":"string","format":"date-time","required":false},"parent":{"description":"The ID for the parent of the comment.","type":"integer","required":false},"post":{"description":"The ID of the associated post object.","type":"integer","required":false},"status":{"description":"State of the comment.","type":"string","required":false},"meta":{"description":"Meta fields.","type":"object","properties":{"_wp_note_status":{"type":"string","title":"","description":"Note resolution status","default":"","enum":["resolved","reopen"]}},"required":false}}},{"methods":["DELETE"],"args":{"id":{"description":"Unique identifier for the comment.","type":"integer","required":false},"force":{"type":"boolean","default":false,"description":"Whether to bypass Trash and force deletion.","required":false},"password":{"description":"The password for the parent post of the comment (if the post is password protected).","type":"string","required":false}}}]},"/wp/v2/search":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"type":{"default":"post","description":"結果をオブジェクト・タイプのアイテムに限定する。","type":"string","enum":["post","term","post-format"],"required":false},"subtype":{"default":"any","description":"1つまたは複数のオブジェクトのサブタイプのアイテムに結果を制限します。","type":"array","items":{"enum":["post","page","category","post_tag","any"],"type":"string"},"required":false},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。","type":"array","items":{"type":"integer"},"default":[],"required":false},"include":{"description":"結果セットを特定のIDに限定する。","type":"array","items":{"type":"integer"},"default":[],"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/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":"Unique registered name for the block.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["edit"],"default":"view","required":false},"attributes":{"description":"Attributes for the block.","type":"object","default":[],"required":false},"post_id":{"description":"ID of the post context.","type":"integer","required":false}}}]},"/wp/v2/block-types":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"namespace":{"description":"ブロックの名前空間。","type":"string","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/block-types"}]}},"/wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"namespace":{"description":"Block namespace.","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":"Block name.","type":"string","required":false},"namespace":{"description":"Block namespace.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/settings":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":[]},{"methods":["POST","PUT","PATCH"],"args":{"title":{"title":"タイトル","description":"サイトのタイトル","type":"string","required":false},"description":{"title":"タグライン","description":"サイトのキャッチフレーズ","type":"string","required":false},"url":{"title":"","description":"サイトのURL","type":"string","format":"uri","required":false},"email":{"title":"","description":"このアドレスは、新規ユーザーの通知など、管理目的に使用されます。","type":"string","format":"email","required":false},"timezone":{"title":"","description":"あなたと同じタイムゾーンの都市。","type":"string","required":false},"date_format":{"title":"","description":"すべての日付文字列の日付書式。","type":"string","required":false},"time_format":{"title":"","description":"すべての時間文字列のための時間フォーマット。","type":"string","required":false},"start_of_week":{"title":"","description":"週を開始する曜日番号。","type":"integer","required":false},"language":{"title":"","description":"WordPressのロケールコード。","type":"string","required":false},"use_smilies":{"title":"","description":"や:-Pなどの顔文字をグラフィックに変換して表示します。","type":"boolean","required":false},"default_category":{"title":"","description":"デフォルトの投稿カテゴリー。","type":"integer","required":false},"default_post_format":{"title":"","description":"デフォルトの投稿フォーマット。","type":"string","required":false},"posts_per_page":{"title":"ページあたりの最大投稿数","description":"ブログのページが表示されるのがせいぜいだ。","type":"integer","required":false},"show_on_front":{"title":"正面に表示","description":"フロントページに何を表示するか","type":"string","required":false},"page_on_front":{"title":"フロントページ","description":"フロントページに表示されるべきページのID","type":"integer","required":false},"page_for_posts":{"title":"","description":"最新の投稿を表示するページのID","type":"integer","required":false},"default_ping_status":{"title":"","description":"新着記事への他のブログからのリンク通知（ピンバックやトラックバック）を許可する。","type":"string","enum":["open","closed"],"required":false},"default_comment_status":{"title":"新しい記事へのコメントを許可する","description":"新しい投稿にコメントを投稿できるようにする。","type":"string","enum":["open","closed"],"required":false},"site_logo":{"title":"ロゴ","description":"サイトロゴ。","type":"integer","required":false},"site_icon":{"title":"アイコン","description":"サイトのアイコン","type":"integer","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/settings"}]}},"/wp/v2/themes":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"status":{"description":"1つまたは複数のステータスが割り当てられているテーマに結果セットを限定する。","type":"array","items":{"enum":["active","inactive"],"type":"string"},"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/themes"}]}},"/wp/v2/themes/(?P<stylesheet>[^\\/:<>\\*\\?\"\\|]+(?:\\/[^\\/:<>\\*\\?\"\\|]+)?)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"stylesheet":{"description":"The theme's stylesheet. This uniquely identifies the theme.","type":"string","required":false}}}]},"/wp/v2/plugins":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","required":false},"status":{"description":"与えられたステータスを持つプラグインに結果を制限する。","type":"array","items":{"type":"string","enum":["inactive","active"]},"required":false}}},{"methods":["POST"],"args":{"slug":{"type":"string","description":"WordPress.orgのプラグインディレクトリのスラッグ。","pattern":"[\\w\\-]+","required":true},"status":{"description":"プラグインの有効化ステータス。","type":"string","enum":["inactive","active"],"default":"inactive","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/plugins"}]}},"/wp/v2/plugins/(?P<plugin>[^.\\/]+(?:\\/[^.\\/]+)?)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\/]+(?:\\/[^.\\/]+)?","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\/]+(?:\\/[^.\\/]+)?","required":false},"status":{"description":"The plugin activation status.","type":"string","enum":["inactive","active"],"required":false}}},{"methods":["DELETE"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"plugin":{"type":"string","pattern":"[^.\\/]+(?:\\/[^.\\/]+)?","required":false}}}]},"/wp/v2/sidebars":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/sidebars"}]}},"/wp/v2/sidebars/(?P<id>[\\w-]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"The id of a registered sidebar","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"args":{"widgets":{"description":"Nested widgets.","type":"array","items":{"type":["object","string"]},"required":false}}}]},"/wp/v2/widget-types":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/widget-types"}]}},"/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"id":{"description":"The widget type id.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)/encode":{"namespace":"wp/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"The widget type id.","type":"string","required":true},"instance":{"description":"Current instance settings of the widget.","type":"object","required":false},"form_data":{"description":"Serialized widget form data to encode into instance settings.","type":"string","required":false}}}]},"/wp/v2/widget-types/(?P<id>[a-zA-Z0-9_-]+)/render":{"namespace":"wp/v2","methods":["POST"],"endpoints":[{"methods":["POST"],"args":{"id":{"description":"The widget type id.","type":"string","required":true},"instance":{"description":"Current instance settings of the widget.","type":"object","required":false}}}]},"/wp/v2/widgets":{"namespace":"wp/v2","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"sidebar":{"description":"ウィジェットを返すサイドバー。","type":"string","required":false}}},{"methods":["POST"],"allow_batch":{"v1":true},"args":{"id":{"description":"ウィジェットの一意識別子。","type":"string","required":false},"id_base":{"description":"ウィジェットのタイプ。widget-typesエンドポイントのIDに対応します。","type":"string","required":false},"sidebar":{"default":"wp_inactive_widgets","description":"ウィジェットが属するサイドバー。","type":"string","required":true},"instance":{"description":"サポートされている場合、ウィジェットのインスタンス設定。","type":"object","properties":{"encoded":{"description":"インスタンス設定のBase64エンコード表現。","type":"string","context":["edit"]},"hash":{"description":"インスタンス設定の暗号化ハッシュ。","type":"string","context":["edit"]},"raw":{"description":"サポートされている場合は、エンコードされていないインスタンス設定。","type":"object","context":["edit"]}},"required":false},"form_data":{"description":"ウィジェット管理フォームからのURLエンコードされたフォームデータ。インスタンスをサポートしていないウィジェットを更新するために使用します。書き込み専用。","type":"string","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/widgets"}]}},"/wp/v2/widgets/(?P<id>[\\w\\-]+)":{"namespace":"wp/v2","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"allow_batch":{"v1":true},"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}},{"methods":["POST","PUT","PATCH"],"allow_batch":{"v1":true},"args":{"id":{"description":"Unique identifier for the widget.","type":"string","required":false},"id_base":{"description":"The type of the widget. Corresponds to ID in widget-types endpoint.","type":"string","required":false},"sidebar":{"description":"The sidebar the widget belongs to.","type":"string","required":false},"instance":{"description":"Instance settings of the widget, if supported.","type":"object","properties":{"encoded":{"description":"Base64 encoded representation of the instance settings.","type":"string","context":["edit"]},"hash":{"description":"Cryptographic hash of the instance settings.","type":"string","context":["edit"]},"raw":{"description":"Unencoded instance settings, if supported.","type":"object","context":["edit"]}},"required":false},"form_data":{"description":"URL-encoded form data from the widget admin form. Used to update a widget that does not support instance. Write only.","type":"string","required":false}}},{"methods":["DELETE"],"allow_batch":{"v1":true},"args":{"force":{"description":"Whether to force removal of the widget, or move it to the inactive sidebar.","type":"boolean","required":false}}}]},"/wp/v2/block-directory/search":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false},"term":{"description":"検索語に一致するブロックに結果セットを限定する。","type":"string","minLength":1,"required":true}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/block-directory/search"}]}},"/wp/v2/pattern-directory/patterns":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":100,"minimum":1,"maximum":100,"required":false},"search":{"description":"文字列にマッチする結果に限定する。","type":"string","minLength":1,"required":false},"category":{"description":"カテゴリーIDに一致するものに結果を限定する。","type":"integer","minimum":1,"required":false},"keyword":{"description":"キーワードIDに一致するものに結果を限定する。","type":"integer","minimum":1,"required":false},"slug":{"description":"パターン(スラッグ)に一致するものに結果を限定する。","type":"array","required":false},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。","type":"integer","required":false},"order":{"description":"ソート属性の昇順または降順。","type":"string","default":"desc","enum":["asc","desc"],"required":false},"orderby":{"description":"コレクションを投稿属性でソートする。","type":"string","default":"date","enum":["author","date","id","include","modified","parent","relevance","slug","include_slugs","title","favorite_count"],"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/pattern-directory/patterns"}]}},"/wp/v2/block-patterns/patterns":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/block-patterns/patterns"}]}},"/wp/v2/block-patterns/categories":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/block-patterns/categories"}]}},"/wp-site-health/v1":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-site-health/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-site-health/v1"}]}},"/wp-site-health/v1/tests/background-updates":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-site-health/v1/tests/background-updates"}]}},"/wp-site-health/v1/tests/loopback-requests":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-site-health/v1/tests/loopback-requests"}]}},"/wp-site-health/v1/tests/https-status":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-site-health/v1/tests/https-status"}]}},"/wp-site-health/v1/tests/dotorg-communication":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-site-health/v1/tests/dotorg-communication"}]}},"/wp-site-health/v1/tests/authorization-header":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-site-health/v1/tests/authorization-header"}]}},"/wp-site-health/v1/directory-sizes":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-site-health/v1/directory-sizes"}]}},"/wp-site-health/v1/tests/page-cache":{"namespace":"wp-site-health/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-site-health/v1/tests/page-cache"}]}},"/wp-block-editor/v1":{"namespace":"wp-block-editor/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-block-editor/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-block-editor/v1"}]}},"/wp-block-editor/v1/url-details":{"namespace":"wp-block-editor/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"url":{"description":"処理するURL。","type":"string","format":"uri","required":true}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-block-editor/v1/url-details"}]}},"/wp/v2/menu-locations":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/menu-locations"}]}},"/wp/v2/menu-locations/(?P<location>[\\w-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"location":{"description":"An alphanumeric identifier for the menu location.","type":"string","required":false},"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp-block-editor/v1/export":{"namespace":"wp-block-editor/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-block-editor/v1/export"}]}},"/wp-block-editor/v1/navigation-fallback":{"namespace":"wp-block-editor/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-block-editor/v1/navigation-fallback"}]}},"/wp/v2/font-collections":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":10,"minimum":1,"maximum":100,"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp/v2/font-collections"}]}},"/wp/v2/font-collections/(?P<slug>[\\/\\w-]+)":{"namespace":"wp/v2","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"Scope under which the request is made; determines fields present in response.","type":"string","enum":["view","embed","edit"],"default":"view","required":false}}}]},"/wp-abilities/v1":{"namespace":"wp-abilities/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"wp-abilities/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-abilities/v1"}]}},"/wp-abilities/v1/categories":{"namespace":"wp-abilities/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":50,"minimum":1,"maximum":100,"required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-abilities/v1/categories"}]}},"/wp-abilities/v1/categories/(?P<slug>[a-z0-9]+(?:-[a-z0-9]+)*)":{"namespace":"wp-abilities/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"slug":{"description":"Unique identifier for the ability category.","type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$","required":false}}}]},"/wp-abilities/v1/abilities/(?P<name>[a-zA-Z0-9\\-\\/]+?)/run":{"namespace":"wp-abilities/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET","POST","PUT","PATCH","DELETE"],"args":{"name":{"description":"Unique identifier for the ability.","type":"string","pattern":"^[a-zA-Z0-9\\-\\/]+$","required":false},"input":{"description":"Input parameters for the ability execution.","type":["integer","number","boolean","string","array","object","null"],"default":null,"required":false}}}]},"/wp-abilities/v1/abilities":{"namespace":"wp-abilities/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。","type":"string","enum":["view","embed","edit"],"default":"view","required":false},"page":{"description":"コレクションの現在のページ。","type":"integer","default":1,"minimum":1,"required":false},"per_page":{"description":"結果セットに返される項目の最大数。","type":"integer","default":50,"minimum":1,"maximum":100,"required":false},"category":{"description":"結果を特定の能力カテゴリの能力に限定する。","type":"string","required":false}}}],"_links":{"self":[{"href":"https://www.visityap.com/wp/wp-json/wp-abilities/v1/abilities"}]}},"/wp-abilities/v1/abilities/(?P<name>[a-zA-Z0-9\\-\\/]+)":{"namespace":"wp-abilities/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"name":{"description":"Unique identifier for the ability.","type":"string","pattern":"^[a-zA-Z0-9\\-\\/]+$","required":false}}}]},"/wp/v2/menu-items/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"投稿の一意識別子。"}}},"1":{"args":{"url":{"description":"このメニュー項目が指すURL。","type":"string","format":"uri","required":false},"meta":{"description":"メタフィールド。"},"id":{"description":"投稿の一意識別子。"},"title":{"description":"オブジェクトのタイトル。","properties":{"raw":{"description":"データベースに存在するオブジェクトのタイトル。"},"rendered":{"description":"表示用に変換されたオブジェクトのHTMLタイトル。"}}},"type":{"description":"post_type \"や \"taxonomy \"のように、元々表現されていたオブジェクトのファミリー。"},"status":{"description":"オブジェクトの名前付きステータス。"},"parent":{"description":"オブジェクトの親のID。"},"attr_title":{"description":"このメニュー項目の link 要素の title 属性のテキスト。"},"classes":{"description":"link 要素のクラス名。"},"description":{"description":"このメニュー項目の説明。"},"menu_order":{"description":"このアイテムのメニューの親となる nav_menu_item の DB ID。"},"object":{"description":"カテゴリー\"、\"投稿\"、\"添付ファイル \"など、元々表現されていたオブジェクトのタイプ。"},"object_id":{"description":"このメニュー項目が表す元のオブジェクトのデータベースID。例えば、postsのIDやcategoriesのterm_idなど。"},"target":{"description":"link 要素の target 属性。"},"xfn":{"description":"このメニュー項目のリンクで表現されるXFN関係。"},"menus":{"description":"nav_menuタクソノミーのオブジェクトに割り当てられた用語。"}}},"2":{"args":{"id":{"description":"投稿の一意識別子。"},"force":{"description":"ゴミ箱をバイパスして強制的に削除するかどうか。"}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"オートセーブの親のID。"}}},"1":{"args":{"url":{"description":"このメニュー項目が指すURL。","type":"string","format":"uri","required":false},"meta":{"description":"メタフィールド。"},"title":{"description":"オブジェクトのタイトル。","properties":{"raw":{"description":"データベースに存在するオブジェクトのタイトル。"},"rendered":{"description":"表示用に変換されたオブジェクトのHTMLタイトル。"}}},"type":{"description":"post_type \"や \"taxonomy \"のように、元々表現されていたオブジェクトのファミリー。"},"status":{"description":"オブジェクトの名前付きステータス。"},"parent":{"description":"オブジェクトの親のID。"},"attr_title":{"description":"このメニュー項目の link 要素の title 属性のテキスト。"},"classes":{"description":"link 要素のクラス名。"},"description":{"description":"このメニュー項目の説明。"},"menu_order":{"description":"このアイテムのメニューの親となる nav_menu_item の DB ID。"},"object":{"description":"カテゴリー\"、\"投稿\"、\"添付ファイル \"など、元々表現されていたオブジェクトのタイプ。"},"object_id":{"description":"このメニュー項目が表す元のオブジェクトのデータベースID。例えば、postsのIDやcategoriesのterm_idなど。"},"target":{"description":"link 要素の target 属性。"},"xfn":{"description":"このメニュー項目のリンクで表現されるXFN関係。"},"menus":{"description":"nav_menuタクソノミーのオブジェクトに割り当てられた用語。"}}}}}},"/wp/v2/users/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"ユーザー固有の識別子。"}}},"1":{"args":{"url":{"description":"ユーザーのURL。","type":"string","format":"uri","required":false},"meta":{"description":"メタフィールド。","properties":{"persisted_preferences":{"properties":{"_modified":{"description":"環境設定が更新された日時。"}}}}},"username":{"description":"ユーザーのログイン名。"},"name":{"description":"ユーザーの表示名。"},"first_name":{"description":"ユーザーのファーストネーム。"},"last_name":{"description":"ユーザーの姓。"},"email":{"description":"ユーザーのメールアドレス。"},"description":{"description":"ユーザーの説明"},"locale":{"description":"ユーザーのロケール。"},"nickname":{"description":"ユーザーのニックネーム。"},"slug":{"description":"ユーザーの英数字の識別子。"},"roles":{"description":"ユーザーに割り当てられた役割。"},"password":{"description":"ユーザーのパスワード（決して含まれない）。"},"id":{"description":"ユーザー固有の識別子。"}}},"2":{"args":{"id":{"description":"ユーザー固有の識別子。"},"force":{"description":"ユーザーがゴミ箱に入れることをサポートしていないため、trueである必要がある。"},"reassign":{"description":"削除されたユーザーの投稿とリンクをこのユーザーIDに再割り当てします。"}}}}}},"/wp/v2/media/(?P<id>":{"\\d+)/edit":{"endpoints":{"0":{"args":{"modifiers":{"items":{"oneOf":{"0":{"title":"ひっくり返す","properties":{"type":{"description":"フリップタイプ。"},"args":{"description":"引数を反転させる。","properties":{"flip":{"description":"反転方向。","properties":{"horizontal":{"description":"水平方向に反転するかどうか。"},"vertical":{"description":"垂直方向に反転するかどうか。"}}}}}}},"1":{"title":"ローテーション","properties":{"type":{"description":"回転タイプ。"},"args":{"description":"ローテーションの議論。","properties":{"angle":{"description":"時計回りに回転させる角度。"}}}}},"2":{"title":"作物","properties":{"type":{"description":"作物の種類"},"args":{"description":"農作物の議論","properties":{"left":{"description":"画像の幅に対するパーセンテージで、切り出しを開始する左からの水平位置。"},"top":{"description":"画像の高さに対する割合で、切り抜き開始位置を上から垂直方向に指定する。"},"width":{"description":"画像の幅に対する切り抜き幅の割合。"},"height":{"description":"画像の高さに対するクロップの高さの割合。"}}}}}},"description":"画像編集"},"description":"画像編集の配列。"},"title":{"description":"記事のタイトル","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。"},"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。"}}},"alt_text":{"description":"添付ファイルが表示されない場合に表示される代替テキスト。"},"caption":{"description":"添付ファイルのキャプション。","properties":{"raw":{"description":"データベースに存在する添付ファイルのキャプション。"},"rendered":{"description":"表示用に変換された添付ファイルの HTML キャプション。"}}},"description":{"description":"アタッチメントの説明。","properties":{"raw":{"description":"データベースに存在する添付ファイルの説明。"},"rendered":{"description":"表示用に変換された添付ファイルのHTML記述。"}}},"post":{"description":"添付ファイルの関連ポストのID。"},"src":{"description":"編集した画像ファイルのURL。"},"rotation":{"description":"画像を時計回りに回転させる量を度単位で指定する。廃止予定：代わりに `modifiers` を使用する。"},"x":{"description":"画像に対するパーセンテージで、切り出しを開始する x 位置。廃止予定：代わりに `modifiers` を使用する。"},"y":{"description":"画像に対するパーセンテージで、切り出しを開始する y 位置。廃止予定：代わりに `modifiers` を使用する。"},"width":{"description":"画像に対するパーセンテージで、画像を切り抜く幅を指定する。廃止予定：代わりに `modifiers` を使用する。"},"height":{"description":"画像に対するパーセンテージで、画像を切り抜く高さを指定する。廃止予定：代わりに `modifiers` を使用する。"}}}}},"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"投稿の一意識別子。"}}},"1":{"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。"},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。"},"slug":{"description":"ポストのタイプに固有の英数字の識別子。"},"status":{"description":"ポストの名前付きステータス。"},"title":{"description":"記事のタイトル","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。"},"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。"}}},"author":{"description":"投稿者のID。"},"featured_media":{"description":"その投稿の特集メディアのID。"},"comment_status":{"description":"投稿にコメントがあるかどうか。"},"ping_status":{"description":"投稿にPingを送信できるかどうか。"},"meta":{"description":"メタフィールド。"},"template":{"description":"投稿を表示するために使用するテーマファイル。"},"id":{"description":"投稿の一意識別子。"},"alt_text":{"description":"添付ファイルが表示されない場合に表示される代替テキスト。"},"caption":{"description":"添付ファイルのキャプション。","properties":{"raw":{"description":"データベースに存在する添付ファイルのキャプション。"},"rendered":{"description":"表示用に変換された添付ファイルの HTML キャプション。"}}},"description":{"description":"アタッチメントの説明。","properties":{"raw":{"description":"データベースに存在する添付ファイルの説明。"},"rendered":{"description":"表示用に変換された添付ファイルのHTML記述。"}}},"post":{"description":"添付ファイルの関連ポストのID。"}}},"2":{"args":{"id":{"description":"投稿の一意識別子。"},"force":{"description":"ゴミ箱をバイパスして強制的に削除するかどうか。"}}}}},"\\d+)/post-process":{"endpoints":{"0":{"args":{"id":{"description":"添付ファイルの一意な識別子。"}}}}}},"/wp/v2/posts/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"投稿の一意識別子。"},"excerpt_length":{"description":"デフォルトの抜粋の長さを上書きする。"},"password":{"description":"投稿がパスワードで保護されている場合は、そのパスワード。"}}},"1":{"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。"},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。"},"slug":{"description":"ポストのタイプに固有の英数字の識別子。"},"status":{"description":"ポストの名前付きステータス。"},"password":{"description":"コンテンツと抜粋へのアクセスを保護するパスワード。"},"title":{"description":"記事のタイトル","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。"},"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。"}}},"content":{"description":"投稿の内容","properties":{"raw":{"description":"データベースに存在する投稿の内容。"},"rendered":{"description":"表示用に変換された投稿のHTMLコンテンツ。"},"block_version":{"description":"投稿で使用されるコンテンツブロック形式のバージョン。"},"protected":{"description":"コンテンツがパスワードで保護されているかどうか。"}}},"author":{"description":"投稿者のID。"},"excerpt":{"description":"記事の抜粋","properties":{"raw":{"description":"データベースに存在する投稿の抜粋。"},"rendered":{"description":"表示用に変換された投稿のHTML抜粋。"},"protected":{"description":"抜粋がパスワードで保護されているかどうか。"}}},"featured_media":{"description":"その投稿の特集メディアのID。"},"comment_status":{"description":"投稿にコメントがあるかどうか。"},"ping_status":{"description":"投稿にPingを送信できるかどうか。"},"format":{"description":"ポストのフォーマット"},"meta":{"description":"メタフィールド。"},"sticky":{"description":"その投稿を付箋扱いにするかどうか。"},"template":{"description":"投稿を表示するために使用するテーマファイル。"},"categories":{"description":"カテゴリー分類法で投稿に割り当てられた用語。"},"tags":{"description":"post_tagタクソノミーで投稿に割り当てられた用語。"},"id":{"description":"投稿の一意識別子。"}}},"2":{"args":{"id":{"description":"投稿の一意識別子。"},"force":{"description":"ゴミ箱をバイパスして強制的に削除するかどうか。"}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"オートセーブの親のID。"}}},"1":{"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。"},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。"},"slug":{"description":"ポストのタイプに固有の英数字の識別子。"},"status":{"description":"ポストの名前付きステータス。"},"password":{"description":"コンテンツと抜粋へのアクセスを保護するパスワード。"},"title":{"description":"記事のタイトル","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。"},"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。"}}},"content":{"description":"投稿の内容","properties":{"raw":{"description":"データベースに存在する投稿の内容。"},"rendered":{"description":"表示用に変換された投稿のHTMLコンテンツ。"},"block_version":{"description":"投稿で使用されるコンテンツブロック形式のバージョン。"},"protected":{"description":"コンテンツがパスワードで保護されているかどうか。"}}},"author":{"description":"投稿者のID。"},"excerpt":{"description":"記事の抜粋","properties":{"raw":{"description":"データベースに存在する投稿の抜粋。"},"rendered":{"description":"表示用に変換された投稿のHTML抜粋。"},"protected":{"description":"抜粋がパスワードで保護されているかどうか。"}}},"featured_media":{"description":"その投稿の特集メディアのID。"},"comment_status":{"description":"投稿にコメントがあるかどうか。"},"ping_status":{"description":"投稿にPingを送信できるかどうか。"},"format":{"description":"ポストのフォーマット"},"meta":{"description":"メタフィールド。"},"sticky":{"description":"その投稿を付箋扱いにするかどうか。"},"template":{"description":"投稿を表示するために使用するテーマファイル。"},"categories":{"description":"カテゴリー分類法で投稿に割り当てられた用語。"},"tags":{"description":"post_tagタクソノミーで投稿に割り当てられた用語。"},"parent":{"description":"オートセーブの親のID。"}}}}}},"/wp/v2/posts/(?P<parent>":{"\\d+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"page":{"description":"コレクションの現在のページ。"},"per_page":{"description":"結果セットに返される項目の最大数。"},"search":{"description":"文字列にマッチする結果に限定する。"},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。"},"include":{"description":"結果セットを特定のIDに限定する。"},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。"},"order":{"description":"ソート属性の昇順または降順。"},"parent":{"description":"リビジョンの親のID。"},"orderby":{"description":"オブジェクトの属性でコレクションをソートする。"}}}}},"\\d+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"リビジョンの親のID。"},"id":{"description":"リビジョンの一意識別子。"}}},"1":{"args":{"parent":{"description":"リビジョンの親のID。"},"id":{"description":"リビジョンの一意識別子。"},"force":{"description":"リビジョンはトラッシングをサポートしていないため、trueである必要がある。"}}}}}},"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"オートセーブの親のID。"},"id":{"description":"オートセーブのID。"}}}}}}},"/wp/v2/pages/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"投稿の一意識別子。"},"excerpt_length":{"description":"デフォルトの抜粋の長さを上書きする。"},"password":{"description":"投稿がパスワードで保護されている場合は、そのパスワード。"}}},"1":{"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。"},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。"},"slug":{"description":"ポストのタイプに固有の英数字の識別子。"},"status":{"description":"ポストの名前付きステータス。"},"password":{"description":"コンテンツと抜粋へのアクセスを保護するパスワード。"},"title":{"description":"記事のタイトル","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。"},"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。"}}},"content":{"description":"投稿の内容","properties":{"raw":{"description":"データベースに存在する投稿の内容。"},"rendered":{"description":"表示用に変換された投稿のHTMLコンテンツ。"},"block_version":{"description":"投稿で使用されるコンテンツブロック形式のバージョン。"},"protected":{"description":"コンテンツがパスワードで保護されているかどうか。"}}},"author":{"description":"投稿者のID。"},"excerpt":{"description":"記事の抜粋","properties":{"raw":{"description":"データベースに存在する投稿の抜粋。"},"rendered":{"description":"表示用に変換された投稿のHTML抜粋。"},"protected":{"description":"抜粋がパスワードで保護されているかどうか。"}}},"featured_media":{"description":"その投稿の特集メディアのID。"},"comment_status":{"description":"投稿にコメントがあるかどうか。"},"ping_status":{"description":"投稿にPingを送信できるかどうか。"},"meta":{"description":"メタフィールド。"},"template":{"description":"投稿を表示するために使用するテーマファイル。"},"id":{"description":"投稿の一意識別子。"},"parent":{"description":"投稿の親のID。"},"menu_order":{"description":"他のポストとの関係におけるポストの順番。"}}},"2":{"args":{"id":{"description":"投稿の一意識別子。"},"force":{"description":"ゴミ箱をバイパスして強制的に削除するかどうか。"}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"オートセーブの親のID。"}}},"1":{"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。"},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。"},"slug":{"description":"ポストのタイプに固有の英数字の識別子。"},"status":{"description":"ポストの名前付きステータス。"},"password":{"description":"コンテンツと抜粋へのアクセスを保護するパスワード。"},"title":{"description":"記事のタイトル","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。"},"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。"}}},"content":{"description":"投稿の内容","properties":{"raw":{"description":"データベースに存在する投稿の内容。"},"rendered":{"description":"表示用に変換された投稿のHTMLコンテンツ。"},"block_version":{"description":"投稿で使用されるコンテンツブロック形式のバージョン。"},"protected":{"description":"コンテンツがパスワードで保護されているかどうか。"}}},"author":{"description":"投稿者のID。"},"excerpt":{"description":"記事の抜粋","properties":{"raw":{"description":"データベースに存在する投稿の抜粋。"},"rendered":{"description":"表示用に変換された投稿のHTML抜粋。"},"protected":{"description":"抜粋がパスワードで保護されているかどうか。"}}},"featured_media":{"description":"その投稿の特集メディアのID。"},"comment_status":{"description":"投稿にコメントがあるかどうか。"},"ping_status":{"description":"投稿にPingを送信できるかどうか。"},"meta":{"description":"メタフィールド。"},"template":{"description":"投稿を表示するために使用するテーマファイル。"},"parent":{"description":"投稿の親のID。"},"menu_order":{"description":"他のポストとの関係におけるポストの順番。"}}}}}},"/wp/v2/pages/(?P<parent>":{"\\d+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"page":{"description":"コレクションの現在のページ。"},"per_page":{"description":"結果セットに返される項目の最大数。"},"search":{"description":"文字列にマッチする結果に限定する。"},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。"},"include":{"description":"結果セットを特定のIDに限定する。"},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。"},"order":{"description":"ソート属性の昇順または降順。"},"parent":{"description":"リビジョンの親のID。"},"orderby":{"description":"オブジェクトの属性でコレクションをソートする。"}}}}},"\\d+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"リビジョンの親のID。"},"id":{"description":"リビジョンの一意識別子。"}}},"1":{"args":{"parent":{"description":"リビジョンの親のID。"},"id":{"description":"リビジョンの一意識別子。"},"force":{"description":"リビジョンはトラッシングをサポートしていないため、trueである必要がある。"}}}}}},"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"オートセーブの親のID。"},"id":{"description":"オートセーブのID。"}}}}}}},"/wp/v2/menu-items/(?P<parent>":{"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"オートセーブの親のID。"},"id":{"description":"オートセーブのID。"}}}}}}},"/wp/v2/blocks/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"投稿の一意識別子。"},"excerpt_length":{"description":"デフォルトの抜粋の長さを上書きする。"},"password":{"description":"投稿がパスワードで保護されている場合は、そのパスワード。"}}},"1":{"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。"},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。"},"slug":{"description":"ポストのタイプに固有の英数字の識別子。"},"status":{"description":"ポストの名前付きステータス。"},"password":{"description":"コンテンツと抜粋へのアクセスを保護するパスワード。"},"title":{"description":"記事のタイトル","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。"}}},"content":{"description":"投稿の内容","properties":{"raw":{"description":"データベースに存在する投稿の内容。"},"block_version":{"description":"投稿で使用されるコンテンツブロック形式のバージョン。"},"protected":{"description":"コンテンツがパスワードで保護されているかどうか。"}}},"excerpt":{"description":"記事の抜粋","properties":{"raw":{"description":"データベースに存在する投稿の抜粋。"},"rendered":{"description":"表示用に変換された投稿のHTML抜粋。"},"protected":{"description":"抜粋がパスワードで保護されているかどうか。"}}},"meta":{"description":"メタフィールド。"},"template":{"description":"投稿を表示するために使用するテーマファイル。"},"id":{"description":"投稿の一意識別子。"},"wp_pattern_category":{"description":"wp_pattern_categoryタクソノミーの中で投稿に割り当てられた用語。"}}},"2":{"args":{"id":{"description":"投稿の一意識別子。"},"force":{"description":"ゴミ箱をバイパスして強制的に削除するかどうか。"}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"オートセーブの親のID。"}}},"1":{"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。"},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。"},"slug":{"description":"ポストのタイプに固有の英数字の識別子。"},"status":{"description":"ポストの名前付きステータス。"},"password":{"description":"コンテンツと抜粋へのアクセスを保護するパスワード。"},"title":{"description":"記事のタイトル","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。"}}},"content":{"description":"投稿の内容","properties":{"raw":{"description":"データベースに存在する投稿の内容。"},"block_version":{"description":"投稿で使用されるコンテンツブロック形式のバージョン。"},"protected":{"description":"コンテンツがパスワードで保護されているかどうか。"}}},"excerpt":{"description":"記事の抜粋","properties":{"raw":{"description":"データベースに存在する投稿の抜粋。"},"rendered":{"description":"表示用に変換された投稿のHTML抜粋。"},"protected":{"description":"抜粋がパスワードで保護されているかどうか。"}}},"meta":{"description":"メタフィールド。"},"template":{"description":"投稿を表示するために使用するテーマファイル。"},"parent":{"description":"オートセーブの親のID。"},"wp_pattern_category":{"description":"wp_pattern_categoryタクソノミーの中で投稿に割り当てられた用語。"}}}}}},"/wp/v2/blocks/(?P<parent>":{"\\d+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"page":{"description":"コレクションの現在のページ。"},"per_page":{"description":"結果セットに返される項目の最大数。"},"search":{"description":"文字列にマッチする結果に限定する。"},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。"},"include":{"description":"結果セットを特定のIDに限定する。"},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。"},"order":{"description":"ソート属性の昇順または降順。"},"parent":{"description":"リビジョンの親のID。"},"orderby":{"description":"オブジェクトの属性でコレクションをソートする。"}}}}},"\\d+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"リビジョンの親のID。"},"id":{"description":"リビジョンの一意識別子。"}}},"1":{"args":{"parent":{"description":"リビジョンの親のID。"},"id":{"description":"リビジョンの一意識別子。"},"force":{"description":"リビジョンはトラッシングをサポートしていないため、trueである必要がある。"}}}}}},"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"オートセーブの親のID。"},"id":{"description":"オートセーブのID。"}}}}}}},"/wp/v2/templates/(?P<parent>(":{"^":{"\\/:<>\\*\\?\"\\|+(?:\\/":{"^":{"\\/:<>\\*\\?\"\\|+)?)":{"\\/\\w%-+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"page":{"description":"コレクションの現在のページ。"},"per_page":{"description":"結果セットに返される項目の最大数。"},"search":{"description":"文字列にマッチする結果に限定する。"},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。"},"include":{"description":"結果セットを特定のIDに限定する。"},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。"},"order":{"description":"ソート属性の昇順または降順。"},"orderby":{"description":"オブジェクトの属性でコレクションをソートする。"},"parent":{"description":"テンプレートの id"}}}}},"\\/\\w%-+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"リビジョンの一意識別子。"},"parent":{"description":"テンプレートの id"}}},"1":{"args":{"id":{"description":"リビジョンの一意識別子。"},"force":{"description":"リビジョンはトラッシングをサポートしていないため、trueである必要がある。"},"parent":{"description":"テンプレートの id"}}}}}},"\\/\\w%-+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"オートセーブのID。"},"parent":{"description":"テンプレートの id"}}}}}}}}}}},"/wp/v2/templates/(?P<id>(":{"^":{"\\/:<>\\*\\?\"\\|+(?:\\/":{"^":{"\\/:<>\\*\\?\"\\|+)?)":{"\\/\\w%-+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"テンプレートの id"}}},"1":{"args":{"id":{"description":"テンプレートの id"},"slug":{"description":"テンプレートを識別するユニークなスラッグ。"},"theme":{"description":"テンプレートのテーマ識別子。"},"type":{"description":"テンプレートの種類"},"content":{"description":"テンプレートの内容","properties":{"raw":{"description":"データベースに存在するテンプレートの内容。"},"block_version":{"description":"テンプレートが使用するコンテンツブロック形式のバージョン。"}}},"title":{"description":"テンプレートのタイトル","properties":{"raw":{"description":"データベースに存在するテンプレートのタイトル。"},"rendered":{"description":"表示用に変換されたテンプレートのHTMLタイトル。"}}},"description":{"description":"テンプレートの説明"},"status":{"description":"テンプレートのステータス。"},"author":{"description":"テンプレートの作者のID。"}}}}},"\\/\\w%-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"テンプレートの id"}}},"1":{"args":{"id":{"description":"テンプレートの id"},"slug":{"description":"テンプレートを識別するユニークなスラッグ。"},"theme":{"description":"テンプレートのテーマ識別子。"},"type":{"description":"テンプレートの種類"},"content":{"description":"テンプレートの内容","properties":{"raw":{"description":"データベースに存在するテンプレートの内容。"},"block_version":{"description":"テンプレートが使用するコンテンツブロック形式のバージョン。"}}},"title":{"description":"テンプレートのタイトル","properties":{"raw":{"description":"データベースに存在するテンプレートのタイトル。"},"rendered":{"description":"表示用に変換されたテンプレートのHTMLタイトル。"}}},"description":{"description":"テンプレートの説明"},"status":{"description":"テンプレートのステータス。"},"author":{"description":"テンプレートの作者のID。"}}},"2":{"args":{"force":{"description":"ゴミ箱をバイパスして強制的に削除するかどうか。"},"id":{"description":"テンプレートの id"}}}}}}}}}},"/wp/v2/template-parts/(?P<parent>(":{"^":{"\\/:<>\\*\\?\"\\|+(?:\\/":{"^":{"\\/:<>\\*\\?\"\\|+)?)":{"\\/\\w%-+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"page":{"description":"コレクションの現在のページ。"},"per_page":{"description":"結果セットに返される項目の最大数。"},"search":{"description":"文字列にマッチする結果に限定する。"},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。"},"include":{"description":"結果セットを特定のIDに限定する。"},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。"},"order":{"description":"ソート属性の昇順または降順。"},"orderby":{"description":"オブジェクトの属性でコレクションをソートする。"},"parent":{"description":"テンプレートの id"}}}}},"\\/\\w%-+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"リビジョンの一意識別子。"},"parent":{"description":"テンプレートの id"}}},"1":{"args":{"id":{"description":"リビジョンの一意識別子。"},"force":{"description":"リビジョンはトラッシングをサポートしていないため、trueである必要がある。"},"parent":{"description":"テンプレートの id"}}}}}},"\\/\\w%-+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"オートセーブのID。"},"parent":{"description":"テンプレートの id"}}}}}}}}}}},"/wp/v2/template-parts/(?P<id>(":{"^":{"\\/:<>\\*\\?\"\\|+(?:\\/":{"^":{"\\/:<>\\*\\?\"\\|+)?)":{"\\/\\w%-+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"テンプレートの id"}}},"1":{"args":{"id":{"description":"テンプレートの id"},"slug":{"description":"テンプレートを識別するユニークなスラッグ。"},"theme":{"description":"テンプレートのテーマ識別子。"},"type":{"description":"テンプレートの種類"},"content":{"description":"テンプレートの内容","properties":{"raw":{"description":"データベースに存在するテンプレートの内容。"},"block_version":{"description":"テンプレートが使用するコンテンツブロック形式のバージョン。"}}},"title":{"description":"テンプレートのタイトル","properties":{"raw":{"description":"データベースに存在するテンプレートのタイトル。"},"rendered":{"description":"表示用に変換されたテンプレートのHTMLタイトル。"}}},"description":{"description":"テンプレートの説明"},"status":{"description":"テンプレートのステータス。"},"author":{"description":"テンプレートの作者のID。"},"area":{"description":"テンプレートパーツの使用場所（ヘッダー、フッターなど）"}}}}},"\\/\\w%-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"テンプレートの id"}}},"1":{"args":{"id":{"description":"テンプレートの id"},"slug":{"description":"テンプレートを識別するユニークなスラッグ。"},"theme":{"description":"テンプレートのテーマ識別子。"},"type":{"description":"テンプレートの種類"},"content":{"description":"テンプレートの内容","properties":{"raw":{"description":"データベースに存在するテンプレートの内容。"},"block_version":{"description":"テンプレートが使用するコンテンツブロック形式のバージョン。"}}},"title":{"description":"テンプレートのタイトル","properties":{"raw":{"description":"データベースに存在するテンプレートのタイトル。"},"rendered":{"description":"表示用に変換されたテンプレートのHTMLタイトル。"}}},"description":{"description":"テンプレートの説明"},"status":{"description":"テンプレートのステータス。"},"author":{"description":"テンプレートの作者のID。"},"area":{"description":"テンプレートパーツの使用場所（ヘッダー、フッターなど）"}}},"2":{"args":{"force":{"description":"ゴミ箱をバイパスして強制的に削除するかどうか。"},"id":{"description":"テンプレートの id"}}}}}}}}}},"/wp/v2/global-styles/(?P<parent>":{"\\d+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"page":{"description":"コレクションの現在のページ。"},"per_page":{"description":"結果セットに返される項目の最大数。"},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。"},"parent":{"description":"リビジョンの親のID。"}}}}},"\\d+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"グローバルスタイルリビジョンの親のID。"},"id":{"description":"グローバルスタイルのリビジョンの一意識別子。"}}}}}}},"/wp/v2/navigation/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"投稿の一意識別子。"},"password":{"description":"投稿がパスワードで保護されている場合は、そのパスワード。"}}},"1":{"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。"},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。"},"slug":{"description":"ポストのタイプに固有の英数字の識別子。"},"status":{"description":"ポストの名前付きステータス。"},"password":{"description":"コンテンツと抜粋へのアクセスを保護するパスワード。"},"title":{"description":"記事のタイトル","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。"},"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。"}}},"content":{"description":"投稿の内容","properties":{"raw":{"description":"データベースに存在する投稿の内容。"},"rendered":{"description":"表示用に変換された投稿のHTMLコンテンツ。"},"block_version":{"description":"投稿で使用されるコンテンツブロック形式のバージョン。"},"protected":{"description":"コンテンツがパスワードで保護されているかどうか。"}}},"template":{"description":"投稿を表示するために使用するテーマファイル。"},"id":{"description":"投稿の一意識別子。"}}},"2":{"args":{"id":{"description":"投稿の一意識別子。"},"force":{"description":"ゴミ箱をバイパスして強制的に削除するかどうか。"}}}}},"\\d+)/autosaves":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"オートセーブの親のID。"}}},"1":{"args":{"date":{"description":"投稿が公開された日付（サイトのタイムゾーン）。"},"date_gmt":{"description":"投稿が公開された日付（グリニッジ標準時）。"},"slug":{"description":"ポストのタイプに固有の英数字の識別子。"},"status":{"description":"ポストの名前付きステータス。"},"password":{"description":"コンテンツと抜粋へのアクセスを保護するパスワード。"},"title":{"description":"記事のタイトル","properties":{"raw":{"description":"データベースに存在する投稿のタイトル。"},"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。"}}},"content":{"description":"投稿の内容","properties":{"raw":{"description":"データベースに存在する投稿の内容。"},"rendered":{"description":"表示用に変換された投稿のHTMLコンテンツ。"},"block_version":{"description":"投稿で使用されるコンテンツブロック形式のバージョン。"},"protected":{"description":"コンテンツがパスワードで保護されているかどうか。"}}},"template":{"description":"投稿を表示するために使用するテーマファイル。"},"parent":{"description":"オートセーブの親のID。"}}}}}},"/wp/v2/navigation/(?P<parent>":{"\\d+)/revisions":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"page":{"description":"コレクションの現在のページ。"},"per_page":{"description":"結果セットに返される項目の最大数。"},"search":{"description":"文字列にマッチする結果に限定する。"},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。"},"include":{"description":"結果セットを特定のIDに限定する。"},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。"},"order":{"description":"ソート属性の昇順または降順。"},"parent":{"description":"リビジョンの親のID。"},"orderby":{"description":"オブジェクトの属性でコレクションをソートする。"}}}}},"\\d+)/revisions/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"リビジョンの親のID。"},"id":{"description":"リビジョンの一意識別子。"}}},"1":{"args":{"parent":{"description":"リビジョンの親のID。"},"id":{"description":"リビジョンの一意識別子。"},"force":{"description":"リビジョンはトラッシングをサポートしていないため、trueである必要がある。"}}}}}},"\\d+)/autosaves/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"parent":{"description":"オートセーブの親のID。"},"id":{"description":"オートセーブのID。"}}}}}}},"/wp/v2/font-families/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"投稿の一意識別子。"}}},"1":{"args":{"id":{"description":"投稿の一意識別子。"},"theme_json_version":{"description":"組版設定に使用するtheme.jsonスキーマのバージョン。"},"font_family_settings":{"description":"font-family 宣言を theme.json 形式で、文字列としてエンコードしたもの。"}}},"2":{"args":{"id":{"description":"投稿の一意識別子。"},"force":{"description":"ゴミ箱をバイパスして強制的に削除するかどうか。"}}}}}},"/wp/v2/font-families/(?P<font_family_id>":{"\\d+)/font-faces":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"page":{"description":"コレクションの現在のページ。"},"per_page":{"description":"結果セットに返される項目の最大数。"},"exclude":{"description":"結果セットが特定のIDを除外していることを確認する。"},"include":{"description":"結果セットを特定のIDに限定する。"},"search_semantics":{"description":"検索入力の解釈方法"},"offset":{"description":"結果セットを特定のアイテム数だけオフセットする。"},"order":{"description":"ソート属性の昇順または降順。"},"orderby":{"description":"コレクションを投稿属性でソートする。"},"font_family_id":{"description":"フォントフェースの親フォントファミリーのID。"}}},"1":{"args":{"theme_json_version":{"description":"組版設定に使用するtheme.jsonスキーマのバージョン。"},"font_family_id":{"description":"フォントフェースの親フォントファミリーのID。"},"font_face_settings":{"description":"文字列としてエンコードされた theme.json 形式の font-face 宣言。"}}}}},"\\d+)/font-faces/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"font_family_id":{"description":"フォントフェースの親フォントファミリーのID。"},"id":{"description":"フォントフェイスの一意識別子。"}}},"1":{"args":{"force":{"description":"ゴミ箱をバイパスして強制的に削除するかどうか。"},"font_family_id":{"description":"フォントフェースの親フォントファミリーのID。"},"id":{"description":"フォントフェイスの一意識別子。"}}}}}}},"/wp/v2/types/(?P<type>":{"\\w-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"type":{"description":"投稿タイプを表す英数字。"}}}}}},"/wp/v2/statuses/(?P<status>":{"\\w-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"status":{"description":"ステータスを示す英数字の識別子。"}}}}}},"/wp/v2/taxonomies/(?P<taxonomy>":{"\\w-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"taxonomy":{"description":"タクソノミーの英数字の識別子。"}}}}}},"/wp/v2/categories/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"用語の一意識別子。"}}},"1":{"args":{"meta":{"description":"メタフィールド。"},"description":{"description":"用語のHTML記述。"},"name":{"description":"用語のHTMLタイトル。"},"slug":{"description":"そのタイプに固有の用語の英数字識別子。"},"parent":{"description":"親の用語ID。"},"id":{"description":"用語の一意識別子。"}}},"2":{"args":{"id":{"description":"用語の一意識別子。"},"force":{"description":"用語はゴミ箱をサポートしないため、trueである必要がある。"}}}}}},"/wp/v2/tags/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"用語の一意識別子。"}}},"1":{"args":{"meta":{"description":"メタフィールド。"},"description":{"description":"用語のHTML記述。"},"name":{"description":"用語のHTMLタイトル。"},"slug":{"description":"そのタイプに固有の用語の英数字識別子。"},"id":{"description":"用語の一意識別子。"}}},"2":{"args":{"id":{"description":"用語の一意識別子。"},"force":{"description":"用語はゴミ箱をサポートしないため、trueである必要がある。"}}}}}},"/wp/v2/menus/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"用語の一意識別子。"}}},"1":{"args":{"meta":{"description":"メタフィールド。"},"description":{"description":"用語のHTML記述。"},"name":{"description":"用語のHTMLタイトル。"},"slug":{"description":"そのタイプに固有の用語の英数字識別子。"},"id":{"description":"用語の一意識別子。"},"locations":{"description":"メニューに割り当てられた場所。"},"auto_add":{"description":"このメニューにトップレベルのページを自動的に追加するかどうか。"}}},"2":{"args":{"id":{"description":"用語の一意識別子。"},"force":{"description":"用語はゴミ箱をサポートしないため、trueである必要がある。"}}}}}},"/wp/v2/wp_pattern_category/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"用語の一意識別子。"}}},"1":{"args":{"meta":{"description":"メタフィールド。"},"description":{"description":"用語のHTML記述。"},"name":{"description":"用語のHTMLタイトル。"},"slug":{"description":"そのタイプに固有の用語の英数字識別子。"},"id":{"description":"用語の一意識別子。"}}},"2":{"args":{"id":{"description":"用語の一意識別子。"},"force":{"description":"用語はゴミ箱をサポートしないため、trueである必要がある。"}}}}}},"/wp/v2/users/(?P<user_id>(?:":{"\\d+|me))/application-passwords":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"}}},"1":{"args":{"app_id":{"description":"アプリケーションを一意に識別するためにアプリケーションが提供するUUID。URLまたはDNSネームスペースでUUID v5を使用することが推奨される。"},"name":{"description":"アプリケーションのパスワード名。"}}}}},"\\d+|me))/application-passwords/introspect":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"}}}}},"\\d+|me))/application-passwords/(?P<uuid>":{"\\w\\-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"}}},"1":{"args":{"app_id":{"description":"アプリケーションを一意に識別するためにアプリケーションが提供するUUID。URLまたはDNSネームスペースでUUID v5を使用することが推奨される。"},"name":{"description":"アプリケーションのパスワード名。"}}}}}}},"/wp/v2/comments/(?P<id>":{"\\d+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"コメントの一意識別子。"},"password":{"description":"コメントの親投稿のパスワード（投稿がパスワードで保護されている場合）。"}}},"1":{"args":{"meta":{"description":"メタフィールド。","properties":{"_wp_note_status":{"description":"注記の解決状況"}}},"author":{"description":"authorがユーザーである場合の、ユーザーオブジェクトのID。"},"author_email":{"description":"コメント投稿者のメールアドレス"},"author_ip":{"description":"コメント作成者のIPアドレス。"},"author_name":{"description":"コメント作成者の表示名。"},"author_url":{"description":"コメント作成者のURL。"},"author_user_agent":{"description":"コメント作成者のユーザーエージェント。"},"content":{"description":"コメントの内容","properties":{"raw":{"description":"データベースに存在するコメントの内容。"},"rendered":{"description":"表示用に変換されたコメントのHTMLコンテンツ。"}}},"date":{"description":"コメントが公開された日付（サイトのタイムゾーン）。"},"date_gmt":{"description":"コメントが公表された日付（グリニッジ標準時）。"},"parent":{"description":"コメントの親のID。"},"post":{"description":"関連する投稿オブジェクトのID。"},"status":{"description":"コメントの状態"},"id":{"description":"コメントの一意識別子。"}}},"2":{"args":{"force":{"description":"ゴミ箱をバイパスして強制的に削除するかどうか。"},"id":{"description":"コメントの一意識別子。"},"password":{"description":"コメントの親投稿のパスワード（投稿がパスワードで保護されている場合）。"}}}}}},"/wp/v2/block-renderer/(?P<name>":{"a-z0-9-+/":{"a-z0-9-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"name":{"description":"ブロックのユニークな登録名。"},"attributes":{"description":"ブロックの属性。"},"post_id":{"description":"ポストコンテキストのID。"}}}}}}},"/wp/v2/block-types/(?P<namespace>":{"a-zA-Z0-9_-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"namespace":{"description":"ブロックの名前空間。"}}}}},"a-zA-Z0-9_-+)/(?P<name>":{"a-zA-Z0-9_-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"namespace":{"description":"ブロックの名前空間。"},"name":{"description":"ブロック名"}}}}}}},"/wp/v2/plugins/(?P<plugin>":{"^":{".\\/+(?:\\/":{"^":{".\\/+)?)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"}}},"1":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"status":{"description":"プラグインの有効化ステータス。"}}},"2":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"}}}}}}}}},"/wp/v2/sidebars/(?P<id>":{"\\w-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"登録されているサイドバーの ID"}}},"1":{"args":{"widgets":{"description":"ネストされたウィジェット。"}}}}}},"/wp/v2/widget-types/(?P<id>":{"a-zA-Z0-9_-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"id":{"description":"ウィジェットタイプID。"}}}}},"a-zA-Z0-9_-+)/encode":{"endpoints":{"0":{"args":{"id":{"description":"ウィジェットタイプID。"},"instance":{"description":"ウィジェットの現在のインスタンス設定。"},"form_data":{"description":"インスタンス設定にエンコードするためにシリアライズされたウィジェットフォームデータ。"}}}}},"a-zA-Z0-9_-+)/render":{"endpoints":{"0":{"args":{"id":{"description":"ウィジェットタイプID。"},"instance":{"description":"ウィジェットの現在のインスタンス設定。"}}}}}},"/wp/v2/widgets/(?P<id>":{"\\w\\-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"}}},"1":{"args":{"id":{"description":"ウィジェットの一意識別子。"},"id_base":{"description":"ウィジェットのタイプ。widget-typesエンドポイントのIDに対応します。"},"sidebar":{"description":"ウィジェットが属するサイドバー。"},"instance":{"description":"サポートされている場合、ウィジェットのインスタンス設定。","properties":{"encoded":{"description":"インスタンス設定のBase64エンコード表現。"},"hash":{"description":"インスタンス設定の暗号化ハッシュ。"},"raw":{"description":"サポートされている場合は、エンコードされていないインスタンス設定。"}}},"form_data":{"description":"ウィジェット管理フォームからのURLエンコードされたフォームデータ。インスタンスをサポートしていないウィジェットを更新するために使用します。書き込み専用。"}}},"2":{"args":{"force":{"description":"ウィジェットを強制的に削除するか、非アクティブサイドバーに移動するか。"}}}}}},"/wp/v2/menu-locations/(?P<location>":{"\\w-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"},"location":{"description":"メニューの場所を示す英数字の識別子。"}}}}}},"/wp/v2/font-collections/(?P<slug>":{"\\/\\w-+)":{"endpoints":{"0":{"args":{"context":{"description":"要求が行われる範囲。応答中に存在するフィールドを決定する。"}}}}}},"/wp/v2/global-styles/(?P<id>":{"\\/\\d++)":{"endpoints":{"0":{"args":{"id":{"description":"グローバルスタイル設定のID"}}},"1":{"args":{"title":{"properties":{"rendered":{"description":"表示用に変換された投稿のHTMLタイトル。"},"raw":{"description":"データベースに存在するグローバルスタイルのバリエーションのタイトル。"}},"description":"グローバルスタイルのバリエーションのタイトル。"},"styles":{"description":"グローバルなスタイル。"},"settings":{"description":"グローバル設定。"}}}}}},"/wp/v2/global-styles/themes/(?P<stylesheet>":{"\\/\\s%\\w\\":{"\\(\\)\\":{"\\\\@_\\-+)/variations":{"endpoints":{"0":{"args":{"stylesheet":{"description":"テーマの識別子"}}}}}}},"^":{"\\/:<>\\*\\?\"\\|+(?:\\/":{"^":{"\\/:<>\\*\\?\"\\|+)?)":{"endpoints":{"0":{"args":{"stylesheet":{"description":"テーマの識別子"}}}}}}}}},"/wp/v2/themes/(?P<stylesheet>":{"^":{"\\/:<>\\*\\?\"\\|+(?:\\/":{"^":{"\\/:<>\\*\\?\"\\|+)?)":{"endpoints":{"0":{"args":{"stylesheet":{"description":"テーマのスタイルシート。これはテーマを一意に識別します。"}}}}}}}}},"/wp-abilities/v1/categories/(?P<slug>":{"a-z0-9+(?:-":{"a-z0-9+)*)":{"endpoints":{"0":{"args":{"slug":{"description":"能力カテゴリの固有識別子。"}}}}}}},"/wp-abilities/v1/abilities/(?P<name>":{"a-zA-Z0-9\\-\\/+?)/run":{"endpoints":{"0":{"args":{"name":{"description":"能力の固有識別子。"},"input":{"description":"能力実行のための入力パラメータ。"}}}}},"a-zA-Z0-9\\-\\/+)":{"endpoints":{"0":{"args":{"name":{"description":"能力の固有識別子。"}}}}}}},"site_logo":0,"site_icon":0,"site_icon_url":"","_links":{"help":[{"href":"https://developer.wordpress.org/rest-api/"}]}}