Advertisement
Guest User

Dbmovies API

a guest
May 27th, 2021
830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 285.07 KB | None | 0 0
  1. {
  2.     "name": "Dbmovies",
  3.     "description": "IMBb API, Open Movie Database",
  4.     "url": "https://dbmvs.com",
  5.     "home": "https://dbmvs.com",
  6.     "gmt_offset": -5,
  7.     "timezone_string": "America/Lima",
  8.     "namespaces": [
  9.         "oembed/1.0",
  10.         "wp-super-cache/v1",
  11.         "wp/v2",
  12.         "wp-site-health/v1"
  13.     ],
  14.     "authentication": {
  15.         "application-passwords": {
  16.             "endpoints": {
  17.                 "authorization": "https://dbmvs.com/wp-admin/authorize-application.php"
  18.             }
  19.         }
  20.     },
  21.     "routes": {
  22.         "/": {
  23.             "namespace": "",
  24.             "methods": [
  25.                 "GET"
  26.             ],
  27.             "endpoints": [
  28.                 {
  29.                     "methods": [
  30.                         "GET"
  31.                     ],
  32.                     "args": {
  33.                         "context": {
  34.                             "default": "view",
  35.                             "required": false
  36.                         }
  37.                     }
  38.                 }
  39.             ],
  40.             "_links": {
  41.                 "self": [
  42.                     {
  43.                         "href": "https://dbmvs.com/wp-json/"
  44.                     }
  45.                 ]
  46.             }
  47.         },
  48.         "/batch/v1": {
  49.             "namespace": "",
  50.             "methods": [
  51.                 "POST"
  52.             ],
  53.             "endpoints": [
  54.                 {
  55.                     "methods": [
  56.                         "POST"
  57.                     ],
  58.                     "args": {
  59.                         "validation": {
  60.                             "type": "string",
  61.                             "enum": [
  62.                                 "require-all-validate",
  63.                                 "normal"
  64.                             ],
  65.                             "default": "normal",
  66.                             "required": false
  67.                         },
  68.                         "requests": {
  69.                             "type": "array",
  70.                             "maxItems": 25,
  71.                             "items": {
  72.                                 "type": "object",
  73.                                 "properties": {
  74.                                     "method": {
  75.                                         "type": "string",
  76.                                         "enum": [
  77.                                             "POST",
  78.                                             "PUT",
  79.                                             "PATCH",
  80.                                             "DELETE"
  81.                                         ],
  82.                                         "default": "POST"
  83.                                     },
  84.                                     "path": {
  85.                                         "type": "string",
  86.                                         "required": true
  87.                                     },
  88.                                     "body": {
  89.                                         "type": "object",
  90.                                         "properties": [],
  91.                                         "additionalProperties": true
  92.                                     },
  93.                                     "headers": {
  94.                                         "type": "object",
  95.                                         "properties": [],
  96.                                         "additionalProperties": {
  97.                                             "type": [
  98.                                                 "string",
  99.                                                 "array"
  100.                                             ],
  101.                                             "items": {
  102.                                                 "type": "string"
  103.                                             }
  104.                                         }
  105.                                     }
  106.                                 }
  107.                             },
  108.                             "required": true
  109.                         }
  110.                     }
  111.                 }
  112.             ],
  113.             "_links": {
  114.                 "self": [
  115.                     {
  116.                         "href": "https://dbmvs.com/wp-json/batch/v1"
  117.                     }
  118.                 ]
  119.             }
  120.         },
  121.         "/oembed/1.0": {
  122.             "namespace": "oembed/1.0",
  123.             "methods": [
  124.                 "GET"
  125.             ],
  126.             "endpoints": [
  127.                 {
  128.                     "methods": [
  129.                         "GET"
  130.                     ],
  131.                     "args": {
  132.                         "namespace": {
  133.                             "default": "oembed/1.0",
  134.                             "required": false
  135.                         },
  136.                         "context": {
  137.                             "default": "view",
  138.                             "required": false
  139.                         }
  140.                     }
  141.                 }
  142.             ],
  143.             "_links": {
  144.                 "self": [
  145.                     {
  146.                         "href": "https://dbmvs.com/wp-json/oembed/1.0"
  147.                     }
  148.                 ]
  149.             }
  150.         },
  151.         "/oembed/1.0/embed": {
  152.             "namespace": "oembed/1.0",
  153.             "methods": [
  154.                 "GET"
  155.             ],
  156.             "endpoints": [
  157.                 {
  158.                     "methods": [
  159.                         "GET"
  160.                     ],
  161.                     "args": {
  162.                         "url": {
  163.                             "description": "The URL of the resource for which to fetch oEmbed data.",
  164.                             "type": "string",
  165.                             "format": "uri",
  166.                             "required": true
  167.                         },
  168.                         "format": {
  169.                             "default": "json",
  170.                             "required": false
  171.                         },
  172.                         "maxwidth": {
  173.                             "default": 600,
  174.                             "required": false
  175.                         }
  176.                     }
  177.                 }
  178.             ],
  179.             "_links": {
  180.                 "self": [
  181.                     {
  182.                         "href": "https://dbmvs.com/wp-json/oembed/1.0/embed"
  183.                     }
  184.                 ]
  185.             }
  186.         },
  187.         "/oembed/1.0/proxy": {
  188.             "namespace": "oembed/1.0",
  189.             "methods": [
  190.                 "GET"
  191.             ],
  192.             "endpoints": [
  193.                 {
  194.                     "methods": [
  195.                         "GET"
  196.                     ],
  197.                     "args": {
  198.                         "url": {
  199.                             "description": "The URL of the resource for which to fetch oEmbed data.",
  200.                             "type": "string",
  201.                             "format": "uri",
  202.                             "required": true
  203.                         },
  204.                         "format": {
  205.                             "description": "The oEmbed format to use.",
  206.                             "type": "string",
  207.                             "default": "json",
  208.                             "enum": [
  209.                                 "json",
  210.                                 "xml"
  211.                             ],
  212.                             "required": false
  213.                         },
  214.                         "maxwidth": {
  215.                             "description": "The maximum width of the embed frame in pixels.",
  216.                             "type": "integer",
  217.                             "default": 600,
  218.                             "required": false
  219.                         },
  220.                         "maxheight": {
  221.                             "description": "The maximum height of the embed frame in pixels.",
  222.                             "type": "integer",
  223.                             "required": false
  224.                         },
  225.                         "discover": {
  226.                             "description": "Whether to perform an oEmbed discovery request for unsanctioned providers.",
  227.                             "type": "boolean",
  228.                             "default": true,
  229.                             "required": false
  230.                         }
  231.                     }
  232.                 }
  233.             ],
  234.             "_links": {
  235.                 "self": [
  236.                     {
  237.                         "href": "https://dbmvs.com/wp-json/oembed/1.0/proxy"
  238.                     }
  239.                 ]
  240.             }
  241.         },
  242.         "/wp-super-cache/v1": {
  243.             "namespace": "wp-super-cache/v1",
  244.             "methods": [
  245.                 "GET"
  246.             ],
  247.             "endpoints": [
  248.                 {
  249.                     "methods": [
  250.                         "GET"
  251.                     ],
  252.                     "args": {
  253.                         "namespace": {
  254.                             "default": "wp-super-cache/v1",
  255.                             "required": false
  256.                         },
  257.                         "context": {
  258.                             "default": "view",
  259.                             "required": false
  260.                         }
  261.                     }
  262.                 }
  263.             ],
  264.             "_links": {
  265.                 "self": [
  266.                     {
  267.                         "href": "https://dbmvs.com/wp-json/wp-super-cache/v1"
  268.                     }
  269.                 ]
  270.             }
  271.         },
  272.         "/wp-super-cache/v1/settings": {
  273.             "namespace": "wp-super-cache/v1",
  274.             "methods": [
  275.                 "GET",
  276.                 "POST"
  277.             ],
  278.             "endpoints": [
  279.                 {
  280.                     "methods": [
  281.                         "GET"
  282.                     ],
  283.                     "args": []
  284.                 },
  285.                 {
  286.                     "methods": [
  287.                         "POST"
  288.                     ],
  289.                     "args": []
  290.                 }
  291.             ],
  292.             "_links": {
  293.                 "self": [
  294.                     {
  295.                         "href": "https://dbmvs.com/wp-json/wp-super-cache/v1/settings"
  296.                     }
  297.                 ]
  298.             }
  299.         },
  300.         "/wp-super-cache/v1/status": {
  301.             "namespace": "wp-super-cache/v1",
  302.             "methods": [
  303.                 "GET"
  304.             ],
  305.             "endpoints": [
  306.                 {
  307.                     "methods": [
  308.                         "GET"
  309.                     ],
  310.                     "args": []
  311.                 }
  312.             ],
  313.             "_links": {
  314.                 "self": [
  315.                     {
  316.                         "href": "https://dbmvs.com/wp-json/wp-super-cache/v1/status"
  317.                     }
  318.                 ]
  319.             }
  320.         },
  321.         "/wp-super-cache/v1/stats": {
  322.             "namespace": "wp-super-cache/v1",
  323.             "methods": [
  324.                 "GET"
  325.             ],
  326.             "endpoints": [
  327.                 {
  328.                     "methods": [
  329.                         "GET"
  330.                     ],
  331.                     "args": []
  332.                 }
  333.             ],
  334.             "_links": {
  335.                 "self": [
  336.                     {
  337.                         "href": "https://dbmvs.com/wp-json/wp-super-cache/v1/stats"
  338.                     }
  339.                 ]
  340.             }
  341.         },
  342.         "/wp-super-cache/v1/cache": {
  343.             "namespace": "wp-super-cache/v1",
  344.             "methods": [
  345.                 "GET",
  346.                 "POST"
  347.             ],
  348.             "endpoints": [
  349.                 {
  350.                     "methods": [
  351.                         "GET"
  352.                     ],
  353.                     "args": []
  354.                 },
  355.                 {
  356.                     "methods": [
  357.                         "POST"
  358.                     ],
  359.                     "args": []
  360.                 }
  361.             ],
  362.             "_links": {
  363.                 "self": [
  364.                     {
  365.                         "href": "https://dbmvs.com/wp-json/wp-super-cache/v1/cache"
  366.                     }
  367.                 ]
  368.             }
  369.         },
  370.         "/wp-super-cache/v1/preload": {
  371.             "namespace": "wp-super-cache/v1",
  372.             "methods": [
  373.                 "POST"
  374.             ],
  375.             "endpoints": [
  376.                 {
  377.                     "methods": [
  378.                         "POST"
  379.                     ],
  380.                     "args": []
  381.                 }
  382.             ],
  383.             "_links": {
  384.                 "self": [
  385.                     {
  386.                         "href": "https://dbmvs.com/wp-json/wp-super-cache/v1/preload"
  387.                     }
  388.                 ]
  389.             }
  390.         },
  391.         "/wp-super-cache/v1/cache/test": {
  392.             "namespace": "wp-super-cache/v1",
  393.             "methods": [
  394.                 "POST"
  395.             ],
  396.             "endpoints": [
  397.                 {
  398.                     "methods": [
  399.                         "POST"
  400.                     ],
  401.                     "args": []
  402.                 }
  403.             ],
  404.             "_links": {
  405.                 "self": [
  406.                     {
  407.                         "href": "https://dbmvs.com/wp-json/wp-super-cache/v1/cache/test"
  408.                     }
  409.                 ]
  410.             }
  411.         },
  412.         "/wp-super-cache/v1/plugins": {
  413.             "namespace": "wp-super-cache/v1",
  414.             "methods": [
  415.                 "GET",
  416.                 "POST"
  417.             ],
  418.             "endpoints": [
  419.                 {
  420.                     "methods": [
  421.                         "GET"
  422.                     ],
  423.                     "args": []
  424.                 },
  425.                 {
  426.                     "methods": [
  427.                         "POST"
  428.                     ],
  429.                     "args": []
  430.                 }
  431.             ],
  432.             "_links": {
  433.                 "self": [
  434.                     {
  435.                         "href": "https://dbmvs.com/wp-json/wp-super-cache/v1/plugins"
  436.                     }
  437.                 ]
  438.             }
  439.         },
  440.         "/wp/v2": {
  441.             "namespace": "wp/v2",
  442.             "methods": [
  443.                 "GET"
  444.             ],
  445.             "endpoints": [
  446.                 {
  447.                     "methods": [
  448.                         "GET"
  449.                     ],
  450.                     "args": {
  451.                         "namespace": {
  452.                             "default": "wp/v2",
  453.                             "required": false
  454.                         },
  455.                         "context": {
  456.                             "default": "view",
  457.                             "required": false
  458.                         }
  459.                     }
  460.                 }
  461.             ],
  462.             "_links": {
  463.                 "self": [
  464.                     {
  465.                         "href": "https://dbmvs.com/wp-json/wp/v2"
  466.                     }
  467.                 ]
  468.             }
  469.         },
  470.         "/wp/v2/posts": {
  471.             "namespace": "wp/v2",
  472.             "methods": [
  473.                 "GET",
  474.                 "POST"
  475.             ],
  476.             "endpoints": [
  477.                 {
  478.                     "methods": [
  479.                         "GET"
  480.                     ],
  481.                     "args": {
  482.                         "context": {
  483.                             "description": "Scope under which the request is made; determines fields present in response.",
  484.                             "type": "string",
  485.                             "enum": [
  486.                                 "view",
  487.                                 "embed",
  488.                                 "edit"
  489.                             ],
  490.                             "default": "view",
  491.                             "required": false
  492.                         },
  493.                         "page": {
  494.                             "description": "Current page of the collection.",
  495.                             "type": "integer",
  496.                             "default": 1,
  497.                             "minimum": 1,
  498.                             "required": false
  499.                         },
  500.                         "per_page": {
  501.                             "description": "Maximum number of items to be returned in result set.",
  502.                             "type": "integer",
  503.                             "default": 10,
  504.                             "minimum": 1,
  505.                             "maximum": 100,
  506.                             "required": false
  507.                         },
  508.                         "search": {
  509.                             "description": "Limit results to those matching a string.",
  510.                             "type": "string",
  511.                             "required": false
  512.                         },
  513.                         "after": {
  514.                             "description": "Limit response to posts published after a given ISO8601 compliant date.",
  515.                             "type": "string",
  516.                             "format": "date-time",
  517.                             "required": false
  518.                         },
  519.                         "modified_after": {
  520.                             "description": "Limit response to posts modified after a given ISO8601 compliant date.",
  521.                             "type": "string",
  522.                             "format": "date-time",
  523.                             "required": false
  524.                         },
  525.                         "author": {
  526.                             "description": "Limit result set to posts assigned to specific authors.",
  527.                             "type": "array",
  528.                             "items": {
  529.                                 "type": "integer"
  530.                             },
  531.                             "default": [],
  532.                             "required": false
  533.                         },
  534.                         "author_exclude": {
  535.                             "description": "Ensure result set excludes posts assigned to specific authors.",
  536.                             "type": "array",
  537.                             "items": {
  538.                                 "type": "integer"
  539.                             },
  540.                             "default": [],
  541.                             "required": false
  542.                         },
  543.                         "before": {
  544.                             "description": "Limit response to posts published before a given ISO8601 compliant date.",
  545.                             "type": "string",
  546.                             "format": "date-time",
  547.                             "required": false
  548.                         },
  549.                         "modified_before": {
  550.                             "description": "Limit response to posts modified before a given ISO8601 compliant date.",
  551.                             "type": "string",
  552.                             "format": "date-time",
  553.                             "required": false
  554.                         },
  555.                         "exclude": {
  556.                             "description": "Ensure result set excludes specific IDs.",
  557.                             "type": "array",
  558.                             "items": {
  559.                                 "type": "integer"
  560.                             },
  561.                             "default": [],
  562.                             "required": false
  563.                         },
  564.                         "include": {
  565.                             "description": "Limit result set to specific IDs.",
  566.                             "type": "array",
  567.                             "items": {
  568.                                 "type": "integer"
  569.                             },
  570.                             "default": [],
  571.                             "required": false
  572.                         },
  573.                         "offset": {
  574.                             "description": "Offset the result set by a specific number of items.",
  575.                             "type": "integer",
  576.                             "required": false
  577.                         },
  578.                         "order": {
  579.                             "description": "Order sort attribute ascending or descending.",
  580.                             "type": "string",
  581.                             "default": "desc",
  582.                             "enum": [
  583.                                 "asc",
  584.                                 "desc"
  585.                             ],
  586.                             "required": false
  587.                         },
  588.                         "orderby": {
  589.                             "description": "Sort collection by object attribute.",
  590.                             "type": "string",
  591.                             "default": "date",
  592.                             "enum": [
  593.                                 "author",
  594.                                 "date",
  595.                                 "id",
  596.                                 "include",
  597.                                 "modified",
  598.                                 "parent",
  599.                                 "relevance",
  600.                                 "slug",
  601.                                 "include_slugs",
  602.                                 "title"
  603.                             ],
  604.                             "required": false
  605.                         },
  606.                         "slug": {
  607.                             "description": "Limit result set to posts with one or more specific slugs.",
  608.                             "type": "array",
  609.                             "items": {
  610.                                 "type": "string"
  611.                             },
  612.                             "required": false
  613.                         },
  614.                         "status": {
  615.                             "default": "publish",
  616.                             "description": "Limit result set to posts assigned one or more statuses.",
  617.                             "type": "array",
  618.                             "items": {
  619.                                 "enum": [
  620.                                     "publish",
  621.                                     "future",
  622.                                     "draft",
  623.                                     "pending",
  624.                                     "private",
  625.                                     "trash",
  626.                                     "auto-draft",
  627.                                     "inherit",
  628.                                     "request-pending",
  629.                                     "request-confirmed",
  630.                                     "request-failed",
  631.                                     "request-completed",
  632.                                     "any"
  633.                                 ],
  634.                                 "type": "string"
  635.                             },
  636.                             "required": false
  637.                         },
  638.                         "tax_relation": {
  639.                             "description": "Limit result set based on relationship between multiple taxonomies.",
  640.                             "type": "string",
  641.                             "enum": [
  642.                                 "AND",
  643.                                 "OR"
  644.                             ],
  645.                             "required": false
  646.                         },
  647.                         "categories": {
  648.                             "description": "Limit result set to items with specific terms assigned in the categories taxonomy.",
  649.                             "type": [
  650.                                 "object",
  651.                                 "array"
  652.                             ],
  653.                             "oneOf": [
  654.                                 {
  655.                                     "title": "Term ID List",
  656.                                     "description": "Match terms with the listed IDs.",
  657.                                     "type": "array",
  658.                                     "items": {
  659.                                         "type": "integer"
  660.                                     }
  661.                                 },
  662.                                 {
  663.                                     "title": "Term ID Taxonomy Query",
  664.                                     "description": "Perform an advanced term query.",
  665.                                     "type": "object",
  666.                                     "properties": {
  667.                                         "terms": {
  668.                                             "description": "Term IDs.",
  669.                                             "type": "array",
  670.                                             "items": {
  671.                                                 "type": "integer"
  672.                                             },
  673.                                             "default": []
  674.                                         },
  675.                                         "include_children": {
  676.                                             "description": "Whether to include child terms in the terms limiting the result set.",
  677.                                             "type": "boolean",
  678.                                             "default": false
  679.                                         }
  680.                                     },
  681.                                     "additionalProperties": false
  682.                                 }
  683.                             ],
  684.                             "required": false
  685.                         },
  686.                         "categories_exclude": {
  687.                             "description": "Limit result set to items except those with specific terms assigned in the categories taxonomy.",
  688.                             "type": [
  689.                                 "object",
  690.                                 "array"
  691.                             ],
  692.                             "oneOf": [
  693.                                 {
  694.                                     "title": "Term ID List",
  695.                                     "description": "Match terms with the listed IDs.",
  696.                                     "type": "array",
  697.                                     "items": {
  698.                                         "type": "integer"
  699.                                     }
  700.                                 },
  701.                                 {
  702.                                     "title": "Term ID Taxonomy Query",
  703.                                     "description": "Perform an advanced term query.",
  704.                                     "type": "object",
  705.                                     "properties": {
  706.                                         "terms": {
  707.                                             "description": "Term IDs.",
  708.                                             "type": "array",
  709.                                             "items": {
  710.                                                 "type": "integer"
  711.                                             },
  712.                                             "default": []
  713.                                         },
  714.                                         "include_children": {
  715.                                             "description": "Whether to include child terms in the terms limiting the result set.",
  716.                                             "type": "boolean",
  717.                                             "default": false
  718.                                         }
  719.                                     },
  720.                                     "additionalProperties": false
  721.                                 }
  722.                             ],
  723.                             "required": false
  724.                         },
  725.                         "tags": {
  726.                             "description": "Limit result set to items with specific terms assigned in the tags taxonomy.",
  727.                             "type": [
  728.                                 "object",
  729.                                 "array"
  730.                             ],
  731.                             "oneOf": [
  732.                                 {
  733.                                     "title": "Term ID List",
  734.                                     "description": "Match terms with the listed IDs.",
  735.                                     "type": "array",
  736.                                     "items": {
  737.                                         "type": "integer"
  738.                                     }
  739.                                 },
  740.                                 {
  741.                                     "title": "Term ID Taxonomy Query",
  742.                                     "description": "Perform an advanced term query.",
  743.                                     "type": "object",
  744.                                     "properties": {
  745.                                         "terms": {
  746.                                             "description": "Term IDs.",
  747.                                             "type": "array",
  748.                                             "items": {
  749.                                                 "type": "integer"
  750.                                             },
  751.                                             "default": []
  752.                                         }
  753.                                     },
  754.                                     "additionalProperties": false
  755.                                 }
  756.                             ],
  757.                             "required": false
  758.                         },
  759.                         "tags_exclude": {
  760.                             "description": "Limit result set to items except those with specific terms assigned in the tags taxonomy.",
  761.                             "type": [
  762.                                 "object",
  763.                                 "array"
  764.                             ],
  765.                             "oneOf": [
  766.                                 {
  767.                                     "title": "Term ID List",
  768.                                     "description": "Match terms with the listed IDs.",
  769.                                     "type": "array",
  770.                                     "items": {
  771.                                         "type": "integer"
  772.                                     }
  773.                                 },
  774.                                 {
  775.                                     "title": "Term ID Taxonomy Query",
  776.                                     "description": "Perform an advanced term query.",
  777.                                     "type": "object",
  778.                                     "properties": {
  779.                                         "terms": {
  780.                                             "description": "Term IDs.",
  781.                                             "type": "array",
  782.                                             "items": {
  783.                                                 "type": "integer"
  784.                                             },
  785.                                             "default": []
  786.                                         }
  787.                                     },
  788.                                     "additionalProperties": false
  789.                                 }
  790.                             ],
  791.                             "required": false
  792.                         },
  793.                         "sticky": {
  794.                             "description": "Limit result set to items that are sticky.",
  795.                             "type": "boolean",
  796.                             "required": false
  797.                         }
  798.                     }
  799.                 },
  800.                 {
  801.                     "methods": [
  802.                         "POST"
  803.                     ],
  804.                     "args": {
  805.                         "date": {
  806.                             "description": "The date the object was published, in the site's timezone.",
  807.                             "type": [
  808.                                 "string",
  809.                                 "null"
  810.                             ],
  811.                             "format": "date-time",
  812.                             "required": false
  813.                         },
  814.                         "date_gmt": {
  815.                             "description": "The date the object was published, as GMT.",
  816.                             "type": [
  817.                                 "string",
  818.                                 "null"
  819.                             ],
  820.                             "format": "date-time",
  821.                             "required": false
  822.                         },
  823.                         "slug": {
  824.                             "description": "An alphanumeric identifier for the object unique to its type.",
  825.                             "type": "string",
  826.                             "required": false
  827.                         },
  828.                         "status": {
  829.                             "description": "A named status for the object.",
  830.                             "type": "string",
  831.                             "enum": [
  832.                                 "publish",
  833.                                 "future",
  834.                                 "draft",
  835.                                 "pending",
  836.                                 "private"
  837.                             ],
  838.                             "required": false
  839.                         },
  840.                         "password": {
  841.                             "description": "A password to protect access to the content and excerpt.",
  842.                             "type": "string",
  843.                             "required": false
  844.                         },
  845.                         "title": {
  846.                             "description": "The title for the object.",
  847.                             "type": "object",
  848.                             "properties": {
  849.                                 "raw": {
  850.                                     "description": "Title for the object, as it exists in the database.",
  851.                                     "type": "string",
  852.                                     "context": [
  853.                                         "edit"
  854.                                     ]
  855.                                 },
  856.                                 "rendered": {
  857.                                     "description": "HTML title for the object, transformed for display.",
  858.                                     "type": "string",
  859.                                     "context": [
  860.                                         "view",
  861.                                         "edit",
  862.                                         "embed"
  863.                                     ],
  864.                                     "readonly": true
  865.                                 }
  866.                             },
  867.                             "required": false
  868.                         },
  869.                         "content": {
  870.                             "description": "The content for the object.",
  871.                             "type": "object",
  872.                             "properties": {
  873.                                 "raw": {
  874.                                     "description": "Content for the object, as it exists in the database.",
  875.                                     "type": "string",
  876.                                     "context": [
  877.                                         "edit"
  878.                                     ]
  879.                                 },
  880.                                 "rendered": {
  881.                                     "description": "HTML content for the object, transformed for display.",
  882.                                     "type": "string",
  883.                                     "context": [
  884.                                         "view",
  885.                                         "edit"
  886.                                     ],
  887.                                     "readonly": true
  888.                                 },
  889.                                 "block_version": {
  890.                                     "description": "Version of the content block format used by the object.",
  891.                                     "type": "integer",
  892.                                     "context": [
  893.                                         "edit"
  894.                                     ],
  895.                                     "readonly": true
  896.                                 },
  897.                                 "protected": {
  898.                                     "description": "Whether the content is protected with a password.",
  899.                                     "type": "boolean",
  900.                                     "context": [
  901.                                         "view",
  902.                                         "edit",
  903.                                         "embed"
  904.                                     ],
  905.                                     "readonly": true
  906.                                 }
  907.                             },
  908.                             "required": false
  909.                         },
  910.                         "author": {
  911.                             "description": "The ID for the author of the object.",
  912.                             "type": "integer",
  913.                             "required": false
  914.                         },
  915.                         "excerpt": {
  916.                             "description": "The excerpt for the object.",
  917.                             "type": "object",
  918.                             "properties": {
  919.                                 "raw": {
  920.                                     "description": "Excerpt for the object, as it exists in the database.",
  921.                                     "type": "string",
  922.                                     "context": [
  923.                                         "edit"
  924.                                     ]
  925.                                 },
  926.                                 "rendered": {
  927.                                     "description": "HTML excerpt for the object, transformed for display.",
  928.                                     "type": "string",
  929.                                     "context": [
  930.                                         "view",
  931.                                         "edit",
  932.                                         "embed"
  933.                                     ],
  934.                                     "readonly": true
  935.                                 },
  936.                                 "protected": {
  937.                                     "description": "Whether the excerpt is protected with a password.",
  938.                                     "type": "boolean",
  939.                                     "context": [
  940.                                         "view",
  941.                                         "edit",
  942.                                         "embed"
  943.                                     ],
  944.                                     "readonly": true
  945.                                 }
  946.                             },
  947.                             "required": false
  948.                         },
  949.                         "featured_media": {
  950.                             "description": "The ID of the featured media for the object.",
  951.                             "type": "integer",
  952.                             "required": false
  953.                         },
  954.                         "comment_status": {
  955.                             "description": "Whether or not comments are open on the object.",
  956.                             "type": "string",
  957.                             "enum": [
  958.                                 "open",
  959.                                 "closed"
  960.                             ],
  961.                             "required": false
  962.                         },
  963.                         "ping_status": {
  964.                             "description": "Whether or not the object can be pinged.",
  965.                             "type": "string",
  966.                             "enum": [
  967.                                 "open",
  968.                                 "closed"
  969.                             ],
  970.                             "required": false
  971.                         },
  972.                         "format": {
  973.                             "description": "The format for the object.",
  974.                             "type": "string",
  975.                             "enum": [
  976.                                 "standard",
  977.                                 "aside",
  978.                                 "chat",
  979.                                 "gallery",
  980.                                 "link",
  981.                                 "image",
  982.                                 "quote",
  983.                                 "status",
  984.                                 "video",
  985.                                 "audio"
  986.                             ],
  987.                             "required": false
  988.                         },
  989.                         "meta": {
  990.                             "description": "Meta fields.",
  991.                             "type": "object",
  992.                             "properties": [],
  993.                             "required": false
  994.                         },
  995.                         "sticky": {
  996.                             "description": "Whether or not the object should be treated as sticky.",
  997.                             "type": "boolean",
  998.                             "required": false
  999.                         },
  1000.                         "template": {
  1001.                             "description": "The theme file to use to display the object.",
  1002.                             "type": "string",
  1003.                             "required": false
  1004.                         },
  1005.                         "categories": {
  1006.                             "description": "The terms assigned to the object in the category taxonomy.",
  1007.                             "type": "array",
  1008.                             "items": {
  1009.                                 "type": "integer"
  1010.                             },
  1011.                             "required": false
  1012.                         },
  1013.                         "tags": {
  1014.                             "description": "The terms assigned to the object in the post_tag taxonomy.",
  1015.                             "type": "array",
  1016.                             "items": {
  1017.                                 "type": "integer"
  1018.                             },
  1019.                             "required": false
  1020.                         }
  1021.                     }
  1022.                 }
  1023.             ],
  1024.             "_links": {
  1025.                 "self": [
  1026.                     {
  1027.                         "href": "https://dbmvs.com/wp-json/wp/v2/posts"
  1028.                     }
  1029.                 ]
  1030.             }
  1031.         },
  1032.         "/wp/v2/posts/(?P<id>[\\d]+)": {
  1033.             "namespace": "wp/v2",
  1034.             "methods": [
  1035.                 "GET",
  1036.                 "POST",
  1037.                 "PUT",
  1038.                 "PATCH",
  1039.                 "DELETE"
  1040.             ],
  1041.             "endpoints": [
  1042.                 {
  1043.                     "methods": [
  1044.                         "GET"
  1045.                     ],
  1046.                     "args": {
  1047.                         "id": {
  1048.                             "description": "Unique identifier for the object.",
  1049.                             "type": "integer",
  1050.                             "required": false
  1051.                         },
  1052.                         "context": {
  1053.                             "description": "Scope under which the request is made; determines fields present in response.",
  1054.                             "type": "string",
  1055.                             "enum": [
  1056.                                 "view",
  1057.                                 "embed",
  1058.                                 "edit"
  1059.                             ],
  1060.                             "default": "view",
  1061.                             "required": false
  1062.                         },
  1063.                         "password": {
  1064.                             "description": "The password for the post if it is password protected.",
  1065.                             "type": "string",
  1066.                             "required": false
  1067.                         }
  1068.                     }
  1069.                 },
  1070.                 {
  1071.                     "methods": [
  1072.                         "POST",
  1073.                         "PUT",
  1074.                         "PATCH"
  1075.                     ],
  1076.                     "args": {
  1077.                         "id": {
  1078.                             "description": "Unique identifier for the object.",
  1079.                             "type": "integer",
  1080.                             "required": false
  1081.                         },
  1082.                         "date": {
  1083.                             "description": "The date the object was published, in the site's timezone.",
  1084.                             "type": [
  1085.                                 "string",
  1086.                                 "null"
  1087.                             ],
  1088.                             "format": "date-time",
  1089.                             "required": false
  1090.                         },
  1091.                         "date_gmt": {
  1092.                             "description": "The date the object was published, as GMT.",
  1093.                             "type": [
  1094.                                 "string",
  1095.                                 "null"
  1096.                             ],
  1097.                             "format": "date-time",
  1098.                             "required": false
  1099.                         },
  1100.                         "slug": {
  1101.                             "description": "An alphanumeric identifier for the object unique to its type.",
  1102.                             "type": "string",
  1103.                             "required": false
  1104.                         },
  1105.                         "status": {
  1106.                             "description": "A named status for the object.",
  1107.                             "type": "string",
  1108.                             "enum": [
  1109.                                 "publish",
  1110.                                 "future",
  1111.                                 "draft",
  1112.                                 "pending",
  1113.                                 "private"
  1114.                             ],
  1115.                             "required": false
  1116.                         },
  1117.                         "password": {
  1118.                             "description": "A password to protect access to the content and excerpt.",
  1119.                             "type": "string",
  1120.                             "required": false
  1121.                         },
  1122.                         "title": {
  1123.                             "description": "The title for the object.",
  1124.                             "type": "object",
  1125.                             "properties": {
  1126.                                 "raw": {
  1127.                                     "description": "Title for the object, as it exists in the database.",
  1128.                                     "type": "string",
  1129.                                     "context": [
  1130.                                         "edit"
  1131.                                     ]
  1132.                                 },
  1133.                                 "rendered": {
  1134.                                     "description": "HTML title for the object, transformed for display.",
  1135.                                     "type": "string",
  1136.                                     "context": [
  1137.                                         "view",
  1138.                                         "edit",
  1139.                                         "embed"
  1140.                                     ],
  1141.                                     "readonly": true
  1142.                                 }
  1143.                             },
  1144.                             "required": false
  1145.                         },
  1146.                         "content": {
  1147.                             "description": "The content for the object.",
  1148.                             "type": "object",
  1149.                             "properties": {
  1150.                                 "raw": {
  1151.                                     "description": "Content for the object, as it exists in the database.",
  1152.                                     "type": "string",
  1153.                                     "context": [
  1154.                                         "edit"
  1155.                                     ]
  1156.                                 },
  1157.                                 "rendered": {
  1158.                                     "description": "HTML content for the object, transformed for display.",
  1159.                                     "type": "string",
  1160.                                     "context": [
  1161.                                         "view",
  1162.                                         "edit"
  1163.                                     ],
  1164.                                     "readonly": true
  1165.                                 },
  1166.                                 "block_version": {
  1167.                                     "description": "Version of the content block format used by the object.",
  1168.                                     "type": "integer",
  1169.                                     "context": [
  1170.                                         "edit"
  1171.                                     ],
  1172.                                     "readonly": true
  1173.                                 },
  1174.                                 "protected": {
  1175.                                     "description": "Whether the content is protected with a password.",
  1176.                                     "type": "boolean",
  1177.                                     "context": [
  1178.                                         "view",
  1179.                                         "edit",
  1180.                                         "embed"
  1181.                                     ],
  1182.                                     "readonly": true
  1183.                                 }
  1184.                             },
  1185.                             "required": false
  1186.                         },
  1187.                         "author": {
  1188.                             "description": "The ID for the author of the object.",
  1189.                             "type": "integer",
  1190.                             "required": false
  1191.                         },
  1192.                         "excerpt": {
  1193.                             "description": "The excerpt for the object.",
  1194.                             "type": "object",
  1195.                             "properties": {
  1196.                                 "raw": {
  1197.                                     "description": "Excerpt for the object, as it exists in the database.",
  1198.                                     "type": "string",
  1199.                                     "context": [
  1200.                                         "edit"
  1201.                                     ]
  1202.                                 },
  1203.                                 "rendered": {
  1204.                                     "description": "HTML excerpt for the object, transformed for display.",
  1205.                                     "type": "string",
  1206.                                     "context": [
  1207.                                         "view",
  1208.                                         "edit",
  1209.                                         "embed"
  1210.                                     ],
  1211.                                     "readonly": true
  1212.                                 },
  1213.                                 "protected": {
  1214.                                     "description": "Whether the excerpt is protected with a password.",
  1215.                                     "type": "boolean",
  1216.                                     "context": [
  1217.                                         "view",
  1218.                                         "edit",
  1219.                                         "embed"
  1220.                                     ],
  1221.                                     "readonly": true
  1222.                                 }
  1223.                             },
  1224.                             "required": false
  1225.                         },
  1226.                         "featured_media": {
  1227.                             "description": "The ID of the featured media for the object.",
  1228.                             "type": "integer",
  1229.                             "required": false
  1230.                         },
  1231.                         "comment_status": {
  1232.                             "description": "Whether or not comments are open on the object.",
  1233.                             "type": "string",
  1234.                             "enum": [
  1235.                                 "open",
  1236.                                 "closed"
  1237.                             ],
  1238.                             "required": false
  1239.                         },
  1240.                         "ping_status": {
  1241.                             "description": "Whether or not the object can be pinged.",
  1242.                             "type": "string",
  1243.                             "enum": [
  1244.                                 "open",
  1245.                                 "closed"
  1246.                             ],
  1247.                             "required": false
  1248.                         },
  1249.                         "format": {
  1250.                             "description": "The format for the object.",
  1251.                             "type": "string",
  1252.                             "enum": [
  1253.                                 "standard",
  1254.                                 "aside",
  1255.                                 "chat",
  1256.                                 "gallery",
  1257.                                 "link",
  1258.                                 "image",
  1259.                                 "quote",
  1260.                                 "status",
  1261.                                 "video",
  1262.                                 "audio"
  1263.                             ],
  1264.                             "required": false
  1265.                         },
  1266.                         "meta": {
  1267.                             "description": "Meta fields.",
  1268.                             "type": "object",
  1269.                             "properties": [],
  1270.                             "required": false
  1271.                         },
  1272.                         "sticky": {
  1273.                             "description": "Whether or not the object should be treated as sticky.",
  1274.                             "type": "boolean",
  1275.                             "required": false
  1276.                         },
  1277.                         "template": {
  1278.                             "description": "The theme file to use to display the object.",
  1279.                             "type": "string",
  1280.                             "required": false
  1281.                         },
  1282.                         "categories": {
  1283.                             "description": "The terms assigned to the object in the category taxonomy.",
  1284.                             "type": "array",
  1285.                             "items": {
  1286.                                 "type": "integer"
  1287.                             },
  1288.                             "required": false
  1289.                         },
  1290.                         "tags": {
  1291.                             "description": "The terms assigned to the object in the post_tag taxonomy.",
  1292.                             "type": "array",
  1293.                             "items": {
  1294.                                 "type": "integer"
  1295.                             },
  1296.                             "required": false
  1297.                         }
  1298.                     }
  1299.                 },
  1300.                 {
  1301.                     "methods": [
  1302.                         "DELETE"
  1303.                     ],
  1304.                     "args": {
  1305.                         "id": {
  1306.                             "description": "Unique identifier for the object.",
  1307.                             "type": "integer",
  1308.                             "required": false
  1309.                         },
  1310.                         "force": {
  1311.                             "type": "boolean",
  1312.                             "default": false,
  1313.                             "description": "Whether to bypass Trash and force deletion.",
  1314.                             "required": false
  1315.                         }
  1316.                     }
  1317.                 }
  1318.             ]
  1319.         },
  1320.         "/wp/v2/posts/(?P<parent>[\\d]+)/revisions": {
  1321.             "namespace": "wp/v2",
  1322.             "methods": [
  1323.                 "GET"
  1324.             ],
  1325.             "endpoints": [
  1326.                 {
  1327.                     "methods": [
  1328.                         "GET"
  1329.                     ],
  1330.                     "args": {
  1331.                         "parent": {
  1332.                             "description": "The ID for the parent of the object.",
  1333.                             "type": "integer",
  1334.                             "required": false
  1335.                         },
  1336.                         "context": {
  1337.                             "description": "Scope under which the request is made; determines fields present in response.",
  1338.                             "type": "string",
  1339.                             "enum": [
  1340.                                 "view",
  1341.                                 "embed",
  1342.                                 "edit"
  1343.                             ],
  1344.                             "default": "view",
  1345.                             "required": false
  1346.                         },
  1347.                         "page": {
  1348.                             "description": "Current page of the collection.",
  1349.                             "type": "integer",
  1350.                             "default": 1,
  1351.                             "minimum": 1,
  1352.                             "required": false
  1353.                         },
  1354.                         "per_page": {
  1355.                             "description": "Maximum number of items to be returned in result set.",
  1356.                             "type": "integer",
  1357.                             "minimum": 1,
  1358.                             "maximum": 100,
  1359.                             "required": false
  1360.                         },
  1361.                         "search": {
  1362.                             "description": "Limit results to those matching a string.",
  1363.                             "type": "string",
  1364.                             "required": false
  1365.                         },
  1366.                         "exclude": {
  1367.                             "description": "Ensure result set excludes specific IDs.",
  1368.                             "type": "array",
  1369.                             "items": {
  1370.                                 "type": "integer"
  1371.                             },
  1372.                             "default": [],
  1373.                             "required": false
  1374.                         },
  1375.                         "include": {
  1376.                             "description": "Limit result set to specific IDs.",
  1377.                             "type": "array",
  1378.                             "items": {
  1379.                                 "type": "integer"
  1380.                             },
  1381.                             "default": [],
  1382.                             "required": false
  1383.                         },
  1384.                         "offset": {
  1385.                             "description": "Offset the result set by a specific number of items.",
  1386.                             "type": "integer",
  1387.                             "required": false
  1388.                         },
  1389.                         "order": {
  1390.                             "description": "Order sort attribute ascending or descending.",
  1391.                             "type": "string",
  1392.                             "default": "desc",
  1393.                             "enum": [
  1394.                                 "asc",
  1395.                                 "desc"
  1396.                             ],
  1397.                             "required": false
  1398.                         },
  1399.                         "orderby": {
  1400.                             "description": "Sort collection by object attribute.",
  1401.                             "type": "string",
  1402.                             "default": "date",
  1403.                             "enum": [
  1404.                                 "date",
  1405.                                 "id",
  1406.                                 "include",
  1407.                                 "relevance",
  1408.                                 "slug",
  1409.                                 "include_slugs",
  1410.                                 "title"
  1411.                             ],
  1412.                             "required": false
  1413.                         }
  1414.                     }
  1415.                 }
  1416.             ]
  1417.         },
  1418.         "/wp/v2/posts/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)": {
  1419.             "namespace": "wp/v2",
  1420.             "methods": [
  1421.                 "GET",
  1422.                 "DELETE"
  1423.             ],
  1424.             "endpoints": [
  1425.                 {
  1426.                     "methods": [
  1427.                         "GET"
  1428.                     ],
  1429.                     "args": {
  1430.                         "parent": {
  1431.                             "description": "The ID for the parent of the object.",
  1432.                             "type": "integer",
  1433.                             "required": false
  1434.                         },
  1435.                         "id": {
  1436.                             "description": "Unique identifier for the object.",
  1437.                             "type": "integer",
  1438.                             "required": false
  1439.                         },
  1440.                         "context": {
  1441.                             "description": "Scope under which the request is made; determines fields present in response.",
  1442.                             "type": "string",
  1443.                             "enum": [
  1444.                                 "view",
  1445.                                 "embed",
  1446.                                 "edit"
  1447.                             ],
  1448.                             "default": "view",
  1449.                             "required": false
  1450.                         }
  1451.                     }
  1452.                 },
  1453.                 {
  1454.                     "methods": [
  1455.                         "DELETE"
  1456.                     ],
  1457.                     "args": {
  1458.                         "parent": {
  1459.                             "description": "The ID for the parent of the object.",
  1460.                             "type": "integer",
  1461.                             "required": false
  1462.                         },
  1463.                         "id": {
  1464.                             "description": "Unique identifier for the object.",
  1465.                             "type": "integer",
  1466.                             "required": false
  1467.                         },
  1468.                         "force": {
  1469.                             "type": "boolean",
  1470.                             "default": false,
  1471.                             "description": "Required to be true, as revisions do not support trashing.",
  1472.                             "required": false
  1473.                         }
  1474.                     }
  1475.                 }
  1476.             ]
  1477.         },
  1478.         "/wp/v2/posts/(?P<id>[\\d]+)/autosaves": {
  1479.             "namespace": "wp/v2",
  1480.             "methods": [
  1481.                 "GET",
  1482.                 "POST"
  1483.             ],
  1484.             "endpoints": [
  1485.                 {
  1486.                     "methods": [
  1487.                         "GET"
  1488.                     ],
  1489.                     "args": {
  1490.                         "parent": {
  1491.                             "description": "The ID for the parent of the object.",
  1492.                             "type": "integer",
  1493.                             "required": false
  1494.                         },
  1495.                         "context": {
  1496.                             "description": "Scope under which the request is made; determines fields present in response.",
  1497.                             "type": "string",
  1498.                             "enum": [
  1499.                                 "view",
  1500.                                 "embed",
  1501.                                 "edit"
  1502.                             ],
  1503.                             "default": "view",
  1504.                             "required": false
  1505.                         }
  1506.                     }
  1507.                 },
  1508.                 {
  1509.                     "methods": [
  1510.                         "POST"
  1511.                     ],
  1512.                     "args": {
  1513.                         "parent": {
  1514.                             "description": "The ID for the parent of the object.",
  1515.                             "type": "integer",
  1516.                             "required": false
  1517.                         },
  1518.                         "date": {
  1519.                             "description": "The date the object was published, in the site's timezone.",
  1520.                             "type": [
  1521.                                 "string",
  1522.                                 "null"
  1523.                             ],
  1524.                             "format": "date-time",
  1525.                             "required": false
  1526.                         },
  1527.                         "date_gmt": {
  1528.                             "description": "The date the object was published, as GMT.",
  1529.                             "type": [
  1530.                                 "string",
  1531.                                 "null"
  1532.                             ],
  1533.                             "format": "date-time",
  1534.                             "required": false
  1535.                         },
  1536.                         "slug": {
  1537.                             "description": "An alphanumeric identifier for the object unique to its type.",
  1538.                             "type": "string",
  1539.                             "required": false
  1540.                         },
  1541.                         "status": {
  1542.                             "description": "A named status for the object.",
  1543.                             "type": "string",
  1544.                             "enum": [
  1545.                                 "publish",
  1546.                                 "future",
  1547.                                 "draft",
  1548.                                 "pending",
  1549.                                 "private"
  1550.                             ],
  1551.                             "required": false
  1552.                         },
  1553.                         "password": {
  1554.                             "description": "A password to protect access to the content and excerpt.",
  1555.                             "type": "string",
  1556.                             "required": false
  1557.                         },
  1558.                         "title": {
  1559.                             "description": "The title for the object.",
  1560.                             "type": "object",
  1561.                             "properties": {
  1562.                                 "raw": {
  1563.                                     "description": "Title for the object, as it exists in the database.",
  1564.                                     "type": "string",
  1565.                                     "context": [
  1566.                                         "edit"
  1567.                                     ]
  1568.                                 },
  1569.                                 "rendered": {
  1570.                                     "description": "HTML title for the object, transformed for display.",
  1571.                                     "type": "string",
  1572.                                     "context": [
  1573.                                         "view",
  1574.                                         "edit",
  1575.                                         "embed"
  1576.                                     ],
  1577.                                     "readonly": true
  1578.                                 }
  1579.                             },
  1580.                             "required": false
  1581.                         },
  1582.                         "content": {
  1583.                             "description": "The content for the object.",
  1584.                             "type": "object",
  1585.                             "properties": {
  1586.                                 "raw": {
  1587.                                     "description": "Content for the object, as it exists in the database.",
  1588.                                     "type": "string",
  1589.                                     "context": [
  1590.                                         "edit"
  1591.                                     ]
  1592.                                 },
  1593.                                 "rendered": {
  1594.                                     "description": "HTML content for the object, transformed for display.",
  1595.                                     "type": "string",
  1596.                                     "context": [
  1597.                                         "view",
  1598.                                         "edit"
  1599.                                     ],
  1600.                                     "readonly": true
  1601.                                 },
  1602.                                 "block_version": {
  1603.                                     "description": "Version of the content block format used by the object.",
  1604.                                     "type": "integer",
  1605.                                     "context": [
  1606.                                         "edit"
  1607.                                     ],
  1608.                                     "readonly": true
  1609.                                 },
  1610.                                 "protected": {
  1611.                                     "description": "Whether the content is protected with a password.",
  1612.                                     "type": "boolean",
  1613.                                     "context": [
  1614.                                         "view",
  1615.                                         "edit",
  1616.                                         "embed"
  1617.                                     ],
  1618.                                     "readonly": true
  1619.                                 }
  1620.                             },
  1621.                             "required": false
  1622.                         },
  1623.                         "author": {
  1624.                             "description": "The ID for the author of the object.",
  1625.                             "type": "integer",
  1626.                             "required": false
  1627.                         },
  1628.                         "excerpt": {
  1629.                             "description": "The excerpt for the object.",
  1630.                             "type": "object",
  1631.                             "properties": {
  1632.                                 "raw": {
  1633.                                     "description": "Excerpt for the object, as it exists in the database.",
  1634.                                     "type": "string",
  1635.                                     "context": [
  1636.                                         "edit"
  1637.                                     ]
  1638.                                 },
  1639.                                 "rendered": {
  1640.                                     "description": "HTML excerpt for the object, transformed for display.",
  1641.                                     "type": "string",
  1642.                                     "context": [
  1643.                                         "view",
  1644.                                         "edit",
  1645.                                         "embed"
  1646.                                     ],
  1647.                                     "readonly": true
  1648.                                 },
  1649.                                 "protected": {
  1650.                                     "description": "Whether the excerpt is protected with a password.",
  1651.                                     "type": "boolean",
  1652.                                     "context": [
  1653.                                         "view",
  1654.                                         "edit",
  1655.                                         "embed"
  1656.                                     ],
  1657.                                     "readonly": true
  1658.                                 }
  1659.                             },
  1660.                             "required": false
  1661.                         },
  1662.                         "featured_media": {
  1663.                             "description": "The ID of the featured media for the object.",
  1664.                             "type": "integer",
  1665.                             "required": false
  1666.                         },
  1667.                         "comment_status": {
  1668.                             "description": "Whether or not comments are open on the object.",
  1669.                             "type": "string",
  1670.                             "enum": [
  1671.                                 "open",
  1672.                                 "closed"
  1673.                             ],
  1674.                             "required": false
  1675.                         },
  1676.                         "ping_status": {
  1677.                             "description": "Whether or not the object can be pinged.",
  1678.                             "type": "string",
  1679.                             "enum": [
  1680.                                 "open",
  1681.                                 "closed"
  1682.                             ],
  1683.                             "required": false
  1684.                         },
  1685.                         "format": {
  1686.                             "description": "The format for the object.",
  1687.                             "type": "string",
  1688.                             "enum": [
  1689.                                 "standard",
  1690.                                 "aside",
  1691.                                 "chat",
  1692.                                 "gallery",
  1693.                                 "link",
  1694.                                 "image",
  1695.                                 "quote",
  1696.                                 "status",
  1697.                                 "video",
  1698.                                 "audio"
  1699.                             ],
  1700.                             "required": false
  1701.                         },
  1702.                         "meta": {
  1703.                             "description": "Meta fields.",
  1704.                             "type": "object",
  1705.                             "properties": [],
  1706.                             "required": false
  1707.                         },
  1708.                         "sticky": {
  1709.                             "description": "Whether or not the object should be treated as sticky.",
  1710.                             "type": "boolean",
  1711.                             "required": false
  1712.                         },
  1713.                         "template": {
  1714.                             "description": "The theme file to use to display the object.",
  1715.                             "type": "string",
  1716.                             "required": false
  1717.                         },
  1718.                         "categories": {
  1719.                             "description": "The terms assigned to the object in the category taxonomy.",
  1720.                             "type": "array",
  1721.                             "items": {
  1722.                                 "type": "integer"
  1723.                             },
  1724.                             "required": false
  1725.                         },
  1726.                         "tags": {
  1727.                             "description": "The terms assigned to the object in the post_tag taxonomy.",
  1728.                             "type": "array",
  1729.                             "items": {
  1730.                                 "type": "integer"
  1731.                             },
  1732.                             "required": false
  1733.                         }
  1734.                     }
  1735.                 }
  1736.             ]
  1737.         },
  1738.         "/wp/v2/posts/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)": {
  1739.             "namespace": "wp/v2",
  1740.             "methods": [
  1741.                 "GET"
  1742.             ],
  1743.             "endpoints": [
  1744.                 {
  1745.                     "methods": [
  1746.                         "GET"
  1747.                     ],
  1748.                     "args": {
  1749.                         "parent": {
  1750.                             "description": "The ID for the parent of the object.",
  1751.                             "type": "integer",
  1752.                             "required": false
  1753.                         },
  1754.                         "id": {
  1755.                             "description": "The ID for the object.",
  1756.                             "type": "integer",
  1757.                             "required": false
  1758.                         },
  1759.                         "context": {
  1760.                             "description": "Scope under which the request is made; determines fields present in response.",
  1761.                             "type": "string",
  1762.                             "enum": [
  1763.                                 "view",
  1764.                                 "embed",
  1765.                                 "edit"
  1766.                             ],
  1767.                             "default": "view",
  1768.                             "required": false
  1769.                         }
  1770.                     }
  1771.                 }
  1772.             ]
  1773.         },
  1774.         "/wp/v2/pages": {
  1775.             "namespace": "wp/v2",
  1776.             "methods": [
  1777.                 "GET",
  1778.                 "POST"
  1779.             ],
  1780.             "endpoints": [
  1781.                 {
  1782.                     "methods": [
  1783.                         "GET"
  1784.                     ],
  1785.                     "args": {
  1786.                         "context": {
  1787.                             "description": "Scope under which the request is made; determines fields present in response.",
  1788.                             "type": "string",
  1789.                             "enum": [
  1790.                                 "view",
  1791.                                 "embed",
  1792.                                 "edit"
  1793.                             ],
  1794.                             "default": "view",
  1795.                             "required": false
  1796.                         },
  1797.                         "page": {
  1798.                             "description": "Current page of the collection.",
  1799.                             "type": "integer",
  1800.                             "default": 1,
  1801.                             "minimum": 1,
  1802.                             "required": false
  1803.                         },
  1804.                         "per_page": {
  1805.                             "description": "Maximum number of items to be returned in result set.",
  1806.                             "type": "integer",
  1807.                             "default": 10,
  1808.                             "minimum": 1,
  1809.                             "maximum": 100,
  1810.                             "required": false
  1811.                         },
  1812.                         "search": {
  1813.                             "description": "Limit results to those matching a string.",
  1814.                             "type": "string",
  1815.                             "required": false
  1816.                         },
  1817.                         "after": {
  1818.                             "description": "Limit response to posts published after a given ISO8601 compliant date.",
  1819.                             "type": "string",
  1820.                             "format": "date-time",
  1821.                             "required": false
  1822.                         },
  1823.                         "modified_after": {
  1824.                             "description": "Limit response to posts modified after a given ISO8601 compliant date.",
  1825.                             "type": "string",
  1826.                             "format": "date-time",
  1827.                             "required": false
  1828.                         },
  1829.                         "author": {
  1830.                             "description": "Limit result set to posts assigned to specific authors.",
  1831.                             "type": "array",
  1832.                             "items": {
  1833.                                 "type": "integer"
  1834.                             },
  1835.                             "default": [],
  1836.                             "required": false
  1837.                         },
  1838.                         "author_exclude": {
  1839.                             "description": "Ensure result set excludes posts assigned to specific authors.",
  1840.                             "type": "array",
  1841.                             "items": {
  1842.                                 "type": "integer"
  1843.                             },
  1844.                             "default": [],
  1845.                             "required": false
  1846.                         },
  1847.                         "before": {
  1848.                             "description": "Limit response to posts published before a given ISO8601 compliant date.",
  1849.                             "type": "string",
  1850.                             "format": "date-time",
  1851.                             "required": false
  1852.                         },
  1853.                         "modified_before": {
  1854.                             "description": "Limit response to posts modified before a given ISO8601 compliant date.",
  1855.                             "type": "string",
  1856.                             "format": "date-time",
  1857.                             "required": false
  1858.                         },
  1859.                         "exclude": {
  1860.                             "description": "Ensure result set excludes specific IDs.",
  1861.                             "type": "array",
  1862.                             "items": {
  1863.                                 "type": "integer"
  1864.                             },
  1865.                             "default": [],
  1866.                             "required": false
  1867.                         },
  1868.                         "include": {
  1869.                             "description": "Limit result set to specific IDs.",
  1870.                             "type": "array",
  1871.                             "items": {
  1872.                                 "type": "integer"
  1873.                             },
  1874.                             "default": [],
  1875.                             "required": false
  1876.                         },
  1877.                         "menu_order": {
  1878.                             "description": "Limit result set to posts with a specific menu_order value.",
  1879.                             "type": "integer",
  1880.                             "required": false
  1881.                         },
  1882.                         "offset": {
  1883.                             "description": "Offset the result set by a specific number of items.",
  1884.                             "type": "integer",
  1885.                             "required": false
  1886.                         },
  1887.                         "order": {
  1888.                             "description": "Order sort attribute ascending or descending.",
  1889.                             "type": "string",
  1890.                             "default": "desc",
  1891.                             "enum": [
  1892.                                 "asc",
  1893.                                 "desc"
  1894.                             ],
  1895.                             "required": false
  1896.                         },
  1897.                         "orderby": {
  1898.                             "description": "Sort collection by object attribute.",
  1899.                             "type": "string",
  1900.                             "default": "date",
  1901.                             "enum": [
  1902.                                 "author",
  1903.                                 "date",
  1904.                                 "id",
  1905.                                 "include",
  1906.                                 "modified",
  1907.                                 "parent",
  1908.                                 "relevance",
  1909.                                 "slug",
  1910.                                 "include_slugs",
  1911.                                 "title",
  1912.                                 "menu_order"
  1913.                             ],
  1914.                             "required": false
  1915.                         },
  1916.                         "parent": {
  1917.                             "description": "Limit result set to items with particular parent IDs.",
  1918.                             "type": "array",
  1919.                             "items": {
  1920.                                 "type": "integer"
  1921.                             },
  1922.                             "default": [],
  1923.                             "required": false
  1924.                         },
  1925.                         "parent_exclude": {
  1926.                             "description": "Limit result set to all items except those of a particular parent ID.",
  1927.                             "type": "array",
  1928.                             "items": {
  1929.                                 "type": "integer"
  1930.                             },
  1931.                             "default": [],
  1932.                             "required": false
  1933.                         },
  1934.                         "slug": {
  1935.                             "description": "Limit result set to posts with one or more specific slugs.",
  1936.                             "type": "array",
  1937.                             "items": {
  1938.                                 "type": "string"
  1939.                             },
  1940.                             "required": false
  1941.                         },
  1942.                         "status": {
  1943.                             "default": "publish",
  1944.                             "description": "Limit result set to posts assigned one or more statuses.",
  1945.                             "type": "array",
  1946.                             "items": {
  1947.                                 "enum": [
  1948.                                     "publish",
  1949.                                     "future",
  1950.                                     "draft",
  1951.                                     "pending",
  1952.                                     "private",
  1953.                                     "trash",
  1954.                                     "auto-draft",
  1955.                                     "inherit",
  1956.                                     "request-pending",
  1957.                                     "request-confirmed",
  1958.                                     "request-failed",
  1959.                                     "request-completed",
  1960.                                     "any"
  1961.                                 ],
  1962.                                 "type": "string"
  1963.                             },
  1964.                             "required": false
  1965.                         }
  1966.                     }
  1967.                 },
  1968.                 {
  1969.                     "methods": [
  1970.                         "POST"
  1971.                     ],
  1972.                     "args": {
  1973.                         "date": {
  1974.                             "description": "The date the object was published, in the site's timezone.",
  1975.                             "type": [
  1976.                                 "string",
  1977.                                 "null"
  1978.                             ],
  1979.                             "format": "date-time",
  1980.                             "required": false
  1981.                         },
  1982.                         "date_gmt": {
  1983.                             "description": "The date the object was published, as GMT.",
  1984.                             "type": [
  1985.                                 "string",
  1986.                                 "null"
  1987.                             ],
  1988.                             "format": "date-time",
  1989.                             "required": false
  1990.                         },
  1991.                         "slug": {
  1992.                             "description": "An alphanumeric identifier for the object unique to its type.",
  1993.                             "type": "string",
  1994.                             "required": false
  1995.                         },
  1996.                         "status": {
  1997.                             "description": "A named status for the object.",
  1998.                             "type": "string",
  1999.                             "enum": [
  2000.                                 "publish",
  2001.                                 "future",
  2002.                                 "draft",
  2003.                                 "pending",
  2004.                                 "private"
  2005.                             ],
  2006.                             "required": false
  2007.                         },
  2008.                         "password": {
  2009.                             "description": "A password to protect access to the content and excerpt.",
  2010.                             "type": "string",
  2011.                             "required": false
  2012.                         },
  2013.                         "parent": {
  2014.                             "description": "The ID for the parent of the object.",
  2015.                             "type": "integer",
  2016.                             "required": false
  2017.                         },
  2018.                         "title": {
  2019.                             "description": "The title for the object.",
  2020.                             "type": "object",
  2021.                             "properties": {
  2022.                                 "raw": {
  2023.                                     "description": "Title for the object, as it exists in the database.",
  2024.                                     "type": "string",
  2025.                                     "context": [
  2026.                                         "edit"
  2027.                                     ]
  2028.                                 },
  2029.                                 "rendered": {
  2030.                                     "description": "HTML title for the object, transformed for display.",
  2031.                                     "type": "string",
  2032.                                     "context": [
  2033.                                         "view",
  2034.                                         "edit",
  2035.                                         "embed"
  2036.                                     ],
  2037.                                     "readonly": true
  2038.                                 }
  2039.                             },
  2040.                             "required": false
  2041.                         },
  2042.                         "content": {
  2043.                             "description": "The content for the object.",
  2044.                             "type": "object",
  2045.                             "properties": {
  2046.                                 "raw": {
  2047.                                     "description": "Content for the object, as it exists in the database.",
  2048.                                     "type": "string",
  2049.                                     "context": [
  2050.                                         "edit"
  2051.                                     ]
  2052.                                 },
  2053.                                 "rendered": {
  2054.                                     "description": "HTML content for the object, transformed for display.",
  2055.                                     "type": "string",
  2056.                                     "context": [
  2057.                                         "view",
  2058.                                         "edit"
  2059.                                     ],
  2060.                                     "readonly": true
  2061.                                 },
  2062.                                 "block_version": {
  2063.                                     "description": "Version of the content block format used by the object.",
  2064.                                     "type": "integer",
  2065.                                     "context": [
  2066.                                         "edit"
  2067.                                     ],
  2068.                                     "readonly": true
  2069.                                 },
  2070.                                 "protected": {
  2071.                                     "description": "Whether the content is protected with a password.",
  2072.                                     "type": "boolean",
  2073.                                     "context": [
  2074.                                         "view",
  2075.                                         "edit",
  2076.                                         "embed"
  2077.                                     ],
  2078.                                     "readonly": true
  2079.                                 }
  2080.                             },
  2081.                             "required": false
  2082.                         },
  2083.                         "author": {
  2084.                             "description": "The ID for the author of the object.",
  2085.                             "type": "integer",
  2086.                             "required": false
  2087.                         },
  2088.                         "excerpt": {
  2089.                             "description": "The excerpt for the object.",
  2090.                             "type": "object",
  2091.                             "properties": {
  2092.                                 "raw": {
  2093.                                     "description": "Excerpt for the object, as it exists in the database.",
  2094.                                     "type": "string",
  2095.                                     "context": [
  2096.                                         "edit"
  2097.                                     ]
  2098.                                 },
  2099.                                 "rendered": {
  2100.                                     "description": "HTML excerpt for the object, transformed for display.",
  2101.                                     "type": "string",
  2102.                                     "context": [
  2103.                                         "view",
  2104.                                         "edit",
  2105.                                         "embed"
  2106.                                     ],
  2107.                                     "readonly": true
  2108.                                 },
  2109.                                 "protected": {
  2110.                                     "description": "Whether the excerpt is protected with a password.",
  2111.                                     "type": "boolean",
  2112.                                     "context": [
  2113.                                         "view",
  2114.                                         "edit",
  2115.                                         "embed"
  2116.                                     ],
  2117.                                     "readonly": true
  2118.                                 }
  2119.                             },
  2120.                             "required": false
  2121.                         },
  2122.                         "featured_media": {
  2123.                             "description": "The ID of the featured media for the object.",
  2124.                             "type": "integer",
  2125.                             "required": false
  2126.                         },
  2127.                         "comment_status": {
  2128.                             "description": "Whether or not comments are open on the object.",
  2129.                             "type": "string",
  2130.                             "enum": [
  2131.                                 "open",
  2132.                                 "closed"
  2133.                             ],
  2134.                             "required": false
  2135.                         },
  2136.                         "ping_status": {
  2137.                             "description": "Whether or not the object can be pinged.",
  2138.                             "type": "string",
  2139.                             "enum": [
  2140.                                 "open",
  2141.                                 "closed"
  2142.                             ],
  2143.                             "required": false
  2144.                         },
  2145.                         "menu_order": {
  2146.                             "description": "The order of the object in relation to other object of its type.",
  2147.                             "type": "integer",
  2148.                             "required": false
  2149.                         },
  2150.                         "meta": {
  2151.                             "description": "Meta fields.",
  2152.                             "type": "object",
  2153.                             "properties": [],
  2154.                             "required": false
  2155.                         },
  2156.                         "template": {
  2157.                             "description": "The theme file to use to display the object.",
  2158.                             "type": "string",
  2159.                             "required": false
  2160.                         }
  2161.                     }
  2162.                 }
  2163.             ],
  2164.             "_links": {
  2165.                 "self": [
  2166.                     {
  2167.                         "href": "https://dbmvs.com/wp-json/wp/v2/pages"
  2168.                     }
  2169.                 ]
  2170.             }
  2171.         },
  2172.         "/wp/v2/pages/(?P<id>[\\d]+)": {
  2173.             "namespace": "wp/v2",
  2174.             "methods": [
  2175.                 "GET",
  2176.                 "POST",
  2177.                 "PUT",
  2178.                 "PATCH",
  2179.                 "DELETE"
  2180.             ],
  2181.             "endpoints": [
  2182.                 {
  2183.                     "methods": [
  2184.                         "GET"
  2185.                     ],
  2186.                     "args": {
  2187.                         "id": {
  2188.                             "description": "Unique identifier for the object.",
  2189.                             "type": "integer",
  2190.                             "required": false
  2191.                         },
  2192.                         "context": {
  2193.                             "description": "Scope under which the request is made; determines fields present in response.",
  2194.                             "type": "string",
  2195.                             "enum": [
  2196.                                 "view",
  2197.                                 "embed",
  2198.                                 "edit"
  2199.                             ],
  2200.                             "default": "view",
  2201.                             "required": false
  2202.                         },
  2203.                         "password": {
  2204.                             "description": "The password for the post if it is password protected.",
  2205.                             "type": "string",
  2206.                             "required": false
  2207.                         }
  2208.                     }
  2209.                 },
  2210.                 {
  2211.                     "methods": [
  2212.                         "POST",
  2213.                         "PUT",
  2214.                         "PATCH"
  2215.                     ],
  2216.                     "args": {
  2217.                         "id": {
  2218.                             "description": "Unique identifier for the object.",
  2219.                             "type": "integer",
  2220.                             "required": false
  2221.                         },
  2222.                         "date": {
  2223.                             "description": "The date the object was published, in the site's timezone.",
  2224.                             "type": [
  2225.                                 "string",
  2226.                                 "null"
  2227.                             ],
  2228.                             "format": "date-time",
  2229.                             "required": false
  2230.                         },
  2231.                         "date_gmt": {
  2232.                             "description": "The date the object was published, as GMT.",
  2233.                             "type": [
  2234.                                 "string",
  2235.                                 "null"
  2236.                             ],
  2237.                             "format": "date-time",
  2238.                             "required": false
  2239.                         },
  2240.                         "slug": {
  2241.                             "description": "An alphanumeric identifier for the object unique to its type.",
  2242.                             "type": "string",
  2243.                             "required": false
  2244.                         },
  2245.                         "status": {
  2246.                             "description": "A named status for the object.",
  2247.                             "type": "string",
  2248.                             "enum": [
  2249.                                 "publish",
  2250.                                 "future",
  2251.                                 "draft",
  2252.                                 "pending",
  2253.                                 "private"
  2254.                             ],
  2255.                             "required": false
  2256.                         },
  2257.                         "password": {
  2258.                             "description": "A password to protect access to the content and excerpt.",
  2259.                             "type": "string",
  2260.                             "required": false
  2261.                         },
  2262.                         "parent": {
  2263.                             "description": "The ID for the parent of the object.",
  2264.                             "type": "integer",
  2265.                             "required": false
  2266.                         },
  2267.                         "title": {
  2268.                             "description": "The title for the object.",
  2269.                             "type": "object",
  2270.                             "properties": {
  2271.                                 "raw": {
  2272.                                     "description": "Title for the object, as it exists in the database.",
  2273.                                     "type": "string",
  2274.                                     "context": [
  2275.                                         "edit"
  2276.                                     ]
  2277.                                 },
  2278.                                 "rendered": {
  2279.                                     "description": "HTML title for the object, transformed for display.",
  2280.                                     "type": "string",
  2281.                                     "context": [
  2282.                                         "view",
  2283.                                         "edit",
  2284.                                         "embed"
  2285.                                     ],
  2286.                                     "readonly": true
  2287.                                 }
  2288.                             },
  2289.                             "required": false
  2290.                         },
  2291.                         "content": {
  2292.                             "description": "The content for the object.",
  2293.                             "type": "object",
  2294.                             "properties": {
  2295.                                 "raw": {
  2296.                                     "description": "Content for the object, as it exists in the database.",
  2297.                                     "type": "string",
  2298.                                     "context": [
  2299.                                         "edit"
  2300.                                     ]
  2301.                                 },
  2302.                                 "rendered": {
  2303.                                     "description": "HTML content for the object, transformed for display.",
  2304.                                     "type": "string",
  2305.                                     "context": [
  2306.                                         "view",
  2307.                                         "edit"
  2308.                                     ],
  2309.                                     "readonly": true
  2310.                                 },
  2311.                                 "block_version": {
  2312.                                     "description": "Version of the content block format used by the object.",
  2313.                                     "type": "integer",
  2314.                                     "context": [
  2315.                                         "edit"
  2316.                                     ],
  2317.                                     "readonly": true
  2318.                                 },
  2319.                                 "protected": {
  2320.                                     "description": "Whether the content is protected with a password.",
  2321.                                     "type": "boolean",
  2322.                                     "context": [
  2323.                                         "view",
  2324.                                         "edit",
  2325.                                         "embed"
  2326.                                     ],
  2327.                                     "readonly": true
  2328.                                 }
  2329.                             },
  2330.                             "required": false
  2331.                         },
  2332.                         "author": {
  2333.                             "description": "The ID for the author of the object.",
  2334.                             "type": "integer",
  2335.                             "required": false
  2336.                         },
  2337.                         "excerpt": {
  2338.                             "description": "The excerpt for the object.",
  2339.                             "type": "object",
  2340.                             "properties": {
  2341.                                 "raw": {
  2342.                                     "description": "Excerpt for the object, as it exists in the database.",
  2343.                                     "type": "string",
  2344.                                     "context": [
  2345.                                         "edit"
  2346.                                     ]
  2347.                                 },
  2348.                                 "rendered": {
  2349.                                     "description": "HTML excerpt for the object, transformed for display.",
  2350.                                     "type": "string",
  2351.                                     "context": [
  2352.                                         "view",
  2353.                                         "edit",
  2354.                                         "embed"
  2355.                                     ],
  2356.                                     "readonly": true
  2357.                                 },
  2358.                                 "protected": {
  2359.                                     "description": "Whether the excerpt is protected with a password.",
  2360.                                     "type": "boolean",
  2361.                                     "context": [
  2362.                                         "view",
  2363.                                         "edit",
  2364.                                         "embed"
  2365.                                     ],
  2366.                                     "readonly": true
  2367.                                 }
  2368.                             },
  2369.                             "required": false
  2370.                         },
  2371.                         "featured_media": {
  2372.                             "description": "The ID of the featured media for the object.",
  2373.                             "type": "integer",
  2374.                             "required": false
  2375.                         },
  2376.                         "comment_status": {
  2377.                             "description": "Whether or not comments are open on the object.",
  2378.                             "type": "string",
  2379.                             "enum": [
  2380.                                 "open",
  2381.                                 "closed"
  2382.                             ],
  2383.                             "required": false
  2384.                         },
  2385.                         "ping_status": {
  2386.                             "description": "Whether or not the object can be pinged.",
  2387.                             "type": "string",
  2388.                             "enum": [
  2389.                                 "open",
  2390.                                 "closed"
  2391.                             ],
  2392.                             "required": false
  2393.                         },
  2394.                         "menu_order": {
  2395.                             "description": "The order of the object in relation to other object of its type.",
  2396.                             "type": "integer",
  2397.                             "required": false
  2398.                         },
  2399.                         "meta": {
  2400.                             "description": "Meta fields.",
  2401.                             "type": "object",
  2402.                             "properties": [],
  2403.                             "required": false
  2404.                         },
  2405.                         "template": {
  2406.                             "description": "The theme file to use to display the object.",
  2407.                             "type": "string",
  2408.                             "required": false
  2409.                         }
  2410.                     }
  2411.                 },
  2412.                 {
  2413.                     "methods": [
  2414.                         "DELETE"
  2415.                     ],
  2416.                     "args": {
  2417.                         "id": {
  2418.                             "description": "Unique identifier for the object.",
  2419.                             "type": "integer",
  2420.                             "required": false
  2421.                         },
  2422.                         "force": {
  2423.                             "type": "boolean",
  2424.                             "default": false,
  2425.                             "description": "Whether to bypass Trash and force deletion.",
  2426.                             "required": false
  2427.                         }
  2428.                     }
  2429.                 }
  2430.             ]
  2431.         },
  2432.         "/wp/v2/pages/(?P<parent>[\\d]+)/revisions": {
  2433.             "namespace": "wp/v2",
  2434.             "methods": [
  2435.                 "GET"
  2436.             ],
  2437.             "endpoints": [
  2438.                 {
  2439.                     "methods": [
  2440.                         "GET"
  2441.                     ],
  2442.                     "args": {
  2443.                         "parent": {
  2444.                             "description": "The ID for the parent of the object.",
  2445.                             "type": "integer",
  2446.                             "required": false
  2447.                         },
  2448.                         "context": {
  2449.                             "description": "Scope under which the request is made; determines fields present in response.",
  2450.                             "type": "string",
  2451.                             "enum": [
  2452.                                 "view",
  2453.                                 "embed",
  2454.                                 "edit"
  2455.                             ],
  2456.                             "default": "view",
  2457.                             "required": false
  2458.                         },
  2459.                         "page": {
  2460.                             "description": "Current page of the collection.",
  2461.                             "type": "integer",
  2462.                             "default": 1,
  2463.                             "minimum": 1,
  2464.                             "required": false
  2465.                         },
  2466.                         "per_page": {
  2467.                             "description": "Maximum number of items to be returned in result set.",
  2468.                             "type": "integer",
  2469.                             "minimum": 1,
  2470.                             "maximum": 100,
  2471.                             "required": false
  2472.                         },
  2473.                         "search": {
  2474.                             "description": "Limit results to those matching a string.",
  2475.                             "type": "string",
  2476.                             "required": false
  2477.                         },
  2478.                         "exclude": {
  2479.                             "description": "Ensure result set excludes specific IDs.",
  2480.                             "type": "array",
  2481.                             "items": {
  2482.                                 "type": "integer"
  2483.                             },
  2484.                             "default": [],
  2485.                             "required": false
  2486.                         },
  2487.                         "include": {
  2488.                             "description": "Limit result set to specific IDs.",
  2489.                             "type": "array",
  2490.                             "items": {
  2491.                                 "type": "integer"
  2492.                             },
  2493.                             "default": [],
  2494.                             "required": false
  2495.                         },
  2496.                         "offset": {
  2497.                             "description": "Offset the result set by a specific number of items.",
  2498.                             "type": "integer",
  2499.                             "required": false
  2500.                         },
  2501.                         "order": {
  2502.                             "description": "Order sort attribute ascending or descending.",
  2503.                             "type": "string",
  2504.                             "default": "desc",
  2505.                             "enum": [
  2506.                                 "asc",
  2507.                                 "desc"
  2508.                             ],
  2509.                             "required": false
  2510.                         },
  2511.                         "orderby": {
  2512.                             "description": "Sort collection by object attribute.",
  2513.                             "type": "string",
  2514.                             "default": "date",
  2515.                             "enum": [
  2516.                                 "date",
  2517.                                 "id",
  2518.                                 "include",
  2519.                                 "relevance",
  2520.                                 "slug",
  2521.                                 "include_slugs",
  2522.                                 "title"
  2523.                             ],
  2524.                             "required": false
  2525.                         }
  2526.                     }
  2527.                 }
  2528.             ]
  2529.         },
  2530.         "/wp/v2/pages/(?P<parent>[\\d]+)/revisions/(?P<id>[\\d]+)": {
  2531.             "namespace": "wp/v2",
  2532.             "methods": [
  2533.                 "GET",
  2534.                 "DELETE"
  2535.             ],
  2536.             "endpoints": [
  2537.                 {
  2538.                     "methods": [
  2539.                         "GET"
  2540.                     ],
  2541.                     "args": {
  2542.                         "parent": {
  2543.                             "description": "The ID for the parent of the object.",
  2544.                             "type": "integer",
  2545.                             "required": false
  2546.                         },
  2547.                         "id": {
  2548.                             "description": "Unique identifier for the object.",
  2549.                             "type": "integer",
  2550.                             "required": false
  2551.                         },
  2552.                         "context": {
  2553.                             "description": "Scope under which the request is made; determines fields present in response.",
  2554.                             "type": "string",
  2555.                             "enum": [
  2556.                                 "view",
  2557.                                 "embed",
  2558.                                 "edit"
  2559.                             ],
  2560.                             "default": "view",
  2561.                             "required": false
  2562.                         }
  2563.                     }
  2564.                 },
  2565.                 {
  2566.                     "methods": [
  2567.                         "DELETE"
  2568.                     ],
  2569.                     "args": {
  2570.                         "parent": {
  2571.                             "description": "The ID for the parent of the object.",
  2572.                             "type": "integer",
  2573.                             "required": false
  2574.                         },
  2575.                         "id": {
  2576.                             "description": "Unique identifier for the object.",
  2577.                             "type": "integer",
  2578.                             "required": false
  2579.                         },
  2580.                         "force": {
  2581.                             "type": "boolean",
  2582.                             "default": false,
  2583.                             "description": "Required to be true, as revisions do not support trashing.",
  2584.                             "required": false
  2585.                         }
  2586.                     }
  2587.                 }
  2588.             ]
  2589.         },
  2590.         "/wp/v2/pages/(?P<id>[\\d]+)/autosaves": {
  2591.             "namespace": "wp/v2",
  2592.             "methods": [
  2593.                 "GET",
  2594.                 "POST"
  2595.             ],
  2596.             "endpoints": [
  2597.                 {
  2598.                     "methods": [
  2599.                         "GET"
  2600.                     ],
  2601.                     "args": {
  2602.                         "parent": {
  2603.                             "description": "The ID for the parent of the object.",
  2604.                             "type": "integer",
  2605.                             "required": false
  2606.                         },
  2607.                         "context": {
  2608.                             "description": "Scope under which the request is made; determines fields present in response.",
  2609.                             "type": "string",
  2610.                             "enum": [
  2611.                                 "view",
  2612.                                 "embed",
  2613.                                 "edit"
  2614.                             ],
  2615.                             "default": "view",
  2616.                             "required": false
  2617.                         }
  2618.                     }
  2619.                 },
  2620.                 {
  2621.                     "methods": [
  2622.                         "POST"
  2623.                     ],
  2624.                     "args": {
  2625.                         "parent": {
  2626.                             "description": "The ID for the parent of the object.",
  2627.                             "type": "integer",
  2628.                             "required": false
  2629.                         },
  2630.                         "date": {
  2631.                             "description": "The date the object was published, in the site's timezone.",
  2632.                             "type": [
  2633.                                 "string",
  2634.                                 "null"
  2635.                             ],
  2636.                             "format": "date-time",
  2637.                             "required": false
  2638.                         },
  2639.                         "date_gmt": {
  2640.                             "description": "The date the object was published, as GMT.",
  2641.                             "type": [
  2642.                                 "string",
  2643.                                 "null"
  2644.                             ],
  2645.                             "format": "date-time",
  2646.                             "required": false
  2647.                         },
  2648.                         "slug": {
  2649.                             "description": "An alphanumeric identifier for the object unique to its type.",
  2650.                             "type": "string",
  2651.                             "required": false
  2652.                         },
  2653.                         "status": {
  2654.                             "description": "A named status for the object.",
  2655.                             "type": "string",
  2656.                             "enum": [
  2657.                                 "publish",
  2658.                                 "future",
  2659.                                 "draft",
  2660.                                 "pending",
  2661.                                 "private"
  2662.                             ],
  2663.                             "required": false
  2664.                         },
  2665.                         "password": {
  2666.                             "description": "A password to protect access to the content and excerpt.",
  2667.                             "type": "string",
  2668.                             "required": false
  2669.                         },
  2670.                         "title": {
  2671.                             "description": "The title for the object.",
  2672.                             "type": "object",
  2673.                             "properties": {
  2674.                                 "raw": {
  2675.                                     "description": "Title for the object, as it exists in the database.",
  2676.                                     "type": "string",
  2677.                                     "context": [
  2678.                                         "edit"
  2679.                                     ]
  2680.                                 },
  2681.                                 "rendered": {
  2682.                                     "description": "HTML title for the object, transformed for display.",
  2683.                                     "type": "string",
  2684.                                     "context": [
  2685.                                         "view",
  2686.                                         "edit",
  2687.                                         "embed"
  2688.                                     ],
  2689.                                     "readonly": true
  2690.                                 }
  2691.                             },
  2692.                             "required": false
  2693.                         },
  2694.                         "content": {
  2695.                             "description": "The content for the object.",
  2696.                             "type": "object",
  2697.                             "properties": {
  2698.                                 "raw": {
  2699.                                     "description": "Content for the object, as it exists in the database.",
  2700.                                     "type": "string",
  2701.                                     "context": [
  2702.                                         "edit"
  2703.                                     ]
  2704.                                 },
  2705.                                 "rendered": {
  2706.                                     "description": "HTML content for the object, transformed for display.",
  2707.                                     "type": "string",
  2708.                                     "context": [
  2709.                                         "view",
  2710.                                         "edit"
  2711.                                     ],
  2712.                                     "readonly": true
  2713.                                 },
  2714.                                 "block_version": {
  2715.                                     "description": "Version of the content block format used by the object.",
  2716.                                     "type": "integer",
  2717.                                     "context": [
  2718.                                         "edit"
  2719.                                     ],
  2720.                                     "readonly": true
  2721.                                 },
  2722.                                 "protected": {
  2723.                                     "description": "Whether the content is protected with a password.",
  2724.                                     "type": "boolean",
  2725.                                     "context": [
  2726.                                         "view",
  2727.                                         "edit",
  2728.                                         "embed"
  2729.                                     ],
  2730.                                     "readonly": true
  2731.                                 }
  2732.                             },
  2733.                             "required": false
  2734.                         },
  2735.                         "author": {
  2736.                             "description": "The ID for the author of the object.",
  2737.                             "type": "integer",
  2738.                             "required": false
  2739.                         },
  2740.                         "excerpt": {
  2741.                             "description": "The excerpt for the object.",
  2742.                             "type": "object",
  2743.                             "properties": {
  2744.                                 "raw": {
  2745.                                     "description": "Excerpt for the object, as it exists in the database.",
  2746.                                     "type": "string",
  2747.                                     "context": [
  2748.                                         "edit"
  2749.                                     ]
  2750.                                 },
  2751.                                 "rendered": {
  2752.                                     "description": "HTML excerpt for the object, transformed for display.",
  2753.                                     "type": "string",
  2754.                                     "context": [
  2755.                                         "view",
  2756.                                         "edit",
  2757.                                         "embed"
  2758.                                     ],
  2759.                                     "readonly": true
  2760.                                 },
  2761.                                 "protected": {
  2762.                                     "description": "Whether the excerpt is protected with a password.",
  2763.                                     "type": "boolean",
  2764.                                     "context": [
  2765.                                         "view",
  2766.                                         "edit",
  2767.                                         "embed"
  2768.                                     ],
  2769.                                     "readonly": true
  2770.                                 }
  2771.                             },
  2772.                             "required": false
  2773.                         },
  2774.                         "featured_media": {
  2775.                             "description": "The ID of the featured media for the object.",
  2776.                             "type": "integer",
  2777.                             "required": false
  2778.                         },
  2779.                         "comment_status": {
  2780.                             "description": "Whether or not comments are open on the object.",
  2781.                             "type": "string",
  2782.                             "enum": [
  2783.                                 "open",
  2784.                                 "closed"
  2785.                             ],
  2786.                             "required": false
  2787.                         },
  2788.                         "ping_status": {
  2789.                             "description": "Whether or not the object can be pinged.",
  2790.                             "type": "string",
  2791.                             "enum": [
  2792.                                 "open",
  2793.                                 "closed"
  2794.                             ],
  2795.                             "required": false
  2796.                         },
  2797.                         "menu_order": {
  2798.                             "description": "The order of the object in relation to other object of its type.",
  2799.                             "type": "integer",
  2800.                             "required": false
  2801.                         },
  2802.                         "meta": {
  2803.                             "description": "Meta fields.",
  2804.                             "type": "object",
  2805.                             "properties": [],
  2806.                             "required": false
  2807.                         },
  2808.                         "template": {
  2809.                             "description": "The theme file to use to display the object.",
  2810.                             "type": "string",
  2811.                             "required": false
  2812.                         }
  2813.                     }
  2814.                 }
  2815.             ]
  2816.         },
  2817.         "/wp/v2/pages/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)": {
  2818.             "namespace": "wp/v2",
  2819.             "methods": [
  2820.                 "GET"
  2821.             ],
  2822.             "endpoints": [
  2823.                 {
  2824.                     "methods": [
  2825.                         "GET"
  2826.                     ],
  2827.                     "args": {
  2828.                         "parent": {
  2829.                             "description": "The ID for the parent of the object.",
  2830.                             "type": "integer",
  2831.                             "required": false
  2832.                         },
  2833.                         "id": {
  2834.                             "description": "The ID for the object.",
  2835.                             "type": "integer",
  2836.                             "required": false
  2837.                         },
  2838.                         "context": {
  2839.                             "description": "Scope under which the request is made; determines fields present in response.",
  2840.                             "type": "string",
  2841.                             "enum": [
  2842.                                 "view",
  2843.                                 "embed",
  2844.                                 "edit"
  2845.                             ],
  2846.                             "default": "view",
  2847.                             "required": false
  2848.                         }
  2849.                     }
  2850.                 }
  2851.             ]
  2852.         },
  2853.         "/wp/v2/media": {
  2854.             "namespace": "wp/v2",
  2855.             "methods": [
  2856.                 "GET",
  2857.                 "POST"
  2858.             ],
  2859.             "endpoints": [
  2860.                 {
  2861.                     "methods": [
  2862.                         "GET"
  2863.                     ],
  2864.                     "args": {
  2865.                         "context": {
  2866.                             "description": "Scope under which the request is made; determines fields present in response.",
  2867.                             "type": "string",
  2868.                             "enum": [
  2869.                                 "view",
  2870.                                 "embed",
  2871.                                 "edit"
  2872.                             ],
  2873.                             "default": "view",
  2874.                             "required": false
  2875.                         },
  2876.                         "page": {
  2877.                             "description": "Current page of the collection.",
  2878.                             "type": "integer",
  2879.                             "default": 1,
  2880.                             "minimum": 1,
  2881.                             "required": false
  2882.                         },
  2883.                         "per_page": {
  2884.                             "description": "Maximum number of items to be returned in result set.",
  2885.                             "type": "integer",
  2886.                             "default": 10,
  2887.                             "minimum": 1,
  2888.                             "maximum": 100,
  2889.                             "required": false
  2890.                         },
  2891.                         "search": {
  2892.                             "description": "Limit results to those matching a string.",
  2893.                             "type": "string",
  2894.                             "required": false
  2895.                         },
  2896.                         "after": {
  2897.                             "description": "Limit response to posts published after a given ISO8601 compliant date.",
  2898.                             "type": "string",
  2899.                             "format": "date-time",
  2900.                             "required": false
  2901.                         },
  2902.                         "modified_after": {
  2903.                             "description": "Limit response to posts modified after a given ISO8601 compliant date.",
  2904.                             "type": "string",
  2905.                             "format": "date-time",
  2906.                             "required": false
  2907.                         },
  2908.                         "author": {
  2909.                             "description": "Limit result set to posts assigned to specific authors.",
  2910.                             "type": "array",
  2911.                             "items": {
  2912.                                 "type": "integer"
  2913.                             },
  2914.                             "default": [],
  2915.                             "required": false
  2916.                         },
  2917.                         "author_exclude": {
  2918.                             "description": "Ensure result set excludes posts assigned to specific authors.",
  2919.                             "type": "array",
  2920.                             "items": {
  2921.                                 "type": "integer"
  2922.                             },
  2923.                             "default": [],
  2924.                             "required": false
  2925.                         },
  2926.                         "before": {
  2927.                             "description": "Limit response to posts published before a given ISO8601 compliant date.",
  2928.                             "type": "string",
  2929.                             "format": "date-time",
  2930.                             "required": false
  2931.                         },
  2932.                         "modified_before": {
  2933.                             "description": "Limit response to posts modified before a given ISO8601 compliant date.",
  2934.                             "type": "string",
  2935.                             "format": "date-time",
  2936.                             "required": false
  2937.                         },
  2938.                         "exclude": {
  2939.                             "description": "Ensure result set excludes specific IDs.",
  2940.                             "type": "array",
  2941.                             "items": {
  2942.                                 "type": "integer"
  2943.                             },
  2944.                             "default": [],
  2945.                             "required": false
  2946.                         },
  2947.                         "include": {
  2948.                             "description": "Limit result set to specific IDs.",
  2949.                             "type": "array",
  2950.                             "items": {
  2951.                                 "type": "integer"
  2952.                             },
  2953.                             "default": [],
  2954.                             "required": false
  2955.                         },
  2956.                         "offset": {
  2957.                             "description": "Offset the result set by a specific number of items.",
  2958.                             "type": "integer",
  2959.                             "required": false
  2960.                         },
  2961.                         "order": {
  2962.                             "description": "Order sort attribute ascending or descending.",
  2963.                             "type": "string",
  2964.                             "default": "desc",
  2965.                             "enum": [
  2966.                                 "asc",
  2967.                                 "desc"
  2968.                             ],
  2969.                             "required": false
  2970.                         },
  2971.                         "orderby": {
  2972.                             "description": "Sort collection by object attribute.",
  2973.                             "type": "string",
  2974.                             "default": "date",
  2975.                             "enum": [
  2976.                                 "author",
  2977.                                 "date",
  2978.                                 "id",
  2979.                                 "include",
  2980.                                 "modified",
  2981.                                 "parent",
  2982.                                 "relevance",
  2983.                                 "slug",
  2984.                                 "include_slugs",
  2985.                                 "title"
  2986.                             ],
  2987.                             "required": false
  2988.                         },
  2989.                         "parent": {
  2990.                             "description": "Limit result set to items with particular parent IDs.",
  2991.                             "type": "array",
  2992.                             "items": {
  2993.                                 "type": "integer"
  2994.                             },
  2995.                             "default": [],
  2996.                             "required": false
  2997.                         },
  2998.                         "parent_exclude": {
  2999.                             "description": "Limit result set to all items except those of a particular parent ID.",
  3000.                             "type": "array",
  3001.                             "items": {
  3002.                                 "type": "integer"
  3003.                             },
  3004.                             "default": [],
  3005.                             "required": false
  3006.                         },
  3007.                         "slug": {
  3008.                             "description": "Limit result set to posts with one or more specific slugs.",
  3009.                             "type": "array",
  3010.                             "items": {
  3011.                                 "type": "string"
  3012.                             },
  3013.                             "required": false
  3014.                         },
  3015.                         "status": {
  3016.                             "default": "inherit",
  3017.                             "description": "Limit result set to posts assigned one or more statuses.",
  3018.                             "type": "array",
  3019.                             "items": {
  3020.                                 "enum": [
  3021.                                     "inherit",
  3022.                                     "private",
  3023.                                     "trash"
  3024.                                 ],
  3025.                                 "type": "string"
  3026.                             },
  3027.                             "required": false
  3028.                         },
  3029.                         "media_type": {
  3030.                             "default": null,
  3031.                             "description": "Limit result set to attachments of a particular media type.",
  3032.                             "type": "string",
  3033.                             "enum": [
  3034.                                 "image",
  3035.                                 "video",
  3036.                                 "text",
  3037.                                 "application",
  3038.                                 "audio"
  3039.                             ],
  3040.                             "required": false
  3041.                         },
  3042.                         "mime_type": {
  3043.                             "default": null,
  3044.                             "description": "Limit result set to attachments of a particular MIME type.",
  3045.                             "type": "string",
  3046.                             "required": false
  3047.                         }
  3048.                     }
  3049.                 },
  3050.                 {
  3051.                     "methods": [
  3052.                         "POST"
  3053.                     ],
  3054.                     "args": {
  3055.                         "date": {
  3056.                             "description": "The date the object was published, in the site's timezone.",
  3057.                             "type": [
  3058.                                 "string",
  3059.                                 "null"
  3060.                             ],
  3061.                             "format": "date-time",
  3062.                             "required": false
  3063.                         },
  3064.                         "date_gmt": {
  3065.                             "description": "The date the object was published, as GMT.",
  3066.                             "type": [
  3067.                                 "string",
  3068.                                 "null"
  3069.                             ],
  3070.                             "format": "date-time",
  3071.                             "required": false
  3072.                         },
  3073.                         "slug": {
  3074.                             "description": "An alphanumeric identifier for the object unique to its type.",
  3075.                             "type": "string",
  3076.                             "required": false
  3077.                         },
  3078.                         "status": {
  3079.                             "description": "A named status for the object.",
  3080.                             "type": "string",
  3081.                             "enum": [
  3082.                                 "publish",
  3083.                                 "future",
  3084.                                 "draft",
  3085.                                 "pending",
  3086.                                 "private"
  3087.                             ],
  3088.                             "required": false
  3089.                         },
  3090.                         "title": {
  3091.                             "description": "The title for the object.",
  3092.                             "type": "object",
  3093.                             "properties": {
  3094.                                 "raw": {
  3095.                                     "description": "Title for the object, as it exists in the database.",
  3096.                                     "type": "string",
  3097.                                     "context": [
  3098.                                         "edit"
  3099.                                     ]
  3100.                                 },
  3101.                                 "rendered": {
  3102.                                     "description": "HTML title for the object, transformed for display.",
  3103.                                     "type": "string",
  3104.                                     "context": [
  3105.                                         "view",
  3106.                                         "edit",
  3107.                                         "embed"
  3108.                                     ],
  3109.                                     "readonly": true
  3110.                                 }
  3111.                             },
  3112.                             "required": false
  3113.                         },
  3114.                         "author": {
  3115.                             "description": "The ID for the author of the object.",
  3116.                             "type": "integer",
  3117.                             "required": false
  3118.                         },
  3119.                         "comment_status": {
  3120.                             "description": "Whether or not comments are open on the object.",
  3121.                             "type": "string",
  3122.                             "enum": [
  3123.                                 "open",
  3124.                                 "closed"
  3125.                             ],
  3126.                             "required": false
  3127.                         },
  3128.                         "ping_status": {
  3129.                             "description": "Whether or not the object can be pinged.",
  3130.                             "type": "string",
  3131.                             "enum": [
  3132.                                 "open",
  3133.                                 "closed"
  3134.                             ],
  3135.                             "required": false
  3136.                         },
  3137.                         "meta": {
  3138.                             "description": "Meta fields.",
  3139.                             "type": "object",
  3140.                             "properties": [],
  3141.                             "required": false
  3142.                         },
  3143.                         "template": {
  3144.                             "description": "The theme file to use to display the object.",
  3145.                             "type": "string",
  3146.                             "required": false
  3147.                         },
  3148.                         "alt_text": {
  3149.                             "description": "Alternative text to display when attachment is not displayed.",
  3150.                             "type": "string",
  3151.                             "required": false
  3152.                         },
  3153.                         "caption": {
  3154.                             "description": "The attachment caption.",
  3155.                             "type": "object",
  3156.                             "properties": {
  3157.                                 "raw": {
  3158.                                     "description": "Caption for the attachment, as it exists in the database.",
  3159.                                     "type": "string",
  3160.                                     "context": [
  3161.                                         "edit"
  3162.                                     ]
  3163.                                 },
  3164.                                 "rendered": {
  3165.                                     "description": "HTML caption for the attachment, transformed for display.",
  3166.                                     "type": "string",
  3167.                                     "context": [
  3168.                                         "view",
  3169.                                         "edit",
  3170.                                         "embed"
  3171.                                     ],
  3172.                                     "readonly": true
  3173.                                 }
  3174.                             },
  3175.                             "required": false
  3176.                         },
  3177.                         "description": {
  3178.                             "description": "The attachment description.",
  3179.                             "type": "object",
  3180.                             "properties": {
  3181.                                 "raw": {
  3182.                                     "description": "Description for the object, as it exists in the database.",
  3183.                                     "type": "string",
  3184.                                     "context": [
  3185.                                         "edit"
  3186.                                     ]
  3187.                                 },
  3188.                                 "rendered": {
  3189.                                     "description": "HTML description for the object, transformed for display.",
  3190.                                     "type": "string",
  3191.                                     "context": [
  3192.                                         "view",
  3193.                                         "edit"
  3194.                                     ],
  3195.                                     "readonly": true
  3196.                                 }
  3197.                             },
  3198.                             "required": false
  3199.                         },
  3200.                         "post": {
  3201.                             "description": "The ID for the associated post of the attachment.",
  3202.                             "type": "integer",
  3203.                             "required": false
  3204.                         }
  3205.                     }
  3206.                 }
  3207.             ],
  3208.             "_links": {
  3209.                 "self": [
  3210.                     {
  3211.                         "href": "https://dbmvs.com/wp-json/wp/v2/media"
  3212.                     }
  3213.                 ]
  3214.             }
  3215.         },
  3216.         "/wp/v2/media/(?P<id>[\\d]+)": {
  3217.             "namespace": "wp/v2",
  3218.             "methods": [
  3219.                 "GET",
  3220.                 "POST",
  3221.                 "PUT",
  3222.                 "PATCH",
  3223.                 "DELETE"
  3224.             ],
  3225.             "endpoints": [
  3226.                 {
  3227.                     "methods": [
  3228.                         "GET"
  3229.                     ],
  3230.                     "args": {
  3231.                         "id": {
  3232.                             "description": "Unique identifier for the object.",
  3233.                             "type": "integer",
  3234.                             "required": false
  3235.                         },
  3236.                         "context": {
  3237.                             "description": "Scope under which the request is made; determines fields present in response.",
  3238.                             "type": "string",
  3239.                             "enum": [
  3240.                                 "view",
  3241.                                 "embed",
  3242.                                 "edit"
  3243.                             ],
  3244.                             "default": "view",
  3245.                             "required": false
  3246.                         }
  3247.                     }
  3248.                 },
  3249.                 {
  3250.                     "methods": [
  3251.                         "POST",
  3252.                         "PUT",
  3253.                         "PATCH"
  3254.                     ],
  3255.                     "args": {
  3256.                         "id": {
  3257.                             "description": "Unique identifier for the object.",
  3258.                             "type": "integer",
  3259.                             "required": false
  3260.                         },
  3261.                         "date": {
  3262.                             "description": "The date the object was published, in the site's timezone.",
  3263.                             "type": [
  3264.                                 "string",
  3265.                                 "null"
  3266.                             ],
  3267.                             "format": "date-time",
  3268.                             "required": false
  3269.                         },
  3270.                         "date_gmt": {
  3271.                             "description": "The date the object was published, as GMT.",
  3272.                             "type": [
  3273.                                 "string",
  3274.                                 "null"
  3275.                             ],
  3276.                             "format": "date-time",
  3277.                             "required": false
  3278.                         },
  3279.                         "slug": {
  3280.                             "description": "An alphanumeric identifier for the object unique to its type.",
  3281.                             "type": "string",
  3282.                             "required": false
  3283.                         },
  3284.                         "status": {
  3285.                             "description": "A named status for the object.",
  3286.                             "type": "string",
  3287.                             "enum": [
  3288.                                 "publish",
  3289.                                 "future",
  3290.                                 "draft",
  3291.                                 "pending",
  3292.                                 "private"
  3293.                             ],
  3294.                             "required": false
  3295.                         },
  3296.                         "title": {
  3297.                             "description": "The title for the object.",
  3298.                             "type": "object",
  3299.                             "properties": {
  3300.                                 "raw": {
  3301.                                     "description": "Title for the object, as it exists in the database.",
  3302.                                     "type": "string",
  3303.                                     "context": [
  3304.                                         "edit"
  3305.                                     ]
  3306.                                 },
  3307.                                 "rendered": {
  3308.                                     "description": "HTML title for the object, transformed for display.",
  3309.                                     "type": "string",
  3310.                                     "context": [
  3311.                                         "view",
  3312.                                         "edit",
  3313.                                         "embed"
  3314.                                     ],
  3315.                                     "readonly": true
  3316.                                 }
  3317.                             },
  3318.                             "required": false
  3319.                         },
  3320.                         "author": {
  3321.                             "description": "The ID for the author of the object.",
  3322.                             "type": "integer",
  3323.                             "required": false
  3324.                         },
  3325.                         "comment_status": {
  3326.                             "description": "Whether or not comments are open on the object.",
  3327.                             "type": "string",
  3328.                             "enum": [
  3329.                                 "open",
  3330.                                 "closed"
  3331.                             ],
  3332.                             "required": false
  3333.                         },
  3334.                         "ping_status": {
  3335.                             "description": "Whether or not the object can be pinged.",
  3336.                             "type": "string",
  3337.                             "enum": [
  3338.                                 "open",
  3339.                                 "closed"
  3340.                             ],
  3341.                             "required": false
  3342.                         },
  3343.                         "meta": {
  3344.                             "description": "Meta fields.",
  3345.                             "type": "object",
  3346.                             "properties": [],
  3347.                             "required": false
  3348.                         },
  3349.                         "template": {
  3350.                             "description": "The theme file to use to display the object.",
  3351.                             "type": "string",
  3352.                             "required": false
  3353.                         },
  3354.                         "alt_text": {
  3355.                             "description": "Alternative text to display when attachment is not displayed.",
  3356.                             "type": "string",
  3357.                             "required": false
  3358.                         },
  3359.                         "caption": {
  3360.                             "description": "The attachment caption.",
  3361.                             "type": "object",
  3362.                             "properties": {
  3363.                                 "raw": {
  3364.                                     "description": "Caption for the attachment, as it exists in the database.",
  3365.                                     "type": "string",
  3366.                                     "context": [
  3367.                                         "edit"
  3368.                                     ]
  3369.                                 },
  3370.                                 "rendered": {
  3371.                                     "description": "HTML caption for the attachment, transformed for display.",
  3372.                                     "type": "string",
  3373.                                     "context": [
  3374.                                         "view",
  3375.                                         "edit",
  3376.                                         "embed"
  3377.                                     ],
  3378.                                     "readonly": true
  3379.                                 }
  3380.                             },
  3381.                             "required": false
  3382.                         },
  3383.                         "description": {
  3384.                             "description": "The attachment description.",
  3385.                             "type": "object",
  3386.                             "properties": {
  3387.                                 "raw": {
  3388.                                     "description": "Description for the object, as it exists in the database.",
  3389.                                     "type": "string",
  3390.                                     "context": [
  3391.                                         "edit"
  3392.                                     ]
  3393.                                 },
  3394.                                 "rendered": {
  3395.                                     "description": "HTML description for the object, transformed for display.",
  3396.                                     "type": "string",
  3397.                                     "context": [
  3398.                                         "view",
  3399.                                         "edit"
  3400.                                     ],
  3401.                                     "readonly": true
  3402.                                 }
  3403.                             },
  3404.                             "required": false
  3405.                         },
  3406.                         "post": {
  3407.                             "description": "The ID for the associated post of the attachment.",
  3408.                             "type": "integer",
  3409.                             "required": false
  3410.                         }
  3411.                     }
  3412.                 },
  3413.                 {
  3414.                     "methods": [
  3415.                         "DELETE"
  3416.                     ],
  3417.                     "args": {
  3418.                         "id": {
  3419.                             "description": "Unique identifier for the object.",
  3420.                             "type": "integer",
  3421.                             "required": false
  3422.                         },
  3423.                         "force": {
  3424.                             "type": "boolean",
  3425.                             "default": false,
  3426.                             "description": "Whether to bypass Trash and force deletion.",
  3427.                             "required": false
  3428.                         }
  3429.                     }
  3430.                 }
  3431.             ]
  3432.         },
  3433.         "/wp/v2/media/(?P<id>[\\d]+)/post-process": {
  3434.             "namespace": "wp/v2",
  3435.             "methods": [
  3436.                 "POST"
  3437.             ],
  3438.             "endpoints": [
  3439.                 {
  3440.                     "methods": [
  3441.                         "POST"
  3442.                     ],
  3443.                     "args": {
  3444.                         "id": {
  3445.                             "description": "Unique identifier for the object.",
  3446.                             "type": "integer",
  3447.                             "required": false
  3448.                         },
  3449.                         "action": {
  3450.                             "type": "string",
  3451.                             "enum": [
  3452.                                 "create-image-subsizes"
  3453.                             ],
  3454.                             "required": true
  3455.                         }
  3456.                     }
  3457.                 }
  3458.             ]
  3459.         },
  3460.         "/wp/v2/media/(?P<id>[\\d]+)/edit": {
  3461.             "namespace": "wp/v2",
  3462.             "methods": [
  3463.                 "POST"
  3464.             ],
  3465.             "endpoints": [
  3466.                 {
  3467.                     "methods": [
  3468.                         "POST"
  3469.                     ],
  3470.                     "args": {
  3471.                         "src": {
  3472.                             "description": "URL to the edited image file.",
  3473.                             "type": "string",
  3474.                             "format": "uri",
  3475.                             "required": true
  3476.                         },
  3477.                         "modifiers": {
  3478.                             "description": "Array of image edits.",
  3479.                             "type": "array",
  3480.                             "minItems": 1,
  3481.                             "items": {
  3482.                                 "description": "Image edit.",
  3483.                                 "type": "object",
  3484.                                 "required": [
  3485.                                     "type",
  3486.                                     "args"
  3487.                                 ],
  3488.                                 "oneOf": [
  3489.                                     {
  3490.                                         "title": "Rotation",
  3491.                                         "properties": {
  3492.                                             "type": {
  3493.                                                 "description": "Rotation type.",
  3494.                                                 "type": "string",
  3495.                                                 "enum": [
  3496.                                                     "rotate"
  3497.                                                 ]
  3498.                                             },
  3499.                                             "args": {
  3500.                                                 "description": "Rotation arguments.",
  3501.                                                 "type": "object",
  3502.                                                 "required": [
  3503.                                                     "angle"
  3504.                                                 ],
  3505.                                                 "properties": {
  3506.                                                     "angle": {
  3507.                                                         "description": "Angle to rotate clockwise in degrees.",
  3508.                                                         "type": "number"
  3509.                                                     }
  3510.                                                 }
  3511.                                             }
  3512.                                         }
  3513.                                     },
  3514.                                     {
  3515.                                         "title": "Crop",
  3516.                                         "properties": {
  3517.                                             "type": {
  3518.                                                 "description": "Crop type.",
  3519.                                                 "type": "string",
  3520.                                                 "enum": [
  3521.                                                     "crop"
  3522.                                                 ]
  3523.                                             },
  3524.                                             "args": {
  3525.                                                 "description": "Crop arguments.",
  3526.                                                 "type": "object",
  3527.                                                 "required": [
  3528.                                                     "left",
  3529.                                                     "top",
  3530.                                                     "width",
  3531.                                                     "height"
  3532.                                                 ],
  3533.                                                 "properties": {
  3534.                                                     "left": {
  3535.                                                         "description": "Horizontal position from the left to begin the crop as a percentage of the image width.",
  3536.                                                         "type": "number"
  3537.                                                     },
  3538.                                                     "top": {
  3539.                                                         "description": "Vertical position from the top to begin the crop as a percentage of the image height.",
  3540.                                                         "type": "number"
  3541.                                                     },
  3542.                                                     "width": {
  3543.                                                         "description": "Width of the crop as a percentage of the image width.",
  3544.                                                         "type": "number"
  3545.                                                     },
  3546.                                                     "height": {
  3547.                                                         "description": "Height of the crop as a percentage of the image height.",
  3548.                                                         "type": "number"
  3549.                                                     }
  3550.                                                 }
  3551.                                             }
  3552.                                         }
  3553.                                     }
  3554.                                 ]
  3555.                             },
  3556.                             "required": false
  3557.                         },
  3558.                         "rotation": {
  3559.                             "description": "The amount to rotate the image clockwise in degrees. DEPRECATED: Use `modifiers` instead.",
  3560.                             "type": "integer",
  3561.                             "minimum": 0,
  3562.                             "exclusiveMinimum": true,
  3563.                             "maximum": 360,
  3564.                             "exclusiveMaximum": true,
  3565.                             "required": false
  3566.                         },
  3567.                         "x": {
  3568.                             "description": "As a percentage of the image, the x position to start the crop from. DEPRECATED: Use `modifiers` instead.",
  3569.                             "type": "number",
  3570.                             "minimum": 0,
  3571.                             "maximum": 100,
  3572.                             "required": false
  3573.                         },
  3574.                         "y": {
  3575.                             "description": "As a percentage of the image, the y position to start the crop from. DEPRECATED: Use `modifiers` instead.",
  3576.                             "type": "number",
  3577.                             "minimum": 0,
  3578.                             "maximum": 100,
  3579.                             "required": false
  3580.                         },
  3581.                         "width": {
  3582.                             "description": "As a percentage of the image, the width to crop the image to. DEPRECATED: Use `modifiers` instead.",
  3583.                             "type": "number",
  3584.                             "minimum": 0,
  3585.                             "maximum": 100,
  3586.                             "required": false
  3587.                         },
  3588.                         "height": {
  3589.                             "description": "As a percentage of the image, the height to crop the image to. DEPRECATED: Use `modifiers` instead.",
  3590.                             "type": "number",
  3591.                             "minimum": 0,
  3592.                             "maximum": 100,
  3593.                             "required": false
  3594.                         }
  3595.                     }
  3596.                 }
  3597.             ]
  3598.         },
  3599.         "/wp/v2/blocks": {
  3600.             "namespace": "wp/v2",
  3601.             "methods": [
  3602.                 "GET",
  3603.                 "POST"
  3604.             ],
  3605.             "endpoints": [
  3606.                 {
  3607.                     "methods": [
  3608.                         "GET"
  3609.                     ],
  3610.                     "args": {
  3611.                         "context": {
  3612.                             "description": "Scope under which the request is made; determines fields present in response.",
  3613.                             "type": "string",
  3614.                             "enum": [
  3615.                                 "view",
  3616.                                 "embed",
  3617.                                 "edit"
  3618.                             ],
  3619.                             "default": "view",
  3620.                             "required": false
  3621.                         },
  3622.                         "page": {
  3623.                             "description": "Current page of the collection.",
  3624.                             "type": "integer",
  3625.                             "default": 1,
  3626.                             "minimum": 1,
  3627.                             "required": false
  3628.                         },
  3629.                         "per_page": {
  3630.                             "description": "Maximum number of items to be returned in result set.",
  3631.                             "type": "integer",
  3632.                             "default": 10,
  3633.                             "minimum": 1,
  3634.                             "maximum": 100,
  3635.                             "required": false
  3636.                         },
  3637.                         "search": {
  3638.                             "description": "Limit results to those matching a string.",
  3639.                             "type": "string",
  3640.                             "required": false
  3641.                         },
  3642.                         "after": {
  3643.                             "description": "Limit response to posts published after a given ISO8601 compliant date.",
  3644.                             "type": "string",
  3645.                             "format": "date-time",
  3646.                             "required": false
  3647.                         },
  3648.                         "modified_after": {
  3649.                             "description": "Limit response to posts modified after a given ISO8601 compliant date.",
  3650.                             "type": "string",
  3651.                             "format": "date-time",
  3652.                             "required": false
  3653.                         },
  3654.                         "before": {
  3655.                             "description": "Limit response to posts published before a given ISO8601 compliant date.",
  3656.                             "type": "string",
  3657.                             "format": "date-time",
  3658.                             "required": false
  3659.                         },
  3660.                         "modified_before": {
  3661.                             "description": "Limit response to posts modified before a given ISO8601 compliant date.",
  3662.                             "type": "string",
  3663.                             "format": "date-time",
  3664.                             "required": false
  3665.                         },
  3666.                         "exclude": {
  3667.                             "description": "Ensure result set excludes specific IDs.",
  3668.                             "type": "array",
  3669.                             "items": {
  3670.                                 "type": "integer"
  3671.                             },
  3672.                             "default": [],
  3673.                             "required": false
  3674.                         },
  3675.                         "include": {
  3676.                             "description": "Limit result set to specific IDs.",
  3677.                             "type": "array",
  3678.                             "items": {
  3679.                                 "type": "integer"
  3680.                             },
  3681.                             "default": [],
  3682.                             "required": false
  3683.                         },
  3684.                         "offset": {
  3685.                             "description": "Offset the result set by a specific number of items.",
  3686.                             "type": "integer",
  3687.                             "required": false
  3688.                         },
  3689.                         "order": {
  3690.                             "description": "Order sort attribute ascending or descending.",
  3691.                             "type": "string",
  3692.                             "default": "desc",
  3693.                             "enum": [
  3694.                                 "asc",
  3695.                                 "desc"
  3696.                             ],
  3697.                             "required": false
  3698.                         },
  3699.                         "orderby": {
  3700.                             "description": "Sort collection by object attribute.",
  3701.                             "type": "string",
  3702.                             "default": "date",
  3703.                             "enum": [
  3704.                                 "author",
  3705.                                 "date",
  3706.                                 "id",
  3707.                                 "include",
  3708.                                 "modified",
  3709.                                 "parent",
  3710.                                 "relevance",
  3711.                                 "slug",
  3712.                                 "include_slugs",
  3713.                                 "title"
  3714.                             ],
  3715.                             "required": false
  3716.                         },
  3717.                         "slug": {
  3718.                             "description": "Limit result set to posts with one or more specific slugs.",
  3719.                             "type": "array",
  3720.                             "items": {
  3721.                                 "type": "string"
  3722.                             },
  3723.                             "required": false
  3724.                         },
  3725.                         "status": {
  3726.                             "default": "publish",
  3727.                             "description": "Limit result set to posts assigned one or more statuses.",
  3728.                             "type": "array",
  3729.                             "items": {
  3730.                                 "enum": [
  3731.                                     "publish",
  3732.                                     "future",
  3733.                                     "draft",
  3734.                                     "pending",
  3735.                                     "private",
  3736.                                     "trash",
  3737.                                     "auto-draft",
  3738.                                     "inherit",
  3739.                                     "request-pending",
  3740.                                     "request-confirmed",
  3741.                                     "request-failed",
  3742.                                     "request-completed",
  3743.                                     "any"
  3744.                                 ],
  3745.                                 "type": "string"
  3746.                             },
  3747.                             "required": false
  3748.                         }
  3749.                     }
  3750.                 },
  3751.                 {
  3752.                     "methods": [
  3753.                         "POST"
  3754.                     ],
  3755.                     "args": {
  3756.                         "date": {
  3757.                             "description": "The date the object was published, in the site's timezone.",
  3758.                             "type": [
  3759.                                 "string",
  3760.                                 "null"
  3761.                             ],
  3762.                             "format": "date-time",
  3763.                             "required": false
  3764.                         },
  3765.                         "date_gmt": {
  3766.                             "description": "The date the object was published, as GMT.",
  3767.                             "type": [
  3768.                                 "string",
  3769.                                 "null"
  3770.                             ],
  3771.                             "format": "date-time",
  3772.                             "required": false
  3773.                         },
  3774.                         "slug": {
  3775.                             "description": "An alphanumeric identifier for the object unique to its type.",
  3776.                             "type": "string",
  3777.                             "required": false
  3778.                         },
  3779.                         "status": {
  3780.                             "description": "A named status for the object.",
  3781.                             "type": "string",
  3782.                             "enum": [
  3783.                                 "publish",
  3784.                                 "future",
  3785.                                 "draft",
  3786.                                 "pending",
  3787.                                 "private"
  3788.                             ],
  3789.                             "required": false
  3790.                         },
  3791.                         "password": {
  3792.                             "description": "A password to protect access to the content and excerpt.",
  3793.                             "type": "string",
  3794.                             "required": false
  3795.                         },
  3796.                         "title": {
  3797.                             "description": "The title for the object.",
  3798.                             "type": "object",
  3799.                             "properties": {
  3800.                                 "raw": {
  3801.                                     "description": "Title for the object, as it exists in the database.",
  3802.                                     "type": "string",
  3803.                                     "context": [
  3804.                                         "view",
  3805.                                         "edit"
  3806.                                     ]
  3807.                                 }
  3808.                             },
  3809.                             "required": false
  3810.                         },
  3811.                         "content": {
  3812.                             "description": "The content for the object.",
  3813.                             "type": "object",
  3814.                             "properties": {
  3815.                                 "raw": {
  3816.                                     "description": "Content for the object, as it exists in the database.",
  3817.                                     "type": "string",
  3818.                                     "context": [
  3819.                                         "view",
  3820.                                         "edit"
  3821.                                     ]
  3822.                                 },
  3823.                                 "block_version": {
  3824.                                     "description": "Version of the content block format used by the object.",
  3825.                                     "type": "integer",
  3826.                                     "context": [
  3827.                                         "edit"
  3828.                                     ],
  3829.                                     "readonly": true
  3830.                                 },
  3831.                                 "protected": {
  3832.                                     "description": "Whether the content is protected with a password.",
  3833.                                     "type": "boolean",
  3834.                                     "context": [
  3835.                                         "view",
  3836.                                         "edit",
  3837.                                         "embed"
  3838.                                     ],
  3839.                                     "readonly": true
  3840.                                 }
  3841.                             },
  3842.                             "required": false
  3843.                         },
  3844.                         "template": {
  3845.                             "description": "The theme file to use to display the object.",
  3846.                             "type": "string",
  3847.                             "required": false
  3848.                         }
  3849.                     }
  3850.                 }
  3851.             ],
  3852.             "_links": {
  3853.                 "self": [
  3854.                     {
  3855.                         "href": "https://dbmvs.com/wp-json/wp/v2/blocks"
  3856.                     }
  3857.                 ]
  3858.             }
  3859.         },
  3860.         "/wp/v2/blocks/(?P<id>[\\d]+)": {
  3861.             "namespace": "wp/v2",
  3862.             "methods": [
  3863.                 "GET",
  3864.                 "POST",
  3865.                 "PUT",
  3866.                 "PATCH",
  3867.                 "DELETE"
  3868.             ],
  3869.             "endpoints": [
  3870.                 {
  3871.                     "methods": [
  3872.                         "GET"
  3873.                     ],
  3874.                     "args": {
  3875.                         "id": {
  3876.                             "description": "Unique identifier for the object.",
  3877.                             "type": "integer",
  3878.                             "required": false
  3879.                         },
  3880.                         "context": {
  3881.                             "description": "Scope under which the request is made; determines fields present in response.",
  3882.                             "type": "string",
  3883.                             "enum": [
  3884.                                 "view",
  3885.                                 "embed",
  3886.                                 "edit"
  3887.                             ],
  3888.                             "default": "view",
  3889.                             "required": false
  3890.                         },
  3891.                         "password": {
  3892.                             "description": "The password for the post if it is password protected.",
  3893.                             "type": "string",
  3894.                             "required": false
  3895.                         }
  3896.                     }
  3897.                 },
  3898.                 {
  3899.                     "methods": [
  3900.                         "POST",
  3901.                         "PUT",
  3902.                         "PATCH"
  3903.                     ],
  3904.                     "args": {
  3905.                         "id": {
  3906.                             "description": "Unique identifier for the object.",
  3907.                             "type": "integer",
  3908.                             "required": false
  3909.                         },
  3910.                         "date": {
  3911.                             "description": "The date the object was published, in the site's timezone.",
  3912.                             "type": [
  3913.                                 "string",
  3914.                                 "null"
  3915.                             ],
  3916.                             "format": "date-time",
  3917.                             "required": false
  3918.                         },
  3919.                         "date_gmt": {
  3920.                             "description": "The date the object was published, as GMT.",
  3921.                             "type": [
  3922.                                 "string",
  3923.                                 "null"
  3924.                             ],
  3925.                             "format": "date-time",
  3926.                             "required": false
  3927.                         },
  3928.                         "slug": {
  3929.                             "description": "An alphanumeric identifier for the object unique to its type.",
  3930.                             "type": "string",
  3931.                             "required": false
  3932.                         },
  3933.                         "status": {
  3934.                             "description": "A named status for the object.",
  3935.                             "type": "string",
  3936.                             "enum": [
  3937.                                 "publish",
  3938.                                 "future",
  3939.                                 "draft",
  3940.                                 "pending",
  3941.                                 "private"
  3942.                             ],
  3943.                             "required": false
  3944.                         },
  3945.                         "password": {
  3946.                             "description": "A password to protect access to the content and excerpt.",
  3947.                             "type": "string",
  3948.                             "required": false
  3949.                         },
  3950.                         "title": {
  3951.                             "description": "The title for the object.",
  3952.                             "type": "object",
  3953.                             "properties": {
  3954.                                 "raw": {
  3955.                                     "description": "Title for the object, as it exists in the database.",
  3956.                                     "type": "string",
  3957.                                     "context": [
  3958.                                         "view",
  3959.                                         "edit"
  3960.                                     ]
  3961.                                 }
  3962.                             },
  3963.                             "required": false
  3964.                         },
  3965.                         "content": {
  3966.                             "description": "The content for the object.",
  3967.                             "type": "object",
  3968.                             "properties": {
  3969.                                 "raw": {
  3970.                                     "description": "Content for the object, as it exists in the database.",
  3971.                                     "type": "string",
  3972.                                     "context": [
  3973.                                         "view",
  3974.                                         "edit"
  3975.                                     ]
  3976.                                 },
  3977.                                 "block_version": {
  3978.                                     "description": "Version of the content block format used by the object.",
  3979.                                     "type": "integer",
  3980.                                     "context": [
  3981.                                         "edit"
  3982.                                     ],
  3983.                                     "readonly": true
  3984.                                 },
  3985.                                 "protected": {
  3986.                                     "description": "Whether the content is protected with a password.",
  3987.                                     "type": "boolean",
  3988.                                     "context": [
  3989.                                         "view",
  3990.                                         "edit",
  3991.                                         "embed"
  3992.                                     ],
  3993.                                     "readonly": true
  3994.                                 }
  3995.                             },
  3996.                             "required": false
  3997.                         },
  3998.                         "template": {
  3999.                             "description": "The theme file to use to display the object.",
  4000.                             "type": "string",
  4001.                             "required": false
  4002.                         }
  4003.                     }
  4004.                 },
  4005.                 {
  4006.                     "methods": [
  4007.                         "DELETE"
  4008.                     ],
  4009.                     "args": {
  4010.                         "id": {
  4011.                             "description": "Unique identifier for the object.",
  4012.                             "type": "integer",
  4013.                             "required": false
  4014.                         },
  4015.                         "force": {
  4016.                             "type": "boolean",
  4017.                             "default": false,
  4018.                             "description": "Whether to bypass Trash and force deletion.",
  4019.                             "required": false
  4020.                         }
  4021.                     }
  4022.                 }
  4023.             ]
  4024.         },
  4025.         "/wp/v2/blocks/(?P<id>[\\d]+)/autosaves": {
  4026.             "namespace": "wp/v2",
  4027.             "methods": [
  4028.                 "GET",
  4029.                 "POST"
  4030.             ],
  4031.             "endpoints": [
  4032.                 {
  4033.                     "methods": [
  4034.                         "GET"
  4035.                     ],
  4036.                     "args": {
  4037.                         "parent": {
  4038.                             "description": "The ID for the parent of the object.",
  4039.                             "type": "integer",
  4040.                             "required": false
  4041.                         },
  4042.                         "context": {
  4043.                             "description": "Scope under which the request is made; determines fields present in response.",
  4044.                             "type": "string",
  4045.                             "enum": [
  4046.                                 "view",
  4047.                                 "embed",
  4048.                                 "edit"
  4049.                             ],
  4050.                             "default": "view",
  4051.                             "required": false
  4052.                         }
  4053.                     }
  4054.                 },
  4055.                 {
  4056.                     "methods": [
  4057.                         "POST"
  4058.                     ],
  4059.                     "args": {
  4060.                         "parent": {
  4061.                             "description": "The ID for the parent of the object.",
  4062.                             "type": "integer",
  4063.                             "required": false
  4064.                         },
  4065.                         "date": {
  4066.                             "description": "The date the object was published, in the site's timezone.",
  4067.                             "type": [
  4068.                                 "string",
  4069.                                 "null"
  4070.                             ],
  4071.                             "format": "date-time",
  4072.                             "required": false
  4073.                         },
  4074.                         "date_gmt": {
  4075.                             "description": "The date the object was published, as GMT.",
  4076.                             "type": [
  4077.                                 "string",
  4078.                                 "null"
  4079.                             ],
  4080.                             "format": "date-time",
  4081.                             "required": false
  4082.                         },
  4083.                         "slug": {
  4084.                             "description": "An alphanumeric identifier for the object unique to its type.",
  4085.                             "type": "string",
  4086.                             "required": false
  4087.                         },
  4088.                         "status": {
  4089.                             "description": "A named status for the object.",
  4090.                             "type": "string",
  4091.                             "enum": [
  4092.                                 "publish",
  4093.                                 "future",
  4094.                                 "draft",
  4095.                                 "pending",
  4096.                                 "private"
  4097.                             ],
  4098.                             "required": false
  4099.                         },
  4100.                         "password": {
  4101.                             "description": "A password to protect access to the content and excerpt.",
  4102.                             "type": "string",
  4103.                             "required": false
  4104.                         },
  4105.                         "title": {
  4106.                             "description": "The title for the object.",
  4107.                             "type": "object",
  4108.                             "properties": {
  4109.                                 "raw": {
  4110.                                     "description": "Title for the object, as it exists in the database.",
  4111.                                     "type": "string",
  4112.                                     "context": [
  4113.                                         "view",
  4114.                                         "edit"
  4115.                                     ]
  4116.                                 }
  4117.                             },
  4118.                             "required": false
  4119.                         },
  4120.                         "content": {
  4121.                             "description": "The content for the object.",
  4122.                             "type": "object",
  4123.                             "properties": {
  4124.                                 "raw": {
  4125.                                     "description": "Content for the object, as it exists in the database.",
  4126.                                     "type": "string",
  4127.                                     "context": [
  4128.                                         "view",
  4129.                                         "edit"
  4130.                                     ]
  4131.                                 },
  4132.                                 "block_version": {
  4133.                                     "description": "Version of the content block format used by the object.",
  4134.                                     "type": "integer",
  4135.                                     "context": [
  4136.                                         "edit"
  4137.                                     ],
  4138.                                     "readonly": true
  4139.                                 },
  4140.                                 "protected": {
  4141.                                     "description": "Whether the content is protected with a password.",
  4142.                                     "type": "boolean",
  4143.                                     "context": [
  4144.                                         "view",
  4145.                                         "edit",
  4146.                                         "embed"
  4147.                                     ],
  4148.                                     "readonly": true
  4149.                                 }
  4150.                             },
  4151.                             "required": false
  4152.                         },
  4153.                         "template": {
  4154.                             "description": "The theme file to use to display the object.",
  4155.                             "type": "string",
  4156.                             "required": false
  4157.                         }
  4158.                     }
  4159.                 }
  4160.             ]
  4161.         },
  4162.         "/wp/v2/blocks/(?P<parent>[\\d]+)/autosaves/(?P<id>[\\d]+)": {
  4163.             "namespace": "wp/v2",
  4164.             "methods": [
  4165.                 "GET"
  4166.             ],
  4167.             "endpoints": [
  4168.                 {
  4169.                     "methods": [
  4170.                         "GET"
  4171.                     ],
  4172.                     "args": {
  4173.                         "parent": {
  4174.                             "description": "The ID for the parent of the object.",
  4175.                             "type": "integer",
  4176.                             "required": false
  4177.                         },
  4178.                         "id": {
  4179.                             "description": "The ID for the object.",
  4180.                             "type": "integer",
  4181.                             "required": false
  4182.                         },
  4183.                         "context": {
  4184.                             "description": "Scope under which the request is made; determines fields present in response.",
  4185.                             "type": "string",
  4186.                             "enum": [
  4187.                                 "view",
  4188.                                 "embed",
  4189.                                 "edit"
  4190.                             ],
  4191.                             "default": "view",
  4192.                             "required": false
  4193.                         }
  4194.                     }
  4195.                 }
  4196.             ]
  4197.         },
  4198.         "/wp/v2/types": {
  4199.             "namespace": "wp/v2",
  4200.             "methods": [
  4201.                 "GET"
  4202.             ],
  4203.             "endpoints": [
  4204.                 {
  4205.                     "methods": [
  4206.                         "GET"
  4207.                     ],
  4208.                     "args": {
  4209.                         "context": {
  4210.                             "description": "Scope under which the request is made; determines fields present in response.",
  4211.                             "type": "string",
  4212.                             "enum": [
  4213.                                 "view",
  4214.                                 "embed",
  4215.                                 "edit"
  4216.                             ],
  4217.                             "default": "view",
  4218.                             "required": false
  4219.                         }
  4220.                     }
  4221.                 }
  4222.             ],
  4223.             "_links": {
  4224.                 "self": [
  4225.                     {
  4226.                         "href": "https://dbmvs.com/wp-json/wp/v2/types"
  4227.                     }
  4228.                 ]
  4229.             }
  4230.         },
  4231.         "/wp/v2/types/(?P<type>[\\w-]+)": {
  4232.             "namespace": "wp/v2",
  4233.             "methods": [
  4234.                 "GET"
  4235.             ],
  4236.             "endpoints": [
  4237.                 {
  4238.                     "methods": [
  4239.                         "GET"
  4240.                     ],
  4241.                     "args": {
  4242.                         "type": {
  4243.                             "description": "An alphanumeric identifier for the post type.",
  4244.                             "type": "string",
  4245.                             "required": false
  4246.                         },
  4247.                         "context": {
  4248.                             "description": "Scope under which the request is made; determines fields present in response.",
  4249.                             "type": "string",
  4250.                             "enum": [
  4251.                                 "view",
  4252.                                 "embed",
  4253.                                 "edit"
  4254.                             ],
  4255.                             "default": "view",
  4256.                             "required": false
  4257.                         }
  4258.                     }
  4259.                 }
  4260.             ]
  4261.         },
  4262.         "/wp/v2/statuses": {
  4263.             "namespace": "wp/v2",
  4264.             "methods": [
  4265.                 "GET"
  4266.             ],
  4267.             "endpoints": [
  4268.                 {
  4269.                     "methods": [
  4270.                         "GET"
  4271.                     ],
  4272.                     "args": {
  4273.                         "context": {
  4274.                             "description": "Scope under which the request is made; determines fields present in response.",
  4275.                             "type": "string",
  4276.                             "enum": [
  4277.                                 "view",
  4278.                                 "embed",
  4279.                                 "edit"
  4280.                             ],
  4281.                             "default": "view",
  4282.                             "required": false
  4283.                         }
  4284.                     }
  4285.                 }
  4286.             ],
  4287.             "_links": {
  4288.                 "self": [
  4289.                     {
  4290.                         "href": "https://dbmvs.com/wp-json/wp/v2/statuses"
  4291.                     }
  4292.                 ]
  4293.             }
  4294.         },
  4295.         "/wp/v2/statuses/(?P<status>[\\w-]+)": {
  4296.             "namespace": "wp/v2",
  4297.             "methods": [
  4298.                 "GET"
  4299.             ],
  4300.             "endpoints": [
  4301.                 {
  4302.                     "methods": [
  4303.                         "GET"
  4304.                     ],
  4305.                     "args": {
  4306.                         "status": {
  4307.                             "description": "An alphanumeric identifier for the status.",
  4308.                             "type": "string",
  4309.                             "required": false
  4310.                         },
  4311.                         "context": {
  4312.                             "description": "Scope under which the request is made; determines fields present in response.",
  4313.                             "type": "string",
  4314.                             "enum": [
  4315.                                 "view",
  4316.                                 "embed",
  4317.                                 "edit"
  4318.                             ],
  4319.                             "default": "view",
  4320.                             "required": false
  4321.                         }
  4322.                     }
  4323.                 }
  4324.             ]
  4325.         },
  4326.         "/wp/v2/taxonomies": {
  4327.             "namespace": "wp/v2",
  4328.             "methods": [
  4329.                 "GET"
  4330.             ],
  4331.             "endpoints": [
  4332.                 {
  4333.                     "methods": [
  4334.                         "GET"
  4335.                     ],
  4336.                     "args": {
  4337.                         "context": {
  4338.                             "description": "Scope under which the request is made; determines fields present in response.",
  4339.                             "type": "string",
  4340.                             "enum": [
  4341.                                 "view",
  4342.                                 "embed",
  4343.                                 "edit"
  4344.                             ],
  4345.                             "default": "view",
  4346.                             "required": false
  4347.                         },
  4348.                         "type": {
  4349.                             "description": "Limit results to taxonomies associated with a specific post type.",
  4350.                             "type": "string",
  4351.                             "required": false
  4352.                         }
  4353.                     }
  4354.                 }
  4355.             ],
  4356.             "_links": {
  4357.                 "self": [
  4358.                     {
  4359.                         "href": "https://dbmvs.com/wp-json/wp/v2/taxonomies"
  4360.                     }
  4361.                 ]
  4362.             }
  4363.         },
  4364.         "/wp/v2/taxonomies/(?P<taxonomy>[\\w-]+)": {
  4365.             "namespace": "wp/v2",
  4366.             "methods": [
  4367.                 "GET"
  4368.             ],
  4369.             "endpoints": [
  4370.                 {
  4371.                     "methods": [
  4372.                         "GET"
  4373.                     ],
  4374.                     "args": {
  4375.                         "taxonomy": {
  4376.                             "description": "An alphanumeric identifier for the taxonomy.",
  4377.                             "type": "string",
  4378.                             "required": false
  4379.                         },
  4380.                         "context": {
  4381.                             "description": "Scope under which the request is made; determines fields present in response.",
  4382.                             "type": "string",
  4383.                             "enum": [
  4384.                                 "view",
  4385.                                 "embed",
  4386.                                 "edit"
  4387.                             ],
  4388.                             "default": "view",
  4389.                             "required": false
  4390.                         }
  4391.                     }
  4392.                 }
  4393.             ]
  4394.         },
  4395.         "/wp/v2/categories": {
  4396.             "namespace": "wp/v2",
  4397.             "methods": [
  4398.                 "GET",
  4399.                 "POST"
  4400.             ],
  4401.             "endpoints": [
  4402.                 {
  4403.                     "methods": [
  4404.                         "GET"
  4405.                     ],
  4406.                     "args": {
  4407.                         "context": {
  4408.                             "description": "Scope under which the request is made; determines fields present in response.",
  4409.                             "type": "string",
  4410.                             "enum": [
  4411.                                 "view",
  4412.                                 "embed",
  4413.                                 "edit"
  4414.                             ],
  4415.                             "default": "view",
  4416.                             "required": false
  4417.                         },
  4418.                         "page": {
  4419.                             "description": "Current page of the collection.",
  4420.                             "type": "integer",
  4421.                             "default": 1,
  4422.                             "minimum": 1,
  4423.                             "required": false
  4424.                         },
  4425.                         "per_page": {
  4426.                             "description": "Maximum number of items to be returned in result set.",
  4427.                             "type": "integer",
  4428.                             "default": 10,
  4429.                             "minimum": 1,
  4430.                             "maximum": 100,
  4431.                             "required": false
  4432.                         },
  4433.                         "search": {
  4434.                             "description": "Limit results to those matching a string.",
  4435.                             "type": "string",
  4436.                             "required": false
  4437.                         },
  4438.                         "exclude": {
  4439.                             "description": "Ensure result set excludes specific IDs.",
  4440.                             "type": "array",
  4441.                             "items": {
  4442.                                 "type": "integer"
  4443.                             },
  4444.                             "default": [],
  4445.                             "required": false
  4446.                         },
  4447.                         "include": {
  4448.                             "description": "Limit result set to specific IDs.",
  4449.                             "type": "array",
  4450.                             "items": {
  4451.                                 "type": "integer"
  4452.                             },
  4453.                             "default": [],
  4454.                             "required": false
  4455.                         },
  4456.                         "order": {
  4457.                             "description": "Order sort attribute ascending or descending.",
  4458.                             "type": "string",
  4459.                             "default": "asc",
  4460.                             "enum": [
  4461.                                 "asc",
  4462.                                 "desc"
  4463.                             ],
  4464.                             "required": false
  4465.                         },
  4466.                         "orderby": {
  4467.                             "description": "Sort collection by term attribute.",
  4468.                             "type": "string",
  4469.                             "default": "name",
  4470.                             "enum": [
  4471.                                 "id",
  4472.                                 "include",
  4473.                                 "name",
  4474.                                 "slug",
  4475.                                 "include_slugs",
  4476.                                 "term_group",
  4477.                                 "description",
  4478.                                 "count"
  4479.                             ],
  4480.                             "required": false
  4481.                         },
  4482.                         "hide_empty": {
  4483.                             "description": "Whether to hide terms not assigned to any posts.",
  4484.                             "type": "boolean",
  4485.                             "default": false,
  4486.                             "required": false
  4487.                         },
  4488.                         "parent": {
  4489.                             "description": "Limit result set to terms assigned to a specific parent.",
  4490.                             "type": "integer",
  4491.                             "required": false
  4492.                         },
  4493.                         "post": {
  4494.                             "description": "Limit result set to terms assigned to a specific post.",
  4495.                             "type": "integer",
  4496.                             "default": null,
  4497.                             "required": false
  4498.                         },
  4499.                         "slug": {
  4500.                             "description": "Limit result set to terms with one or more specific slugs.",
  4501.                             "type": "array",
  4502.                             "items": {
  4503.                                 "type": "string"
  4504.                             },
  4505.                             "required": false
  4506.                         }
  4507.                     }
  4508.                 },
  4509.                 {
  4510.                     "methods": [
  4511.                         "POST"
  4512.                     ],
  4513.                     "args": {
  4514.                         "description": {
  4515.                             "description": "HTML description of the term.",
  4516.                             "type": "string",
  4517.                             "required": false
  4518.                         },
  4519.                         "name": {
  4520.                             "description": "HTML title for the term.",
  4521.                             "type": "string",
  4522.                             "required": true
  4523.                         },
  4524.                         "slug": {
  4525.                             "description": "An alphanumeric identifier for the term unique to its type.",
  4526.                             "type": "string",
  4527.                             "required": false
  4528.                         },
  4529.                         "parent": {
  4530.                             "description": "The parent term ID.",
  4531.                             "type": "integer",
  4532.                             "required": false
  4533.                         },
  4534.                         "meta": {
  4535.                             "description": "Meta fields.",
  4536.                             "type": "object",
  4537.                             "properties": [],
  4538.                             "required": false
  4539.                         }
  4540.                     }
  4541.                 }
  4542.             ],
  4543.             "_links": {
  4544.                 "self": [
  4545.                     {
  4546.                         "href": "https://dbmvs.com/wp-json/wp/v2/categories"
  4547.                     }
  4548.                 ]
  4549.             }
  4550.         },
  4551.         "/wp/v2/categories/(?P<id>[\\d]+)": {
  4552.             "namespace": "wp/v2",
  4553.             "methods": [
  4554.                 "GET",
  4555.                 "POST",
  4556.                 "PUT",
  4557.                 "PATCH",
  4558.                 "DELETE"
  4559.             ],
  4560.             "endpoints": [
  4561.                 {
  4562.                     "methods": [
  4563.                         "GET"
  4564.                     ],
  4565.                     "args": {
  4566.                         "id": {
  4567.                             "description": "Unique identifier for the term.",
  4568.                             "type": "integer",
  4569.                             "required": false
  4570.                         },
  4571.                         "context": {
  4572.                             "description": "Scope under which the request is made; determines fields present in response.",
  4573.                             "type": "string",
  4574.                             "enum": [
  4575.                                 "view",
  4576.                                 "embed",
  4577.                                 "edit"
  4578.                             ],
  4579.                             "default": "view",
  4580.                             "required": false
  4581.                         }
  4582.                     }
  4583.                 },
  4584.                 {
  4585.                     "methods": [
  4586.                         "POST",
  4587.                         "PUT",
  4588.                         "PATCH"
  4589.                     ],
  4590.                     "args": {
  4591.                         "id": {
  4592.                             "description": "Unique identifier for the term.",
  4593.                             "type": "integer",
  4594.                             "required": false
  4595.                         },
  4596.                         "description": {
  4597.                             "description": "HTML description of the term.",
  4598.                             "type": "string",
  4599.                             "required": false
  4600.                         },
  4601.                         "name": {
  4602.                             "description": "HTML title for the term.",
  4603.                             "type": "string",
  4604.                             "required": false
  4605.                         },
  4606.                         "slug": {
  4607.                             "description": "An alphanumeric identifier for the term unique to its type.",
  4608.                             "type": "string",
  4609.                             "required": false
  4610.                         },
  4611.                         "parent": {
  4612.                             "description": "The parent term ID.",
  4613.                             "type": "integer",
  4614.                             "required": false
  4615.                         },
  4616.                         "meta": {
  4617.                             "description": "Meta fields.",
  4618.                             "type": "object",
  4619.                             "properties": [],
  4620.                             "required": false
  4621.                         }
  4622.                     }
  4623.                 },
  4624.                 {
  4625.                     "methods": [
  4626.                         "DELETE"
  4627.                     ],
  4628.                     "args": {
  4629.                         "id": {
  4630.                             "description": "Unique identifier for the term.",
  4631.                             "type": "integer",
  4632.                             "required": false
  4633.                         },
  4634.                         "force": {
  4635.                             "type": "boolean",
  4636.                             "default": false,
  4637.                             "description": "Required to be true, as terms do not support trashing.",
  4638.                             "required": false
  4639.                         }
  4640.                     }
  4641.                 }
  4642.             ]
  4643.         },
  4644.         "/wp/v2/tags": {
  4645.             "namespace": "wp/v2",
  4646.             "methods": [
  4647.                 "GET",
  4648.                 "POST"
  4649.             ],
  4650.             "endpoints": [
  4651.                 {
  4652.                     "methods": [
  4653.                         "GET"
  4654.                     ],
  4655.                     "args": {
  4656.                         "context": {
  4657.                             "description": "Scope under which the request is made; determines fields present in response.",
  4658.                             "type": "string",
  4659.                             "enum": [
  4660.                                 "view",
  4661.                                 "embed",
  4662.                                 "edit"
  4663.                             ],
  4664.                             "default": "view",
  4665.                             "required": false
  4666.                         },
  4667.                         "page": {
  4668.                             "description": "Current page of the collection.",
  4669.                             "type": "integer",
  4670.                             "default": 1,
  4671.                             "minimum": 1,
  4672.                             "required": false
  4673.                         },
  4674.                         "per_page": {
  4675.                             "description": "Maximum number of items to be returned in result set.",
  4676.                             "type": "integer",
  4677.                             "default": 10,
  4678.                             "minimum": 1,
  4679.                             "maximum": 100,
  4680.                             "required": false
  4681.                         },
  4682.                         "search": {
  4683.                             "description": "Limit results to those matching a string.",
  4684.                             "type": "string",
  4685.                             "required": false
  4686.                         },
  4687.                         "exclude": {
  4688.                             "description": "Ensure result set excludes specific IDs.",
  4689.                             "type": "array",
  4690.                             "items": {
  4691.                                 "type": "integer"
  4692.                             },
  4693.                             "default": [],
  4694.                             "required": false
  4695.                         },
  4696.                         "include": {
  4697.                             "description": "Limit result set to specific IDs.",
  4698.                             "type": "array",
  4699.                             "items": {
  4700.                                 "type": "integer"
  4701.                             },
  4702.                             "default": [],
  4703.                             "required": false
  4704.                         },
  4705.                         "offset": {
  4706.                             "description": "Offset the result set by a specific number of items.",
  4707.                             "type": "integer",
  4708.                             "required": false
  4709.                         },
  4710.                         "order": {
  4711.                             "description": "Order sort attribute ascending or descending.",
  4712.                             "type": "string",
  4713.                             "default": "asc",
  4714.                             "enum": [
  4715.                                 "asc",
  4716.                                 "desc"
  4717.                             ],
  4718.                             "required": false
  4719.                         },
  4720.                         "orderby": {
  4721.                             "description": "Sort collection by term attribute.",
  4722.                             "type": "string",
  4723.                             "default": "name",
  4724.                             "enum": [
  4725.                                 "id",
  4726.                                 "include",
  4727.                                 "name",
  4728.                                 "slug",
  4729.                                 "include_slugs",
  4730.                                 "term_group",
  4731.                                 "description",
  4732.                                 "count"
  4733.                             ],
  4734.                             "required": false
  4735.                         },
  4736.                         "hide_empty": {
  4737.                             "description": "Whether to hide terms not assigned to any posts.",
  4738.                             "type": "boolean",
  4739.                             "default": false,
  4740.                             "required": false
  4741.                         },
  4742.                         "post": {
  4743.                             "description": "Limit result set to terms assigned to a specific post.",
  4744.                             "type": "integer",
  4745.                             "default": null,
  4746.                             "required": false
  4747.                         },
  4748.                         "slug": {
  4749.                             "description": "Limit result set to terms with one or more specific slugs.",
  4750.                             "type": "array",
  4751.                             "items": {
  4752.                                 "type": "string"
  4753.                             },
  4754.                             "required": false
  4755.                         }
  4756.                     }
  4757.                 },
  4758.                 {
  4759.                     "methods": [
  4760.                         "POST"
  4761.                     ],
  4762.                     "args": {
  4763.                         "description": {
  4764.                             "description": "HTML description of the term.",
  4765.                             "type": "string",
  4766.                             "required": false
  4767.                         },
  4768.                         "name": {
  4769.                             "description": "HTML title for the term.",
  4770.                             "type": "string",
  4771.                             "required": true
  4772.                         },
  4773.                         "slug": {
  4774.                             "description": "An alphanumeric identifier for the term unique to its type.",
  4775.                             "type": "string",
  4776.                             "required": false
  4777.                         },
  4778.                         "meta": {
  4779.                             "description": "Meta fields.",
  4780.                             "type": "object",
  4781.                             "properties": [],
  4782.                             "required": false
  4783.                         }
  4784.                     }
  4785.                 }
  4786.             ],
  4787.             "_links": {
  4788.                 "self": [
  4789.                     {
  4790.                         "href": "https://dbmvs.com/wp-json/wp/v2/tags"
  4791.                     }
  4792.                 ]
  4793.             }
  4794.         },
  4795.         "/wp/v2/tags/(?P<id>[\\d]+)": {
  4796.             "namespace": "wp/v2",
  4797.             "methods": [
  4798.                 "GET",
  4799.                 "POST",
  4800.                 "PUT",
  4801.                 "PATCH",
  4802.                 "DELETE"
  4803.             ],
  4804.             "endpoints": [
  4805.                 {
  4806.                     "methods": [
  4807.                         "GET"
  4808.                     ],
  4809.                     "args": {
  4810.                         "id": {
  4811.                             "description": "Unique identifier for the term.",
  4812.                             "type": "integer",
  4813.                             "required": false
  4814.                         },
  4815.                         "context": {
  4816.                             "description": "Scope under which the request is made; determines fields present in response.",
  4817.                             "type": "string",
  4818.                             "enum": [
  4819.                                 "view",
  4820.                                 "embed",
  4821.                                 "edit"
  4822.                             ],
  4823.                             "default": "view",
  4824.                             "required": false
  4825.                         }
  4826.                     }
  4827.                 },
  4828.                 {
  4829.                     "methods": [
  4830.                         "POST",
  4831.                         "PUT",
  4832.                         "PATCH"
  4833.                     ],
  4834.                     "args": {
  4835.                         "id": {
  4836.                             "description": "Unique identifier for the term.",
  4837.                             "type": "integer",
  4838.                             "required": false
  4839.                         },
  4840.                         "description": {
  4841.                             "description": "HTML description of the term.",
  4842.                             "type": "string",
  4843.                             "required": false
  4844.                         },
  4845.                         "name": {
  4846.                             "description": "HTML title for the term.",
  4847.                             "type": "string",
  4848.                             "required": false
  4849.                         },
  4850.                         "slug": {
  4851.                             "description": "An alphanumeric identifier for the term unique to its type.",
  4852.                             "type": "string",
  4853.                             "required": false
  4854.                         },
  4855.                         "meta": {
  4856.                             "description": "Meta fields.",
  4857.                             "type": "object",
  4858.                             "properties": [],
  4859.                             "required": false
  4860.                         }
  4861.                     }
  4862.                 },
  4863.                 {
  4864.                     "methods": [
  4865.                         "DELETE"
  4866.                     ],
  4867.                     "args": {
  4868.                         "id": {
  4869.                             "description": "Unique identifier for the term.",
  4870.                             "type": "integer",
  4871.                             "required": false
  4872.                         },
  4873.                         "force": {
  4874.                             "type": "boolean",
  4875.                             "default": false,
  4876.                             "description": "Required to be true, as terms do not support trashing.",
  4877.                             "required": false
  4878.                         }
  4879.                     }
  4880.                 }
  4881.             ]
  4882.         },
  4883.         "/wp/v2/users": {
  4884.             "namespace": "wp/v2",
  4885.             "methods": [
  4886.                 "GET",
  4887.                 "POST"
  4888.             ],
  4889.             "endpoints": [
  4890.                 {
  4891.                     "methods": [
  4892.                         "GET"
  4893.                     ],
  4894.                     "args": {
  4895.                         "context": {
  4896.                             "description": "Scope under which the request is made; determines fields present in response.",
  4897.                             "type": "string",
  4898.                             "enum": [
  4899.                                 "view",
  4900.                                 "embed",
  4901.                                 "edit"
  4902.                             ],
  4903.                             "default": "view",
  4904.                             "required": false
  4905.                         },
  4906.                         "page": {
  4907.                             "description": "Current page of the collection.",
  4908.                             "type": "integer",
  4909.                             "default": 1,
  4910.                             "minimum": 1,
  4911.                             "required": false
  4912.                         },
  4913.                         "per_page": {
  4914.                             "description": "Maximum number of items to be returned in result set.",
  4915.                             "type": "integer",
  4916.                             "default": 10,
  4917.                             "minimum": 1,
  4918.                             "maximum": 100,
  4919.                             "required": false
  4920.                         },
  4921.                         "search": {
  4922.                             "description": "Limit results to those matching a string.",
  4923.                             "type": "string",
  4924.                             "required": false
  4925.                         },
  4926.                         "exclude": {
  4927.                             "description": "Ensure result set excludes specific IDs.",
  4928.                             "type": "array",
  4929.                             "items": {
  4930.                                 "type": "integer"
  4931.                             },
  4932.                             "default": [],
  4933.                             "required": false
  4934.                         },
  4935.                         "include": {
  4936.                             "description": "Limit result set to specific IDs.",
  4937.                             "type": "array",
  4938.                             "items": {
  4939.                                 "type": "integer"
  4940.                             },
  4941.                             "default": [],
  4942.                             "required": false
  4943.                         },
  4944.                         "offset": {
  4945.                             "description": "Offset the result set by a specific number of items.",
  4946.                             "type": "integer",
  4947.                             "required": false
  4948.                         },
  4949.                         "order": {
  4950.                             "default": "asc",
  4951.                             "description": "Order sort attribute ascending or descending.",
  4952.                             "enum": [
  4953.                                 "asc",
  4954.                                 "desc"
  4955.                             ],
  4956.                             "type": "string",
  4957.                             "required": false
  4958.                         },
  4959.                         "orderby": {
  4960.                             "default": "name",
  4961.                             "description": "Sort collection by object attribute.",
  4962.                             "enum": [
  4963.                                 "id",
  4964.                                 "include",
  4965.                                 "name",
  4966.                                 "registered_date",
  4967.                                 "slug",
  4968.                                 "include_slugs",
  4969.                                 "email",
  4970.                                 "url"
  4971.                             ],
  4972.                             "type": "string",
  4973.                             "required": false
  4974.                         },
  4975.                         "slug": {
  4976.                             "description": "Limit result set to users with one or more specific slugs.",
  4977.                             "type": "array",
  4978.                             "items": {
  4979.                                 "type": "string"
  4980.                             },
  4981.                             "required": false
  4982.                         },
  4983.                         "roles": {
  4984.                             "description": "Limit result set to users matching at least one specific role provided. Accepts csv list or single role.",
  4985.                             "type": "array",
  4986.                             "items": {
  4987.                                 "type": "string"
  4988.                             },
  4989.                             "required": false
  4990.                         },
  4991.                         "who": {
  4992.                             "description": "Limit result set to users who are considered authors.",
  4993.                             "type": "string",
  4994.                             "enum": [
  4995.                                 "authors"
  4996.                             ],
  4997.                             "required": false
  4998.                         }
  4999.                     }
  5000.                 },
  5001.                 {
  5002.                     "methods": [
  5003.                         "POST"
  5004.                     ],
  5005.                     "args": {
  5006.                         "username": {
  5007.                             "description": "Login name for the user.",
  5008.                             "type": "string",
  5009.                             "required": true
  5010.                         },
  5011.                         "name": {
  5012.                             "description": "Display name for the user.",
  5013.                             "type": "string",
  5014.                             "required": false
  5015.                         },
  5016.                         "first_name": {
  5017.                             "description": "First name for the user.",
  5018.                             "type": "string",
  5019.                             "required": false
  5020.                         },
  5021.                         "last_name": {
  5022.                             "description": "Last name for the user.",
  5023.                             "type": "string",
  5024.                             "required": false
  5025.                         },
  5026.                         "email": {
  5027.                             "description": "The email address for the user.",
  5028.                             "type": "string",
  5029.                             "format": "email",
  5030.                             "required": true
  5031.                         },
  5032.                         "url": {
  5033.                             "description": "URL of the user.",
  5034.                             "type": "string",
  5035.                             "format": "uri",
  5036.                             "required": false
  5037.                         },
  5038.                         "description": {
  5039.                             "description": "Description of the user.",
  5040.                             "type": "string",
  5041.                             "required": false
  5042.                         },
  5043.                         "locale": {
  5044.                             "description": "Locale for the user.",
  5045.                             "type": "string",
  5046.                             "enum": [
  5047.                                 "",
  5048.                                 "en_US",
  5049.                                 "es_ES"
  5050.                             ],
  5051.                             "required": false
  5052.                         },
  5053.                         "nickname": {
  5054.                             "description": "The nickname for the user.",
  5055.                             "type": "string",
  5056.                             "required": false
  5057.                         },
  5058.                         "slug": {
  5059.                             "description": "An alphanumeric identifier for the user.",
  5060.                             "type": "string",
  5061.                             "required": false
  5062.                         },
  5063.                         "roles": {
  5064.                             "description": "Roles assigned to the user.",
  5065.                             "type": "array",
  5066.                             "items": {
  5067.                                 "type": "string"
  5068.                             },
  5069.                             "required": false
  5070.                         },
  5071.                         "password": {
  5072.                             "description": "Password for the user (never included).",
  5073.                             "type": "string",
  5074.                             "required": true
  5075.                         },
  5076.                         "meta": {
  5077.                             "description": "Meta fields.",
  5078.                             "type": "object",
  5079.                             "properties": [],
  5080.                             "required": false
  5081.                         }
  5082.                     }
  5083.                 }
  5084.             ],
  5085.             "_links": {
  5086.                 "self": [
  5087.                     {
  5088.                         "href": "https://dbmvs.com/wp-json/wp/v2/users"
  5089.                     }
  5090.                 ]
  5091.             }
  5092.         },
  5093.         "/wp/v2/users/(?P<id>[\\d]+)": {
  5094.             "namespace": "wp/v2",
  5095.             "methods": [
  5096.                 "GET",
  5097.                 "POST",
  5098.                 "PUT",
  5099.                 "PATCH",
  5100.                 "DELETE"
  5101.             ],
  5102.             "endpoints": [
  5103.                 {
  5104.                     "methods": [
  5105.                         "GET"
  5106.                     ],
  5107.                     "args": {
  5108.                         "id": {
  5109.                             "description": "Unique identifier for the user.",
  5110.                             "type": "integer",
  5111.                             "required": false
  5112.                         },
  5113.                         "context": {
  5114.                             "description": "Scope under which the request is made; determines fields present in response.",
  5115.                             "type": "string",
  5116.                             "enum": [
  5117.                                 "view",
  5118.                                 "embed",
  5119.                                 "edit"
  5120.                             ],
  5121.                             "default": "view",
  5122.                             "required": false
  5123.                         }
  5124.                     }
  5125.                 },
  5126.                 {
  5127.                     "methods": [
  5128.                         "POST",
  5129.                         "PUT",
  5130.                         "PATCH"
  5131.                     ],
  5132.                     "args": {
  5133.                         "id": {
  5134.                             "description": "Unique identifier for the user.",
  5135.                             "type": "integer",
  5136.                             "required": false
  5137.                         },
  5138.                         "username": {
  5139.                             "description": "Login name for the user.",
  5140.                             "type": "string",
  5141.                             "required": false
  5142.                         },
  5143.                         "name": {
  5144.                             "description": "Display name for the user.",
  5145.                             "type": "string",
  5146.                             "required": false
  5147.                         },
  5148.                         "first_name": {
  5149.                             "description": "First name for the user.",
  5150.                             "type": "string",
  5151.                             "required": false
  5152.                         },
  5153.                         "last_name": {
  5154.                             "description": "Last name for the user.",
  5155.                             "type": "string",
  5156.                             "required": false
  5157.                         },
  5158.                         "email": {
  5159.                             "description": "The email address for the user.",
  5160.                             "type": "string",
  5161.                             "format": "email",
  5162.                             "required": false
  5163.                         },
  5164.                         "url": {
  5165.                             "description": "URL of the user.",
  5166.                             "type": "string",
  5167.                             "format": "uri",
  5168.                             "required": false
  5169.                         },
  5170.                         "description": {
  5171.                             "description": "Description of the user.",
  5172.                             "type": "string",
  5173.                             "required": false
  5174.                         },
  5175.                         "locale": {
  5176.                             "description": "Locale for the user.",
  5177.                             "type": "string",
  5178.                             "enum": [
  5179.                                 "",
  5180.                                 "en_US",
  5181.                                 "es_ES"
  5182.                             ],
  5183.                             "required": false
  5184.                         },
  5185.                         "nickname": {
  5186.                             "description": "The nickname for the user.",
  5187.                             "type": "string",
  5188.                             "required": false
  5189.                         },
  5190.                         "slug": {
  5191.                             "description": "An alphanumeric identifier for the user.",
  5192.                             "type": "string",
  5193.                             "required": false
  5194.                         },
  5195.                         "roles": {
  5196.                             "description": "Roles assigned to the user.",
  5197.                             "type": "array",
  5198.                             "items": {
  5199.                                 "type": "string"
  5200.                             },
  5201.                             "required": false
  5202.                         },
  5203.                         "password": {
  5204.                             "description": "Password for the user (never included).",
  5205.                             "type": "string",
  5206.                             "required": false
  5207.                         },
  5208.                         "meta": {
  5209.                             "description": "Meta fields.",
  5210.                             "type": "object",
  5211.                             "properties": [],
  5212.                             "required": false
  5213.                         }
  5214.                     }
  5215.                 },
  5216.                 {
  5217.                     "methods": [
  5218.                         "DELETE"
  5219.                     ],
  5220.                     "args": {
  5221.                         "id": {
  5222.                             "description": "Unique identifier for the user.",
  5223.                             "type": "integer",
  5224.                             "required": false
  5225.                         },
  5226.                         "force": {
  5227.                             "type": "boolean",
  5228.                             "default": false,
  5229.                             "description": "Required to be true, as users do not support trashing.",
  5230.                             "required": false
  5231.                         },
  5232.                         "reassign": {
  5233.                             "type": "integer",
  5234.                             "description": "Reassign the deleted user's posts and links to this user ID.",
  5235.                             "required": true
  5236.                         }
  5237.                     }
  5238.                 }
  5239.             ]
  5240.         },
  5241.         "/wp/v2/users/me": {
  5242.             "namespace": "wp/v2",
  5243.             "methods": [
  5244.                 "GET",
  5245.                 "POST",
  5246.                 "PUT",
  5247.                 "PATCH",
  5248.                 "DELETE"
  5249.             ],
  5250.             "endpoints": [
  5251.                 {
  5252.                     "methods": [
  5253.                         "GET"
  5254.                     ],
  5255.                     "args": {
  5256.                         "context": {
  5257.                             "description": "Scope under which the request is made; determines fields present in response.",
  5258.                             "type": "string",
  5259.                             "enum": [
  5260.                                 "view",
  5261.                                 "embed",
  5262.                                 "edit"
  5263.                             ],
  5264.                             "default": "view",
  5265.                             "required": false
  5266.                         }
  5267.                     }
  5268.                 },
  5269.                 {
  5270.                     "methods": [
  5271.                         "POST",
  5272.                         "PUT",
  5273.                         "PATCH"
  5274.                     ],
  5275.                     "args": {
  5276.                         "username": {
  5277.                             "description": "Login name for the user.",
  5278.                             "type": "string",
  5279.                             "required": false
  5280.                         },
  5281.                         "name": {
  5282.                             "description": "Display name for the user.",
  5283.                             "type": "string",
  5284.                             "required": false
  5285.                         },
  5286.                         "first_name": {
  5287.                             "description": "First name for the user.",
  5288.                             "type": "string",
  5289.                             "required": false
  5290.                         },
  5291.                         "last_name": {
  5292.                             "description": "Last name for the user.",
  5293.                             "type": "string",
  5294.                             "required": false
  5295.                         },
  5296.                         "email": {
  5297.                             "description": "The email address for the user.",
  5298.                             "type": "string",
  5299.                             "format": "email",
  5300.                             "required": false
  5301.                         },
  5302.                         "url": {
  5303.                             "description": "URL of the user.",
  5304.                             "type": "string",
  5305.                             "format": "uri",
  5306.                             "required": false
  5307.                         },
  5308.                         "description": {
  5309.                             "description": "Description of the user.",
  5310.                             "type": "string",
  5311.                             "required": false
  5312.                         },
  5313.                         "locale": {
  5314.                             "description": "Locale for the user.",
  5315.                             "type": "string",
  5316.                             "enum": [
  5317.                                 "",
  5318.                                 "en_US",
  5319.                                 "es_ES"
  5320.                             ],
  5321.                             "required": false
  5322.                         },
  5323.                         "nickname": {
  5324.                             "description": "The nickname for the user.",
  5325.                             "type": "string",
  5326.                             "required": false
  5327.                         },
  5328.                         "slug": {
  5329.                             "description": "An alphanumeric identifier for the user.",
  5330.                             "type": "string",
  5331.                             "required": false
  5332.                         },
  5333.                         "roles": {
  5334.                             "description": "Roles assigned to the user.",
  5335.                             "type": "array",
  5336.                             "items": {
  5337.                                 "type": "string"
  5338.                             },
  5339.                             "required": false
  5340.                         },
  5341.                         "password": {
  5342.                             "description": "Password for the user (never included).",
  5343.                             "type": "string",
  5344.                             "required": false
  5345.                         },
  5346.                         "meta": {
  5347.                             "description": "Meta fields.",
  5348.                             "type": "object",
  5349.                             "properties": [],
  5350.                             "required": false
  5351.                         }
  5352.                     }
  5353.                 },
  5354.                 {
  5355.                     "methods": [
  5356.                         "DELETE"
  5357.                     ],
  5358.                     "args": {
  5359.                         "force": {
  5360.                             "type": "boolean",
  5361.                             "default": false,
  5362.                             "description": "Required to be true, as users do not support trashing.",
  5363.                             "required": false
  5364.                         },
  5365.                         "reassign": {
  5366.                             "type": "integer",
  5367.                             "description": "Reassign the deleted user's posts and links to this user ID.",
  5368.                             "required": true
  5369.                         }
  5370.                     }
  5371.                 }
  5372.             ],
  5373.             "_links": {
  5374.                 "self": [
  5375.                     {
  5376.                         "href": "https://dbmvs.com/wp-json/wp/v2/users/me"
  5377.                     }
  5378.                 ]
  5379.             }
  5380.         },
  5381.         "/wp/v2/users/(?P<user_id>(?:[\\d]+|me))/application-passwords": {
  5382.             "namespace": "wp/v2",
  5383.             "methods": [
  5384.                 "GET",
  5385.                 "POST",
  5386.                 "DELETE"
  5387.             ],
  5388.             "endpoints": [
  5389.                 {
  5390.                     "methods": [
  5391.                         "GET"
  5392.                     ],
  5393.                     "args": {
  5394.                         "context": {
  5395.                             "description": "Scope under which the request is made; determines fields present in response.",
  5396.                             "type": "string",
  5397.                             "enum": [
  5398.                                 "view",
  5399.                                 "embed",
  5400.                                 "edit"
  5401.                             ],
  5402.                             "default": "view",
  5403.                             "required": false
  5404.                         }
  5405.                     }
  5406.                 },
  5407.                 {
  5408.                     "methods": [
  5409.                         "POST"
  5410.                     ],
  5411.                     "args": {
  5412.                         "app_id": {
  5413.                             "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.",
  5414.                             "type": "string",
  5415.                             "format": "uuid",
  5416.                             "required": false
  5417.                         },
  5418.                         "name": {
  5419.                             "description": "The name of the application password.",
  5420.                             "type": "string",
  5421.                             "minLength": 1,
  5422.                             "pattern": ".*\\S.*",
  5423.                             "required": true
  5424.                         }
  5425.                     }
  5426.                 },
  5427.                 {
  5428.                     "methods": [
  5429.                         "DELETE"
  5430.                     ],
  5431.                     "args": []
  5432.                 }
  5433.             ]
  5434.         },
  5435.         "/wp/v2/users/(?P<user_id>(?:[\\d]+|me))/application-passwords/introspect": {
  5436.             "namespace": "wp/v2",
  5437.             "methods": [
  5438.                 "GET"
  5439.             ],
  5440.             "endpoints": [
  5441.                 {
  5442.                     "methods": [
  5443.                         "GET"
  5444.                     ],
  5445.                     "args": {
  5446.                         "context": {
  5447.                             "description": "Scope under which the request is made; determines fields present in response.",
  5448.                             "type": "string",
  5449.                             "enum": [
  5450.                                 "view",
  5451.                                 "embed",
  5452.                                 "edit"
  5453.                             ],
  5454.                             "default": "view",
  5455.                             "required": false
  5456.                         }
  5457.                     }
  5458.                 }
  5459.             ]
  5460.         },
  5461.         "/wp/v2/users/(?P<user_id>(?:[\\d]+|me))/application-passwords/(?P<uuid>[\\w\\-]+)": {
  5462.             "namespace": "wp/v2",
  5463.             "methods": [
  5464.                 "GET",
  5465.                 "POST",
  5466.                 "PUT",
  5467.                 "PATCH",
  5468.                 "DELETE"
  5469.             ],
  5470.             "endpoints": [
  5471.                 {
  5472.                     "methods": [
  5473.                         "GET"
  5474.                     ],
  5475.                     "args": {
  5476.                         "context": {
  5477.                             "description": "Scope under which the request is made; determines fields present in response.",
  5478.                             "type": "string",
  5479.                             "enum": [
  5480.                                 "view",
  5481.                                 "embed",
  5482.                                 "edit"
  5483.                             ],
  5484.                             "default": "view",
  5485.                             "required": false
  5486.                         }
  5487.                     }
  5488.                 },
  5489.                 {
  5490.                     "methods": [
  5491.                         "POST",
  5492.                         "PUT",
  5493.                         "PATCH"
  5494.                     ],
  5495.                     "args": {
  5496.                         "app_id": {
  5497.                             "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.",
  5498.                             "type": "string",
  5499.                             "format": "uuid",
  5500.                             "required": false
  5501.                         },
  5502.                         "name": {
  5503.                             "description": "The name of the application password.",
  5504.                             "type": "string",
  5505.                             "minLength": 1,
  5506.                             "pattern": ".*\\S.*",
  5507.                             "required": false
  5508.                         }
  5509.                     }
  5510.                 },
  5511.                 {
  5512.                     "methods": [
  5513.                         "DELETE"
  5514.                     ],
  5515.                     "args": []
  5516.                 }
  5517.             ]
  5518.         },
  5519.         "/wp/v2/comments": {
  5520.             "namespace": "wp/v2",
  5521.             "methods": [
  5522.                 "GET",
  5523.                 "POST"
  5524.             ],
  5525.             "endpoints": [
  5526.                 {
  5527.                     "methods": [
  5528.                         "GET"
  5529.                     ],
  5530.                     "args": {
  5531.                         "context": {
  5532.                             "description": "Scope under which the request is made; determines fields present in response.",
  5533.                             "type": "string",
  5534.                             "enum": [
  5535.                                 "view",
  5536.                                 "embed",
  5537.                                 "edit"
  5538.                             ],
  5539.                             "default": "view",
  5540.                             "required": false
  5541.                         },
  5542.                         "page": {
  5543.                             "description": "Current page of the collection.",
  5544.                             "type": "integer",
  5545.                             "default": 1,
  5546.                             "minimum": 1,
  5547.                             "required": false
  5548.                         },
  5549.                         "per_page": {
  5550.                             "description": "Maximum number of items to be returned in result set.",
  5551.                             "type": "integer",
  5552.                             "default": 10,
  5553.                             "minimum": 1,
  5554.                             "maximum": 100,
  5555.                             "required": false
  5556.                         },
  5557.                         "search": {
  5558.                             "description": "Limit results to those matching a string.",
  5559.                             "type": "string",
  5560.                             "required": false
  5561.                         },
  5562.                         "after": {
  5563.                             "description": "Limit response to comments published after a given ISO8601 compliant date.",
  5564.                             "type": "string",
  5565.                             "format": "date-time",
  5566.                             "required": false
  5567.                         },
  5568.                         "author": {
  5569.                             "description": "Limit result set to comments assigned to specific user IDs. Requires authorization.",
  5570.                             "type": "array",
  5571.                             "items": {
  5572.                                 "type": "integer"
  5573.                             },
  5574.                             "required": false
  5575.                         },
  5576.                         "author_exclude": {
  5577.                             "description": "Ensure result set excludes comments assigned to specific user IDs. Requires authorization.",
  5578.                             "type": "array",
  5579.                             "items": {
  5580.                                 "type": "integer"
  5581.                             },
  5582.                             "required": false
  5583.                         },
  5584.                         "author_email": {
  5585.                             "default": null,
  5586.                             "description": "Limit result set to that from a specific author email. Requires authorization.",
  5587.                             "format": "email",
  5588.                             "type": "string",
  5589.                             "required": false
  5590.                         },
  5591.                         "before": {
  5592.                             "description": "Limit response to comments published before a given ISO8601 compliant date.",
  5593.                             "type": "string",
  5594.                             "format": "date-time",
  5595.                             "required": false
  5596.                         },
  5597.                         "exclude": {
  5598.                             "description": "Ensure result set excludes specific IDs.",
  5599.                             "type": "array",
  5600.                             "items": {
  5601.                                 "type": "integer"
  5602.                             },
  5603.                             "default": [],
  5604.                             "required": false
  5605.                         },
  5606.                         "include": {
  5607.                             "description": "Limit result set to specific IDs.",
  5608.                             "type": "array",
  5609.                             "items": {
  5610.                                 "type": "integer"
  5611.                             },
  5612.                             "default": [],
  5613.                             "required": false
  5614.                         },
  5615.                         "offset": {
  5616.                             "description": "Offset the result set by a specific number of items.",
  5617.                             "type": "integer",
  5618.                             "required": false
  5619.                         },
  5620.                         "order": {
  5621.                             "description": "Order sort attribute ascending or descending.",
  5622.                             "type": "string",
  5623.                             "default": "desc",
  5624.                             "enum": [
  5625.                                 "asc",
  5626.                                 "desc"
  5627.                             ],
  5628.                             "required": false
  5629.                         },
  5630.                         "orderby": {
  5631.                             "description": "Sort collection by object attribute.",
  5632.                             "type": "string",
  5633.                             "default": "date_gmt",
  5634.                             "enum": [
  5635.                                 "date",
  5636.                                 "date_gmt",
  5637.                                 "id",
  5638.                                 "include",
  5639.                                 "post",
  5640.                                 "parent",
  5641.                                 "type"
  5642.                             ],
  5643.                             "required": false
  5644.                         },
  5645.                         "parent": {
  5646.                             "default": [],
  5647.                             "description": "Limit result set to comments of specific parent IDs.",
  5648.                             "type": "array",
  5649.                             "items": {
  5650.                                 "type": "integer"
  5651.                             },
  5652.                             "required": false
  5653.                         },
  5654.                         "parent_exclude": {
  5655.                             "default": [],
  5656.                             "description": "Ensure result set excludes specific parent IDs.",
  5657.                             "type": "array",
  5658.                             "items": {
  5659.                                 "type": "integer"
  5660.                             },
  5661.                             "required": false
  5662.                         },
  5663.                         "post": {
  5664.                             "default": [],
  5665.                             "description": "Limit result set to comments assigned to specific post IDs.",
  5666.                             "type": "array",
  5667.                             "items": {
  5668.                                 "type": "integer"
  5669.                             },
  5670.                             "required": false
  5671.                         },
  5672.                         "status": {
  5673.                             "default": "approve",
  5674.                             "description": "Limit result set to comments assigned a specific status. Requires authorization.",
  5675.                             "type": "string",
  5676.                             "required": false
  5677.                         },
  5678.                         "type": {
  5679.                             "default": "comment",
  5680.                             "description": "Limit result set to comments assigned a specific type. Requires authorization.",
  5681.                             "type": "string",
  5682.                             "required": false
  5683.                         },
  5684.                         "password": {
  5685.                             "description": "The password for the post if it is password protected.",
  5686.                             "type": "string",
  5687.                             "required": false
  5688.                         }
  5689.                     }
  5690.                 },
  5691.                 {
  5692.                     "methods": [
  5693.                         "POST"
  5694.                     ],
  5695.                     "args": {
  5696.                         "author": {
  5697.                             "description": "The ID of the user object, if author was a user.",
  5698.                             "type": "integer",
  5699.                             "required": false
  5700.                         },
  5701.                         "author_email": {
  5702.                             "description": "Email address for the object author.",
  5703.                             "type": "string",
  5704.                             "format": "email",
  5705.                             "required": false
  5706.                         },
  5707.                         "author_ip": {
  5708.                             "description": "IP address for the object author.",
  5709.                             "type": "string",
  5710.                             "format": "ip",
  5711.                             "required": false
  5712.                         },
  5713.                         "author_name": {
  5714.                             "description": "Display name for the object author.",
  5715.                             "type": "string",
  5716.                             "required": false
  5717.                         },
  5718.                         "author_url": {
  5719.                             "description": "URL for the object author.",
  5720.                             "type": "string",
  5721.                             "format": "uri",
  5722.                             "required": false
  5723.                         },
  5724.                         "author_user_agent": {
  5725.                             "description": "User agent for the object author.",
  5726.                             "type": "string",
  5727.                             "required": false
  5728.                         },
  5729.                         "content": {
  5730.                             "description": "The content for the object.",
  5731.                             "type": "object",
  5732.                             "properties": {
  5733.                                 "raw": {
  5734.                                     "description": "Content for the object, as it exists in the database.",
  5735.                                     "type": "string",
  5736.                                     "context": [
  5737.                                         "edit"
  5738.                                     ]
  5739.                                 },
  5740.                                 "rendered": {
  5741.                                     "description": "HTML content for the object, transformed for display.",
  5742.                                     "type": "string",
  5743.                                     "context": [
  5744.                                         "view",
  5745.                                         "edit",
  5746.                                         "embed"
  5747.                                     ],
  5748.                                     "readonly": true
  5749.                                 }
  5750.                             },
  5751.                             "required": false
  5752.                         },
  5753.                         "date": {
  5754.                             "description": "The date the object was published, in the site's timezone.",
  5755.                             "type": "string",
  5756.                             "format": "date-time",
  5757.                             "required": false
  5758.                         },
  5759.                         "date_gmt": {
  5760.                             "description": "The date the object was published, as GMT.",
  5761.                             "type": "string",
  5762.                             "format": "date-time",
  5763.                             "required": false
  5764.                         },
  5765.                         "parent": {
  5766.                             "default": 0,
  5767.                             "description": "The ID for the parent of the object.",
  5768.                             "type": "integer",
  5769.                             "required": false
  5770.                         },
  5771.                         "post": {
  5772.                             "default": 0,
  5773.                             "description": "The ID of the associated post object.",
  5774.                             "type": "integer",
  5775.                             "required": false
  5776.                         },
  5777.                         "status": {
  5778.                             "description": "State of the object.",
  5779.                             "type": "string",
  5780.                             "required": false
  5781.                         },
  5782.                         "meta": {
  5783.                             "description": "Meta fields.",
  5784.                             "type": "object",
  5785.                             "properties": [],
  5786.                             "required": false
  5787.                         }
  5788.                     }
  5789.                 }
  5790.             ],
  5791.             "_links": {
  5792.                 "self": [
  5793.                     {
  5794.                         "href": "https://dbmvs.com/wp-json/wp/v2/comments"
  5795.                     }
  5796.                 ]
  5797.             }
  5798.         },
  5799.         "/wp/v2/comments/(?P<id>[\\d]+)": {
  5800.             "namespace": "wp/v2",
  5801.             "methods": [
  5802.                 "GET",
  5803.                 "POST",
  5804.                 "PUT",
  5805.                 "PATCH",
  5806.                 "DELETE"
  5807.             ],
  5808.             "endpoints": [
  5809.                 {
  5810.                     "methods": [
  5811.                         "GET"
  5812.                     ],
  5813.                     "args": {
  5814.                         "id": {
  5815.                             "description": "Unique identifier for the object.",
  5816.                             "type": "integer",
  5817.                             "required": false
  5818.                         },
  5819.                         "context": {
  5820.                             "description": "Scope under which the request is made; determines fields present in response.",
  5821.                             "type": "string",
  5822.                             "enum": [
  5823.                                 "view",
  5824.                                 "embed",
  5825.                                 "edit"
  5826.                             ],
  5827.                             "default": "view",
  5828.                             "required": false
  5829.                         },
  5830.                         "password": {
  5831.                             "description": "The password for the parent post of the comment (if the post is password protected).",
  5832.                             "type": "string",
  5833.                             "required": false
  5834.                         }
  5835.                     }
  5836.                 },
  5837.                 {
  5838.                     "methods": [
  5839.                         "POST",
  5840.                         "PUT",
  5841.                         "PATCH"
  5842.                     ],
  5843.                     "args": {
  5844.                         "id": {
  5845.                             "description": "Unique identifier for the object.",
  5846.                             "type": "integer",
  5847.                             "required": false
  5848.                         },
  5849.                         "author": {
  5850.                             "description": "The ID of the user object, if author was a user.",
  5851.                             "type": "integer",
  5852.                             "required": false
  5853.                         },
  5854.                         "author_email": {
  5855.                             "description": "Email address for the object author.",
  5856.                             "type": "string",
  5857.                             "format": "email",
  5858.                             "required": false
  5859.                         },
  5860.                         "author_ip": {
  5861.                             "description": "IP address for the object author.",
  5862.                             "type": "string",
  5863.                             "format": "ip",
  5864.                             "required": false
  5865.                         },
  5866.                         "author_name": {
  5867.                             "description": "Display name for the object author.",
  5868.                             "type": "string",
  5869.                             "required": false
  5870.                         },
  5871.                         "author_url": {
  5872.                             "description": "URL for the object author.",
  5873.                             "type": "string",
  5874.                             "format": "uri",
  5875.                             "required": false
  5876.                         },
  5877.                         "author_user_agent": {
  5878.                             "description": "User agent for the object author.",
  5879.                             "type": "string",
  5880.                             "required": false
  5881.                         },
  5882.                         "content": {
  5883.                             "description": "The content for the object.",
  5884.                             "type": "object",
  5885.                             "properties": {
  5886.                                 "raw": {
  5887.                                     "description": "Content for the object, as it exists in the database.",
  5888.                                     "type": "string",
  5889.                                     "context": [
  5890.                                         "edit"
  5891.                                     ]
  5892.                                 },
  5893.                                 "rendered": {
  5894.                                     "description": "HTML content for the object, transformed for display.",
  5895.                                     "type": "string",
  5896.                                     "context": [
  5897.                                         "view",
  5898.                                         "edit",
  5899.                                         "embed"
  5900.                                     ],
  5901.                                     "readonly": true
  5902.                                 }
  5903.                             },
  5904.                             "required": false
  5905.                         },
  5906.                         "date": {
  5907.                             "description": "The date the object was published, in the site's timezone.",
  5908.                             "type": "string",
  5909.                             "format": "date-time",
  5910.                             "required": false
  5911.                         },
  5912.                         "date_gmt": {
  5913.                             "description": "The date the object was published, as GMT.",
  5914.                             "type": "string",
  5915.                             "format": "date-time",
  5916.                             "required": false
  5917.                         },
  5918.                         "parent": {
  5919.                             "description": "The ID for the parent of the object.",
  5920.                             "type": "integer",
  5921.                             "required": false
  5922.                         },
  5923.                         "post": {
  5924.                             "description": "The ID of the associated post object.",
  5925.                             "type": "integer",
  5926.                             "required": false
  5927.                         },
  5928.                         "status": {
  5929.                             "description": "State of the object.",
  5930.                             "type": "string",
  5931.                             "required": false
  5932.                         },
  5933.                         "meta": {
  5934.                             "description": "Meta fields.",
  5935.                             "type": "object",
  5936.                             "properties": [],
  5937.                             "required": false
  5938.                         }
  5939.                     }
  5940.                 },
  5941.                 {
  5942.                     "methods": [
  5943.                         "DELETE"
  5944.                     ],
  5945.                     "args": {
  5946.                         "id": {
  5947.                             "description": "Unique identifier for the object.",
  5948.                             "type": "integer",
  5949.                             "required": false
  5950.                         },
  5951.                         "force": {
  5952.                             "type": "boolean",
  5953.                             "default": false,
  5954.                             "description": "Whether to bypass Trash and force deletion.",
  5955.                             "required": false
  5956.                         },
  5957.                         "password": {
  5958.                             "description": "The password for the parent post of the comment (if the post is password protected).",
  5959.                             "type": "string",
  5960.                             "required": false
  5961.                         }
  5962.                     }
  5963.                 }
  5964.             ]
  5965.         },
  5966.         "/wp/v2/search": {
  5967.             "namespace": "wp/v2",
  5968.             "methods": [
  5969.                 "GET"
  5970.             ],
  5971.             "endpoints": [
  5972.                 {
  5973.                     "methods": [
  5974.                         "GET"
  5975.                     ],
  5976.                     "args": {
  5977.                         "context": {
  5978.                             "description": "Scope under which the request is made; determines fields present in response.",
  5979.                             "type": "string",
  5980.                             "enum": [
  5981.                                 "view",
  5982.                                 "embed"
  5983.                             ],
  5984.                             "default": "view",
  5985.                             "required": false
  5986.                         },
  5987.                         "page": {
  5988.                             "description": "Current page of the collection.",
  5989.                             "type": "integer",
  5990.                             "default": 1,
  5991.                             "minimum": 1,
  5992.                             "required": false
  5993.                         },
  5994.                         "per_page": {
  5995.                             "description": "Maximum number of items to be returned in result set.",
  5996.                             "type": "integer",
  5997.                             "default": 10,
  5998.                             "minimum": 1,
  5999.                             "maximum": 100,
  6000.                             "required": false
  6001.                         },
  6002.                         "search": {
  6003.                             "description": "Limit results to those matching a string.",
  6004.                             "type": "string",
  6005.                             "required": false
  6006.                         },
  6007.                         "type": {
  6008.                             "default": "post",
  6009.                             "description": "Limit results to items of an object type.",
  6010.                             "type": "string",
  6011.                             "enum": [
  6012.                                 "post",
  6013.                                 "term",
  6014.                                 "post-format"
  6015.                             ],
  6016.                             "required": false
  6017.                         },
  6018.                         "subtype": {
  6019.                             "default": "any",
  6020.                             "description": "Limit results to items of one or more object subtypes.",
  6021.                             "type": "array",
  6022.                             "items": {
  6023.                                 "enum": [
  6024.                                     "post",
  6025.                                     "page",
  6026.                                     "category",
  6027.                                     "post_tag",
  6028.                                     "any"
  6029.                                 ],
  6030.                                 "type": "string"
  6031.                             },
  6032.                             "required": false
  6033.                         }
  6034.                     }
  6035.                 }
  6036.             ],
  6037.             "_links": {
  6038.                 "self": [
  6039.                     {
  6040.                         "href": "https://dbmvs.com/wp-json/wp/v2/search"
  6041.                     }
  6042.                 ]
  6043.             }
  6044.         },
  6045.         "/wp/v2/block-renderer/(?P<name>[a-z0-9-]+/[a-z0-9-]+)": {
  6046.             "namespace": "wp/v2",
  6047.             "methods": [
  6048.                 "GET",
  6049.                 "POST"
  6050.             ],
  6051.             "endpoints": [
  6052.                 {
  6053.                     "methods": [
  6054.                         "GET",
  6055.                         "POST"
  6056.                     ],
  6057.                     "args": {
  6058.                         "name": {
  6059.                             "description": "Unique registered name for the block.",
  6060.                             "type": "string",
  6061.                             "required": false
  6062.                         },
  6063.                         "context": {
  6064.                             "description": "Scope under which the request is made; determines fields present in response.",
  6065.                             "type": "string",
  6066.                             "enum": [
  6067.                                 "edit"
  6068.                             ],
  6069.                             "default": "view",
  6070.                             "required": false
  6071.                         },
  6072.                         "attributes": {
  6073.                             "description": "Attributes for the block.",
  6074.                             "type": "object",
  6075.                             "default": [],
  6076.                             "required": false
  6077.                         },
  6078.                         "post_id": {
  6079.                             "description": "ID of the post context.",
  6080.                             "type": "integer",
  6081.                             "required": false
  6082.                         }
  6083.                     }
  6084.                 }
  6085.             ]
  6086.         },
  6087.         "/wp/v2/block-types": {
  6088.             "namespace": "wp/v2",
  6089.             "methods": [
  6090.                 "GET"
  6091.             ],
  6092.             "endpoints": [
  6093.                 {
  6094.                     "methods": [
  6095.                         "GET"
  6096.                     ],
  6097.                     "args": {
  6098.                         "context": {
  6099.                             "description": "Scope under which the request is made; determines fields present in response.",
  6100.                             "type": "string",
  6101.                             "enum": [
  6102.                                 "view",
  6103.                                 "embed",
  6104.                                 "edit"
  6105.                             ],
  6106.                             "default": "view",
  6107.                             "required": false
  6108.                         },
  6109.                         "namespace": {
  6110.                             "description": "Block namespace.",
  6111.                             "type": "string",
  6112.                             "required": false
  6113.                         }
  6114.                     }
  6115.                 }
  6116.             ],
  6117.             "_links": {
  6118.                 "self": [
  6119.                     {
  6120.                         "href": "https://dbmvs.com/wp-json/wp/v2/block-types"
  6121.                     }
  6122.                 ]
  6123.             }
  6124.         },
  6125.         "/wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)": {
  6126.             "namespace": "wp/v2",
  6127.             "methods": [
  6128.                 "GET"
  6129.             ],
  6130.             "endpoints": [
  6131.                 {
  6132.                     "methods": [
  6133.                         "GET"
  6134.                     ],
  6135.                     "args": {
  6136.                         "context": {
  6137.                             "description": "Scope under which the request is made; determines fields present in response.",
  6138.                             "type": "string",
  6139.                             "enum": [
  6140.                                 "view",
  6141.                                 "embed",
  6142.                                 "edit"
  6143.                             ],
  6144.                             "default": "view",
  6145.                             "required": false
  6146.                         },
  6147.                         "namespace": {
  6148.                             "description": "Block namespace.",
  6149.                             "type": "string",
  6150.                             "required": false
  6151.                         }
  6152.                     }
  6153.                 }
  6154.             ]
  6155.         },
  6156.         "/wp/v2/block-types/(?P<namespace>[a-zA-Z0-9_-]+)/(?P<name>[a-zA-Z0-9_-]+)": {
  6157.             "namespace": "wp/v2",
  6158.             "methods": [
  6159.                 "GET"
  6160.             ],
  6161.             "endpoints": [
  6162.                 {
  6163.                     "methods": [
  6164.                         "GET"
  6165.                     ],
  6166.                     "args": {
  6167.                         "name": {
  6168.                             "description": "Block name.",
  6169.                             "type": "string",
  6170.                             "required": false
  6171.                         },
  6172.                         "namespace": {
  6173.                             "description": "Block namespace.",
  6174.                             "type": "string",
  6175.                             "required": false
  6176.                         },
  6177.                         "context": {
  6178.                             "description": "Scope under which the request is made; determines fields present in response.",
  6179.                             "type": "string",
  6180.                             "enum": [
  6181.                                 "view",
  6182.                                 "embed",
  6183.                                 "edit"
  6184.                             ],
  6185.                             "default": "view",
  6186.                             "required": false
  6187.                         }
  6188.                     }
  6189.                 }
  6190.             ]
  6191.         },
  6192.         "/wp/v2/settings": {
  6193.             "namespace": "wp/v2",
  6194.             "methods": [
  6195.                 "GET",
  6196.                 "POST",
  6197.                 "PUT",
  6198.                 "PATCH"
  6199.             ],
  6200.             "endpoints": [
  6201.                 {
  6202.                     "methods": [
  6203.                         "GET"
  6204.                     ],
  6205.                     "args": []
  6206.                 },
  6207.                 {
  6208.                     "methods": [
  6209.                         "POST",
  6210.                         "PUT",
  6211.                         "PATCH"
  6212.                     ],
  6213.                     "args": {
  6214.                         "title": {
  6215.                             "description": "Site title.",
  6216.                             "type": "string",
  6217.                             "required": false
  6218.                         },
  6219.                         "description": {
  6220.                             "description": "Site tagline.",
  6221.                             "type": "string",
  6222.                             "required": false
  6223.                         },
  6224.                         "url": {
  6225.                             "description": "Site URL.",
  6226.                             "type": "string",
  6227.                             "format": "uri",
  6228.                             "required": false
  6229.                         },
  6230.                         "email": {
  6231.                             "description": "This address is used for admin purposes, like new user notification.",
  6232.                             "type": "string",
  6233.                             "format": "email",
  6234.                             "required": false
  6235.                         },
  6236.                         "timezone": {
  6237.                             "description": "A city in the same timezone as you.",
  6238.                             "type": "string",
  6239.                             "required": false
  6240.                         },
  6241.                         "date_format": {
  6242.                             "description": "A date format for all date strings.",
  6243.                             "type": "string",
  6244.                             "required": false
  6245.                         },
  6246.                         "time_format": {
  6247.                             "description": "A time format for all time strings.",
  6248.                             "type": "string",
  6249.                             "required": false
  6250.                         },
  6251.                         "start_of_week": {
  6252.                             "description": "A day number of the week that the week should start on.",
  6253.                             "type": "integer",
  6254.                             "required": false
  6255.                         },
  6256.                         "language": {
  6257.                             "description": "WordPress locale code.",
  6258.                             "type": "string",
  6259.                             "required": false
  6260.                         },
  6261.                         "use_smilies": {
  6262.                             "description": "Convert emoticons like :-) and :-P to graphics on display.",
  6263.                             "type": "boolean",
  6264.                             "required": false
  6265.                         },
  6266.                         "default_category": {
  6267.                             "description": "Default post category.",
  6268.                             "type": "integer",
  6269.                             "required": false
  6270.                         },
  6271.                         "default_post_format": {
  6272.                             "description": "Default post format.",
  6273.                             "type": "string",
  6274.                             "required": false
  6275.                         },
  6276.                         "posts_per_page": {
  6277.                             "description": "Blog pages show at most.",
  6278.                             "type": "integer",
  6279.                             "required": false
  6280.                         },
  6281.                         "default_ping_status": {
  6282.                             "description": "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles.",
  6283.                             "type": "string",
  6284.                             "enum": [
  6285.                                 "open",
  6286.                                 "closed"
  6287.                             ],
  6288.                             "required": false
  6289.                         },
  6290.                         "default_comment_status": {
  6291.                             "description": "Allow people to submit comments on new posts.",
  6292.                             "type": "string",
  6293.                             "enum": [
  6294.                                 "open",
  6295.                                 "closed"
  6296.                             ],
  6297.                             "required": false
  6298.                         }
  6299.                     }
  6300.                 }
  6301.             ],
  6302.             "_links": {
  6303.                 "self": [
  6304.                     {
  6305.                         "href": "https://dbmvs.com/wp-json/wp/v2/settings"
  6306.                     }
  6307.                 ]
  6308.             }
  6309.         },
  6310.         "/wp/v2/themes": {
  6311.             "namespace": "wp/v2",
  6312.             "methods": [
  6313.                 "GET"
  6314.             ],
  6315.             "endpoints": [
  6316.                 {
  6317.                     "methods": [
  6318.                         "GET"
  6319.                     ],
  6320.                     "args": {
  6321.                         "status": {
  6322.                             "description": "Limit result set to themes assigned one or more statuses.",
  6323.                             "type": "array",
  6324.                             "items": {
  6325.                                 "enum": [
  6326.                                     "active",
  6327.                                     "inactive"
  6328.                                 ],
  6329.                                 "type": "string"
  6330.                             },
  6331.                             "required": false
  6332.                         }
  6333.                     }
  6334.                 }
  6335.             ],
  6336.             "_links": {
  6337.                 "self": [
  6338.                     {
  6339.                         "href": "https://dbmvs.com/wp-json/wp/v2/themes"
  6340.                     }
  6341.                 ]
  6342.             }
  6343.         },
  6344.         "/wp/v2/themes/(?P<stylesheet>[\\w-]+)": {
  6345.             "namespace": "wp/v2",
  6346.             "methods": [
  6347.                 "GET"
  6348.             ],
  6349.             "endpoints": [
  6350.                 {
  6351.                     "methods": [
  6352.                         "GET"
  6353.                     ],
  6354.                     "args": {
  6355.                         "stylesheet": {
  6356.                             "description": "The theme's stylesheet. This uniquely identifies the theme.",
  6357.                             "type": "string",
  6358.                             "required": false
  6359.                         }
  6360.                     }
  6361.                 }
  6362.             ]
  6363.         },
  6364.         "/wp/v2/plugins": {
  6365.             "namespace": "wp/v2",
  6366.             "methods": [
  6367.                 "GET",
  6368.                 "POST"
  6369.             ],
  6370.             "endpoints": [
  6371.                 {
  6372.                     "methods": [
  6373.                         "GET"
  6374.                     ],
  6375.                     "args": {
  6376.                         "context": {
  6377.                             "description": "Scope under which the request is made; determines fields present in response.",
  6378.                             "type": "string",
  6379.                             "enum": [
  6380.                                 "view",
  6381.                                 "embed",
  6382.                                 "edit"
  6383.                             ],
  6384.                             "default": "view",
  6385.                             "required": false
  6386.                         },
  6387.                         "search": {
  6388.                             "description": "Limit results to those matching a string.",
  6389.                             "type": "string",
  6390.                             "required": false
  6391.                         },
  6392.                         "status": {
  6393.                             "description": "Limits results to plugins with the given status.",
  6394.                             "type": "array",
  6395.                             "items": {
  6396.                                 "type": "string",
  6397.                                 "enum": [
  6398.                                     "inactive",
  6399.                                     "active"
  6400.                                 ]
  6401.                             },
  6402.                             "required": false
  6403.                         }
  6404.                     }
  6405.                 },
  6406.                 {
  6407.                     "methods": [
  6408.                         "POST"
  6409.                     ],
  6410.                     "args": {
  6411.                         "slug": {
  6412.                             "type": "string",
  6413.                             "description": "WordPress.org plugin directory slug.",
  6414.                             "pattern": "[\\w\\-]+",
  6415.                             "required": true
  6416.                         },
  6417.                         "status": {
  6418.                             "description": "The plugin activation status.",
  6419.                             "type": "string",
  6420.                             "enum": [
  6421.                                 "inactive",
  6422.                                 "active"
  6423.                             ],
  6424.                             "default": "inactive",
  6425.                             "required": false
  6426.                         }
  6427.                     }
  6428.                 }
  6429.             ],
  6430.             "_links": {
  6431.                 "self": [
  6432.                     {
  6433.                         "href": "https://dbmvs.com/wp-json/wp/v2/plugins"
  6434.                     }
  6435.                 ]
  6436.             }
  6437.         },
  6438.         "/wp/v2/plugins/(?P<plugin>[^.\\/]+(?:\\/[^.\\/]+)?)": {
  6439.             "namespace": "wp/v2",
  6440.             "methods": [
  6441.                 "GET",
  6442.                 "POST",
  6443.                 "PUT",
  6444.                 "PATCH",
  6445.                 "DELETE"
  6446.             ],
  6447.             "endpoints": [
  6448.                 {
  6449.                     "methods": [
  6450.                         "GET"
  6451.                     ],
  6452.                     "args": {
  6453.                         "context": {
  6454.                             "description": "Scope under which the request is made; determines fields present in response.",
  6455.                             "type": "string",
  6456.                             "enum": [
  6457.                                 "view",
  6458.                                 "embed",
  6459.                                 "edit"
  6460.                             ],
  6461.                             "default": "view",
  6462.                             "required": false
  6463.                         },
  6464.                         "plugin": {
  6465.                             "type": "string",
  6466.                             "pattern": "[^.\\/]+(?:\\/[^.\\/]+)?",
  6467.                             "required": false
  6468.                         }
  6469.                     }
  6470.                 },
  6471.                 {
  6472.                     "methods": [
  6473.                         "POST",
  6474.                         "PUT",
  6475.                         "PATCH"
  6476.                     ],
  6477.                     "args": {
  6478.                         "context": {
  6479.                             "description": "Scope under which the request is made; determines fields present in response.",
  6480.                             "type": "string",
  6481.                             "enum": [
  6482.                                 "view",
  6483.                                 "embed",
  6484.                                 "edit"
  6485.                             ],
  6486.                             "default": "view",
  6487.                             "required": false
  6488.                         },
  6489.                         "plugin": {
  6490.                             "type": "string",
  6491.                             "pattern": "[^.\\/]+(?:\\/[^.\\/]+)?",
  6492.                             "required": false
  6493.                         },
  6494.                         "status": {
  6495.                             "description": "The plugin activation status.",
  6496.                             "type": "string",
  6497.                             "enum": [
  6498.                                 "inactive",
  6499.                                 "active"
  6500.                             ],
  6501.                             "required": false
  6502.                         }
  6503.                     }
  6504.                 },
  6505.                 {
  6506.                     "methods": [
  6507.                         "DELETE"
  6508.                     ],
  6509.                     "args": {
  6510.                         "context": {
  6511.                             "description": "Scope under which the request is made; determines fields present in response.",
  6512.                             "type": "string",
  6513.                             "enum": [
  6514.                                 "view",
  6515.                                 "embed",
  6516.                                 "edit"
  6517.                             ],
  6518.                             "default": "view",
  6519.                             "required": false
  6520.                         },
  6521.                         "plugin": {
  6522.                             "type": "string",
  6523.                             "pattern": "[^.\\/]+(?:\\/[^.\\/]+)?",
  6524.                             "required": false
  6525.                         }
  6526.                     }
  6527.                 }
  6528.             ]
  6529.         },
  6530.         "/wp/v2/block-directory/search": {
  6531.             "namespace": "wp/v2",
  6532.             "methods": [
  6533.                 "GET"
  6534.             ],
  6535.             "endpoints": [
  6536.                 {
  6537.                     "methods": [
  6538.                         "GET"
  6539.                     ],
  6540.                     "args": {
  6541.                         "context": {
  6542.                             "description": "Scope under which the request is made; determines fields present in response.",
  6543.                             "type": "string",
  6544.                             "enum": [
  6545.                                 "view"
  6546.                             ],
  6547.                             "default": "view",
  6548.                             "required": false
  6549.                         },
  6550.                         "page": {
  6551.                             "description": "Current page of the collection.",
  6552.                             "type": "integer",
  6553.                             "default": 1,
  6554.                             "minimum": 1,
  6555.                             "required": false
  6556.                         },
  6557.                         "per_page": {
  6558.                             "description": "Maximum number of items to be returned in result set.",
  6559.                             "type": "integer",
  6560.                             "default": 10,
  6561.                             "minimum": 1,
  6562.                             "maximum": 100,
  6563.                             "required": false
  6564.                         },
  6565.                         "term": {
  6566.                             "description": "Limit result set to blocks matching the search term.",
  6567.                             "type": "string",
  6568.                             "minLength": 1,
  6569.                             "required": true
  6570.                         }
  6571.                     }
  6572.                 }
  6573.             ],
  6574.             "_links": {
  6575.                 "self": [
  6576.                     {
  6577.                         "href": "https://dbmvs.com/wp-json/wp/v2/block-directory/search"
  6578.                     }
  6579.                 ]
  6580.             }
  6581.         },
  6582.         "/wp-site-health/v1": {
  6583.             "namespace": "wp-site-health/v1",
  6584.             "methods": [
  6585.                 "GET"
  6586.             ],
  6587.             "endpoints": [
  6588.                 {
  6589.                     "methods": [
  6590.                         "GET"
  6591.                     ],
  6592.                     "args": {
  6593.                         "namespace": {
  6594.                             "default": "wp-site-health/v1",
  6595.                             "required": false
  6596.                         },
  6597.                         "context": {
  6598.                             "default": "view",
  6599.                             "required": false
  6600.                         }
  6601.                     }
  6602.                 }
  6603.             ],
  6604.             "_links": {
  6605.                 "self": [
  6606.                     {
  6607.                         "href": "https://dbmvs.com/wp-json/wp-site-health/v1"
  6608.                     }
  6609.                 ]
  6610.             }
  6611.         },
  6612.         "/wp-site-health/v1/tests/background-updates": {
  6613.             "namespace": "wp-site-health/v1",
  6614.             "methods": [
  6615.                 "GET"
  6616.             ],
  6617.             "endpoints": [
  6618.                 {
  6619.                     "methods": [
  6620.                         "GET"
  6621.                     ],
  6622.                     "args": []
  6623.                 }
  6624.             ],
  6625.             "_links": {
  6626.                 "self": [
  6627.                     {
  6628.                         "href": "https://dbmvs.com/wp-json/wp-site-health/v1/tests/background-updates"
  6629.                     }
  6630.                 ]
  6631.             }
  6632.         },
  6633.         "/wp-site-health/v1/tests/loopback-requests": {
  6634.             "namespace": "wp-site-health/v1",
  6635.             "methods": [
  6636.                 "GET"
  6637.             ],
  6638.             "endpoints": [
  6639.                 {
  6640.                     "methods": [
  6641.                         "GET"
  6642.                     ],
  6643.                     "args": []
  6644.                 }
  6645.             ],
  6646.             "_links": {
  6647.                 "self": [
  6648.                     {
  6649.                         "href": "https://dbmvs.com/wp-json/wp-site-health/v1/tests/loopback-requests"
  6650.                     }
  6651.                 ]
  6652.             }
  6653.         },
  6654.         "/wp-site-health/v1/tests/https-status": {
  6655.             "namespace": "wp-site-health/v1",
  6656.             "methods": [
  6657.                 "GET"
  6658.             ],
  6659.             "endpoints": [
  6660.                 {
  6661.                     "methods": [
  6662.                         "GET"
  6663.                     ],
  6664.                     "args": []
  6665.                 }
  6666.             ],
  6667.             "_links": {
  6668.                 "self": [
  6669.                     {
  6670.                         "href": "https://dbmvs.com/wp-json/wp-site-health/v1/tests/https-status"
  6671.                     }
  6672.                 ]
  6673.             }
  6674.         },
  6675.         "/wp-site-health/v1/tests/dotorg-communication": {
  6676.             "namespace": "wp-site-health/v1",
  6677.             "methods": [
  6678.                 "GET"
  6679.             ],
  6680.             "endpoints": [
  6681.                 {
  6682.                     "methods": [
  6683.                         "GET"
  6684.                     ],
  6685.                     "args": []
  6686.                 }
  6687.             ],
  6688.             "_links": {
  6689.                 "self": [
  6690.                     {
  6691.                         "href": "https://dbmvs.com/wp-json/wp-site-health/v1/tests/dotorg-communication"
  6692.                     }
  6693.                 ]
  6694.             }
  6695.         },
  6696.         "/wp-site-health/v1/tests/authorization-header": {
  6697.             "namespace": "wp-site-health/v1",
  6698.             "methods": [
  6699.                 "GET"
  6700.             ],
  6701.             "endpoints": [
  6702.                 {
  6703.                     "methods": [
  6704.                         "GET"
  6705.                     ],
  6706.                     "args": []
  6707.                 }
  6708.             ],
  6709.             "_links": {
  6710.                 "self": [
  6711.                     {
  6712.                         "href": "https://dbmvs.com/wp-json/wp-site-health/v1/tests/authorization-header"
  6713.                     }
  6714.                 ]
  6715.             }
  6716.         },
  6717.         "/wp-site-health/v1/directory-sizes": {
  6718.             "namespace": "wp-site-health/v1",
  6719.             "methods": [
  6720.                 "GET"
  6721.             ],
  6722.             "endpoints": [
  6723.                 {
  6724.                     "methods": [
  6725.                         "GET"
  6726.                     ],
  6727.                     "args": []
  6728.                 }
  6729.             ],
  6730.             "_links": {
  6731.                 "self": [
  6732.                     {
  6733.                         "href": "https://dbmvs.com/wp-json/wp-site-health/v1/directory-sizes"
  6734.                     }
  6735.                 ]
  6736.             }
  6737.         }
  6738.     },
  6739.     "_links": {
  6740.         "help": [
  6741.             {
  6742.                 "href": "http://v2.wp-api.org/"
  6743.             }
  6744.         ]
  6745.     }
  6746. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement